Open remi-daigle opened 5 years ago
seems to be related to this - https://github.com/conda-forge/fiona-feedstock/issues/68
Thanks @carlostighe it seems like they closed that issue, do you know if it's actually resolved? I don't have access to a linux machine during self-isolation because of COVID-19, so I won't be able to check in the near future. Please let me know if you have any success building the app for linux.
I dont know if its resolved. I dont use anaconda so have been unable to have a look at it. If I get the chance Ill look into it
Description
After a few attempts, we have not been able to compile a Linux compatible version. The app itself should be compatible with Linux since we ironed out the file path issues for the macOS version. The main obstacle at this point is installing the right python packages/modules. Currently I am stuck on finding a compatible version of
fiona
To Reproduce
Install the latest Anaconda (or with python 3.6) and then in a linux terminal run:
and the output:
Something seems incompatible between
libgdal
andfiona
, but I don't know how to fix this!