ImportError: No module named 'pandas' (inside virtualenv)

后端 未结 4 1623
野的像风
野的像风 2020-12-22 03:17

I created a virtual environment named quora for python. I installed wheel and then pandas as instructed. I cant get pandas to work for some reason. Can someone help me. I

4条回答
  •  暗喜
    暗喜 (楼主)
    2020-12-22 04:03

    Check "which python" you are running using that command. You may need to export PATH to the python env instead of your default python which might be /usr/lib/bin. It might be installed in your quora env but the python that is being picked up is different and that doesn't have pandas

提交回复
热议问题