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
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