Link to home
Start Free TrialLog in
Avatar of MJ
MJFlag for United States of America

asked on

Error pip install python-csv on Windows 10

I'm completely new to Python! Completely! I've installed Python 3.9.5 and a few packages but for some reason when I try to install python-csv on Windows 10
pip install python-csv

Open in new window

I get a giant dump of errors? I have no idea what to do? Any advice is appreciated. I've attached the output I get.   csv_install_error.txt

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I recommend, that you use PyCharm or Visual Studio Code. The latter only, when you're already working with it.

PyCharm comes with its own pip support.
Avatar of MJ

ASKER

Weird thing is I downloaded/installed the latest version of Microsoft C++ Build Tools and I'm on version 14.29 but I still get that same error regarding Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ 
Avatar of MJ

ASKER

I finally got it working. I had a few issues main one was env. vsrs weren't set. 
Avatar of MJ

ASKER

Thank you both! Much Appreciated!