ImportError: No module named pandas. Pandas installed pip

后端 未结 5 2076
星月不相逢
星月不相逢 2021-01-01 17:51

i use mac terminal to check my package:

pip list

i can find all packages include pandas

but

5条回答
  •  不知归路
    2021-01-01 18:16

    Try to install pandas using pip and pip3.

    pip install pandas
    
    pip3 install pandas
    

    A suggestion, use pyenv and set a python version for your local directory.

提交回复
热议问题