Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Conda install basemap error

I'm trying to install matplotlib-basemap through Anaconda prompt, but it's just not working.

When I type:

conda install basemap

The error it gives is:

UnsatisfiableError: The following specifications were found to be in conflict:
  - basemap
  - xlsxwriter

Does this mean I need to unistall xlsxwriter (even though I need it)? How do I unistall this then?

I also tried downloading it through https://www.lfd.uci.edu/~gohlke/pythonlibs/#basemap:

pip install basemap-1.1.0-cp27-cp27m-win_amd64.whl

but then the error is:

basemap-1.1.0-cp27-cp27m-win_amd64.whl is not a supported wheel on this platform.
like image 631
Jellyse Avatar asked Oct 20 '25 13:10

Jellyse


2 Answers

It worked when I typed in:

conda install -c conda-forge basemap
like image 174
Jellyse Avatar answered Oct 22 '25 03:10

Jellyse


I had to do the same thing several times. Run as administration>>> "Anacodna Prompt" then type:

conda install -c conda-forge basemap

it worked for me.

like image 44
Rakibul Hassan Avatar answered Oct 22 '25 01:10

Rakibul Hassan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!