-
Notifications
You must be signed in to change notification settings - Fork 394
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 fails on ubuntu 21.04 with Python 3.9.5 #518
Comments
It seems that Are you using the |
Thanks, that made me able to install, but led to another (possibly related) issue. When importing Basemap i get this error:
I have libgeos-dev 3.9.0-1installed |
That looks strange to me, in the original message the output says:
so I would expect |
Thank for your help! I fixed it by removing 3.9.1 and installing 3.9.0. |
Just to add here. The following worked for me without having to altered the version of Python. sudo apt -y install libgeos-dev |
@thdb-theo @GeoFelpave I just uploaded preliminary wheel binaries of the future python -m pip install "basemap-data == 1.3.0b1" "basemap == 1.3.0b1" |
I have succesfully install geos, but running
sudo python3 setup.py install
fails with the following error:.
.
.
.
A bunch of compiler notes and warnings. Then the error:
Installing using pip results in the same error.
The text was updated successfully, but these errors were encountered: