Python Forum
PIP Installation problem with VS Build tools - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: PIP Installation problem with VS Build tools (/thread-25309.html)



PIP Installation problem with VS Build tools - Hanneth - Mar-26-2020

Hello,

I got myself the x64 python 3.7.7 version and I got an error message during installation of jsonlib.
From my understanding, pip is using the 32bit version of the build tools. And though the Visual Studio Build tools installation had (x86-x64) in its name there is no Visual Studio folder in the x64 "Program Files" folder under Windows.

How can I get this running?

(Unfortunately I can't upload the screenshot of the error message here...)


RE: PIP Installation problem with VS Build tools - Larz60+ - Mar-26-2020

jsonlib has not shown any activity since 2010.
What do you intend to do with this?
why not just 'pip install json' which is up to date