windows 10 - python 3.11.0 - error installing psutil
See original GitHub issueWhile 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__ `
Issue Analytics
- State:
- Created a year ago
- Reactions:15
- Comments:19 (3 by maintainers)
Top Results From Across the Web
Why I do get an error when installing the psutil package for ...
1 Answer 1 Β· Install missing package pip install wheel Β· Install this tools https://visualstudio.microsoft.com/visual-cpp-build-tools/ Β· RestartΒ ...
Read more >psutil - PyPI
psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory,Β ...
Read more >Possible bug with py.exe launcher in 3.11 - Python Help
I noticed a change with py.exe for Windows in Python 3.11. Example test script - βmyscript1.pyβ: #!/usr/bin/env python3 import sysΒ ...
Read more >could not build wheels for psutil, which is required to install ...
Refer to: windows 10 - python 3.11.0 - error installing psutil #2165 or Failed to install ipykernel (psutil building wheel not run successfully)...
Read more >How to Install psutil in Python? - Finxter
To fix the error, install the psutil library using β pip install psutil β or β pip3 install psutil β in your operating...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
If there are no special needs, you can install the old version first and wait for the update.
pip install psutil==5.9.3
works for me.This should now be fixed. Please confirm.