greppo-io/greppo

Please Help - error installing greppo (Windows)

davidestrada1 opened this issue · 3 comments

Hello Guys!

Thanks for building Greppo! I am having some issues installing it, so I would really appreciate it if you could please five a hand:
image

I have created a different environment in Anaconda Prompt and tried to install greppo there, as @KrishAdi mentioned in the Discord group, but still with no success.

Any help would be greatly appreciated.

Looking forward to hearing from you soon. Have a good one!

David E.

Installation of geoprocessing modules can be frustrating on Windows.

I would recommend to install GDAL, Fiona and Shapely using wheels from the great Unofficial Windows Binaries for Python Extension Packages before pip install greppo as mentioned in https://github.com/greppo-io/greppo#installation. You can follow this tutorial.

Not sure about Anaconda but it worked for me with venv.

Thanks @gtitov , but I did it and still got the same error.

Hey @davidestrada1 ,

Could you check if the Python version you are using is >=3.9.4.

Inside your conda environment, install geopandas first using cond install geopandas and then install greppo using pip install greppo.

Let me know if this works.