Package installed by Conda, Python cannot find it
问题 I try to install Theano by Anaconda. It works, but when I enter the python -i, import theano shows No module named 'theano' . Do I need to switch another interpreter of Python, how? Also, for the packages installed by conda, if I don't double install them, can I find in Python? How is Python related to Python by Anaconda? Thanks!!! 回答1: I had have a similar issue, trying to install folium . If you are using the Anaconda : When you install using conda install -c conda-forge folium , the