-
Notifications
You must be signed in to change notification settings - Fork 117
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
Problem with pip install #336
Comments
@BAFurtado , could you please have a quick look at this? |
There's probably a version incompatibility. I would try a new env from scratch including at once all necessary packages. Something like:
Or the equivalent in pip. Specifically, shapely, gdal and geopandas are tricky to install. So the best way is to do it together using |
The error you're encountering seems to be related to a compatibility or dependency issue. |
I tried it a few times, but the problem still persists in Win11. |
This seems to be an issue in your pip version. To fix this issue you can follow this steps:
Please try this solution and tell me how it goes : ) |
I just updated the package dependencies (PR #341). All issues related to dependencies and installation should be solved with it. Try |
I have the same problem when installing on mac. I have already created a new venv and also tried to do as suggested by Lucas-Pavesys, both without success. Any suggestions on what I can do? |
Hello, I managed to solve it. conda create -n geo_env |
When I try to install the package with pip in SO Windows, I get the followingoutput.
Can anyone help me?
The text was updated successfully, but these errors were encountered: