-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
Can not install basemap via pip anymore #72
Comments
Ok - thanks for letting me know. I'd suggest installing via conda - that should still work. |
On Windows the standard basemap package doesn't work with Python 3. One can use the conda-forge version instead: https://anaconda.org/conda-forge/basemap |
Could the notebooks run without basemap? Many people don't use conda, but use pip and venvs only. Thanks |
Only one of the notebooks uses basemap. I think it might be best to just remove the requirement because of all the trouble it's causing. |
Basemap is no longer in requirements: 475499f |
This makes the repo work with beta binder now: https://beta.mybinder.org/v2/gh/jakevdp/PythonDataScienceHandbook/master Thanks for the fix! |
Due to matplotlib/basemap#251, pip can no longer install basemap like it is specified in requirements.txt
The text was updated successfully, but these errors were encountered: