在Python 3.6上安装Pandas时出错

时间:2016-08-23 23:56:41

标签: python-3.x pandas

我在Windows 10上使用Python 3.6。当我尝试安装Pandas时,我收到此错误:

Command "python setup.py egg_info" failed with error code 1

有人可以帮我解决这个问题吗?

1 个答案:

答案 0 :(得分:1)

step 1 :install pip 

step 2 : go to terminal and enter
         pip install pandas