Back

Explore Courses Blog Tutorials Interview Questions
+8 votes
2 views
in DevOps and Agile by (50.2k points)

I'm trying to install Ansible on windows, I executed this command and ended up with an error

pip install ansible

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools

1 Answer

+8 votes
by (108k points)
Just check your python version, uninstall if its 32 bit and re-install the 64 bit one.

Browse Categories

...