greppo icon indicating copy to clipboard operation
greppo copied to clipboard

Please Help - error installing greppo (Windows)

Open davidestrada1 opened this issue 2 years ago • 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.

davidestrada1 avatar Mar 11 '22 15:03 davidestrada1

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.

gtitov avatar Mar 21 '22 22:03 gtitov

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

davidestrada1 avatar Apr 21 '22 18:04 davidestrada1

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.

krish-adi avatar Apr 22 '22 21:04 krish-adi