Skip to content
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

Open
MinkyuKwon opened this issue May 10, 2016 · 6 comments
Open

Hi. PyCharm can't install basemap packages! #295

MinkyuKwon opened this issue May 10, 2016 · 6 comments

Comments

@MinkyuKwon
Copy link

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

@micahcochran
Copy link
Contributor

I suspect this is issue #251.

What error message does PyCharm give during the installation of basemap?

@MinkyuKwon
Copy link
Author

[Error message]
Collecting basemap==1.0.7

Could not find a version that satisfies the requirement basemap==1.0.7 (from versions: )
No matching distribution found for basemap==1.0.7

@fbender
Copy link

fbender commented Aug 9, 2016

Check out #198 and issues linked therein.

@ver0z
Copy link

ver0z commented May 13, 2020

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.

@IcyFeather233
Copy link

Hi, I have the same problem. Have you solved it yet?

@IcyFeather233
Copy link

Hi, I have the same problem. Have you solved it yet?
Finally I use conda to solve the problem. conda can install basemap by “conda install basemap “, then I set the environment of conda to be the pycharm project environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants