Cannot install basemap on ipython

I have IPython installed for python3.3 and python3.4

When I tried to install the basemap using the conda install basemap, I continue to get two identical errors, talking about the conflict.

Hint: the following package combinations create a conflict with the remaining packages: - python 3.3 * - basemap

Hint: the following package combinations create a conflict with the remaining packages: - python 3.4 * - basemap

The base map is not supported by these two versions of python? Do I need to upgrade to python2.7 to get a basemap? Or is there another way to install the basemap on ipython?

Thank!

+4
source share
1 answer

The base map is now available for python 3.3 on windows, so this will no longer be a problem for you. I had problems with python 3.5 and I had to use pip to install the wheels file from here: http://www.lfd.uci.edu/~gohlke/pythonlibs/

Working with the base of the base group to find a way to install it: https://github.com/matplotlib/basemap/issues/249

0
source

All Articles