-
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
GEOS Install fails #513
Comments
If it is ok for you I would close the issue. Former In particular, for the precompiled binary wheels that I am uploading to PyPI, I am using GEOS 3.5.1 and it works without the need of any special flags. I use this GEOS version because it is the only one I could make compile on all the systems I wanted to target (Windows and GNU/Linux, x86 and x64), but locally I also know that GEOS 3.6.5 can be compiled on GNU/Linux without problems (this is the last version of GEOS that does not require C++11 features). Since version 1.3.0, the |
Just to make my previous comment clearer. Since version 1.3.0, you can install python -m pip install basemap and therefore all the compilation headaches that were common with python -m pip install basemap-data-hires |
I haven't used it for some time but if you got notice of the problem and tested it accordingly, I think it's okay if you close it :) |
@mknaranja Perfect, thanks! |
The GEOS installation may fail on some newer systems, maybe you can provide the workaround of https://gis.stackexchange.com/questions/289409/error-building-geos-on-ubuntu-18-04 in the readme.
The text was updated successfully, but these errors were encountered: