How to install pandas from pip on windows cmd?

前端 未结 8 1075
情歌与酒
情歌与酒 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 13:54

    Assuming you are using Windows OS.

    All you need to add the pip.exe path to the Environment Variables (Path).

    Generally, you can find it under ..Python\Scripts folder.

    For me it is, C:\Program Files\Python36\Scripts\

提交回复
热议问题