-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation error collecting shapely metadata-generation-failed #61
Comments
Are you running on Windows? Which Python version are you using? |
I am running Windows 10 and have Python 3.11.4 latest fresh install. I am also running in to the same issue, what python version would you recommend? |
``(ENV) PS C:\Users\mroja\✰Legacy✰\python_sandbox\greppo-example> pip install greppo × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
exact error ^ |
I followed the installation described here: https://docs.greppo.io/installation.html
yet when running pip install greppo it seems that collecting shapely is not possible:
Collecting Shapely==1.7.1 (from greppo)
Using cached Shapely-1.7.1.tar.gz (383 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
Is the installation advice still valid?
The text was updated successfully, but these errors were encountered: