I'm trying to install a package on python (pip install basedosdados -U) and I get the following message: error:
Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.mirosoft.com/visual-cpp-build-tools/
After installing it and ticking this enter image description here (as suggested by another thread I read), I now get the following error message:
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\VC\Tools\MSVC\14.34.31933\bin\HostX86\x64\cl.exe' failed with exit code 2
Any suggestions on how to proceed?
Thanks a lot!
I tried many things, just installing it without ticking the box previously mentioned also does not work.
Did you try to install the
whlinstead of thetar.gz? Awhlis the "compiled" finished version of the package, so it should be able not to try to build it at all.You can use
pip install basedosdados -U --prefer-binaryor just manually installing frompypi