psutil: windows 10 - python 3.11.0 - error installing psutil
While I am trying to install psutil on windows 10 with python 3.11.0, I getting the following error Could you direct me to how to resolve it
` __building ‘psutil._psutil_windows’ extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools”: https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for psutil Failed to build psutil ERROR: Could not build wheels for psutil, which is required to install pyproject.toml-based projects__ `
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 16
- Comments: 19 (3 by maintainers)
If there are no special needs, you can install the old version first and wait for the update.
pip install psutil==5.9.3works for me.This should now be fixed. Please confirm.
hello, I still got this error, on arm64, ubuntu18.04, python3.9. I have tried both 5.9.4 and 5.9.3.
gcc is 7.5.0, need to upgrade to higher version ?
I should have this fixed today. Hang tight.
same error in linux aarch64
same error in Linux Ubuntu 22.04.1 LTS when installing psutil
Duplicates #2163