basemap icon indicating copy to clipboard operation
basemap copied to clipboard

Hi. PyCharm can't install basemap packages!

Open MinkyuKwon opened this issue 9 years ago • 6 comments

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

MinkyuKwon avatar May 10 '16 02:05 MinkyuKwon

I suspect this is issue #251.

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

micahcochran avatar May 10 '16 04:05 micahcochran

[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

MinkyuKwon avatar May 10 '16 10:05 MinkyuKwon

Check out #198 and issues linked therein.

fbender avatar Aug 09 '16 13:08 fbender

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.

ver0z avatar May 13 '20 17:05 ver0z

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

IcyFeather233 avatar Jan 31 '21 12:01 IcyFeather233

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.

IcyFeather233 avatar Feb 04 '21 15:02 IcyFeather233