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

后端 未结 4 1608
野的像风
野的像风 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:10

    I had the same problem. I fixed it by deleting my virtualenv directory and creating a new environment.

提交回复
热议问题