train run fail
githublqs opened this issue · 3 comments
githublqs commented
DeepLSD/deeplsd/models/deeplsd.py", line 17, in
from line_refinement import line_optim
ImportError: /lib/libgdal.so.30: undefined symbol: GEOSMakeValidWithParams_r
how to solve this problem ,thanks!
rpautrat commented
Hi, I have never seen this error before.
What was the output of the bash install.sh
command? Did everything installed correctly?
githublqs commented
thanks i solved , i replace it with a litter higher version of the lib, i found in the install output, mine opencv-python version is 4.7 which called this lib
…---Original---
From: "Rémi ***@***.***>
Date: Tue, Apr 4, 2023 20:52 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [cvg/DeepLSD] train run fail (Issue #17)
Hi, I have never seen this error before.
What was the output of the bash install.sh command? Did everything installed correctly?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
rpautrat commented
Ok great, glad to hear that you could solve it by upgrading your library.