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.
I have encountered similar problems. The solution is to install 64-bit pandas instead of 32-bit.
You can read the installation page and select the appropriate version to install.