ImportError: No module named pandasSolution

A. download first and install miniconda using the following code:

bash Miniconda2-latest-MacOSX-x86_64.sh
B. create an env for your project using following code:

conda create --name trypandas numpy pandas jupyter
C. going to your env and try jupyter notebook with pandas using:

source activate trypandas
jupyter notebook

D.重启电脑

E.pip install pandas

参考http://stackoverflow.com/questions/38061426/importerror-no-module-named-pandas

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326267756&siteId=291194637