basemap
basemap copied to clipboard
Hi. PyCharm can't install basemap packages!
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
I suspect this is issue #251.
What error message does PyCharm give during the installation of basemap?
[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
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 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.