import - Cannot use a python package installed using conda although the package exists (I specifically want a certain version) -
i have trouble (importerror: no module named folium
) importing folium 0.2.0 development version (i want version). installed package via conda install -c https://conda.anaconda.org/ioos folium
conda page mentions (https://anaconda.org/ioos/folium). indeed have package on mac (osx el captain) when conda list (folium 0.2.0 py27_3 ioos
). why not able use package in ipython (error on import folium
)? help?
some more info:
which python
us/anaconda/bin/python
which conda
/anaconda/bin/conda
try pip:
pip install folium
but pip folium 0.1.6
Comments
Post a Comment