How to install pandas from pip on windows cmd?

前端 未结 8 1080
情歌与酒
情歌与酒 2021-01-30 13:43

I am trying to install pandas using pip to run some pandas-based Python programs. I already installed pip. I tried googling and SO\'ing but didn\'t find a solution to this error

8条回答
  •  离开以前
    2021-01-30 14:00

    pip install pandas make sure, this is 'pandas' not 'panda'

    If you are not able to access pip, then got to C:\Python37\Scripts and run pip.exe install pandas.

    Alternatively, you can add C:\Python37\Scripts in the env variables for windows machines. Hope this helps.

提交回复
热议问题