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!
source
share