Reputation:
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
Reputation: 148
step 1 :install pip
step 2 : go to terminal and enter
pip install pandas
Upvotes: 1