user6519393
user6519393

Reputation:

Error installing Pandas on Python 3.6

I am using Python 3.6 on Windows 10. When I try to install Pandas, I get this error:

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

Can anyone help me fix this please ?

Upvotes: 1

Views: 1890

Answers (1)

SUNITHA K
SUNITHA K

Reputation: 148

step 1 :install pip 

step 2 : go to terminal and enter
         pip install pandas

Upvotes: 1

Related Questions