-
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
Installing GEOS on windows #491
Comments
The
|
I would recommend using anaconda to use basemap under windows using conda-forge. That should settle a lot of problems (basemap does not work with the most recent matplotlib version, see issue 495, installing a slightly older one should work, though). |
If you want to work with a direct installation of Python without Anaconda under Windows, you may also use the wheel files generated by C. Gohlke available in https://www.lfd.uci.edu/~gohlke/pythonlibs/#basemap since they already provide the GEOS DLL for Windows. You can install them with In the mid term I would like to upload such kind of wheels to PyPI, but I am currently doing a bit of refactoring first. |
Finally (after one year!) we have precompiled binary wheels for Windows and GNU/Linux which can be installed with python -m pip install basemap I am closing this issue now. Feel free to open a new issue if there are still problems with getting |
I am trying to install geos on windows 10 using cygwin. When
make
command is given, it shows:make: *** No targets specified and no makefile found. Stop.
I am unable to install in on my system so I tried it with
pip
. Thepip
installed geos, but basemap can not find the path of 'GEOS_DIR`.How can I download basemap?
The text was updated successfully, but these errors were encountered: