-
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
Hi. PyCharm can't install basemap packages! #295
Comments
I suspect this is issue #251. What error message does PyCharm give during the installation of basemap? |
[Error message] Could not find a version that satisfies the requirement basemap==1.0.7 (from versions: ) |
Check out #198 and issues linked therein. |
I solved this by uninstalling the conda and reinstalling, defining on installation the conda path on variable environment. After, at settings on your project, set the project interpreter to C:\Users\the_user_name\anaconda3\python.exe, then try to install the basemap. It was the only way I got this, after many tries and bugs with pip I tried with conda and that's it.alling the conda and reinstalling, defining on installation the conda path on variable environment. After, at settings on your project, set the project interpreter to C:\Users\the_user_name\anaconda3\python.exe, then try to install the basemap. It was the only way I got this, after many tries and bugs with pip I tried with conda and that's it. |
Hi, I have the same problem. Have you solved it yet? |
|
Hi.
I have a problem about installing basemap package.
I use PyCharm but can't install error basemap.
Please check installation.
Thanks.
cf)PyCharm : 2016.1.2
Python : 2.7
The text was updated successfully, but these errors were encountered: