cnr-isti-vclab / TagLab

A CNN based image segmentation tool oriented to marine data analysis
https://taglab.isti.cnr.it/
GNU General Public License v3.0
84 stars 33 forks source link

GDAL invalid error #57

Open Chris-Cooney opened 2 years ago

Chris-Cooney commented 2 years ago

I am attempting to install the new version of taglab, I receive this error concerning GDAL. Any suggestions? Thanks!!!

Capture

alemuntoni commented 2 years ago

That's probably because the taglab website is down at the moment (link), and the download of the gdal package fails. Sorry about that.

Chris-Cooney commented 2 years ago

Thank you

cappelletto commented 1 year ago

I had a similar issue when installing up-to-date version of gdal (3.1.6). Fixed by forcing my last known working version for gdal + TagLab:

pip install gdal==3.0.4

PS: I'm running TagLab within its own conda environment