greppo-io / greppo

Build & deploy geospatial applications quick and easy.
https://greppo.io
Apache License 2.0
386 stars 34 forks source link

Please Help - error installing greppo (Windows) #19

Closed davidestrada1 closed 2 years ago

davidestrada1 commented 2 years ago

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.

gtitov commented 2 years ago

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.

davidestrada1 commented 2 years ago

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

krish-adi commented 2 years ago

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.