-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] Python 3.10 fails to install psutil (no wheel) #1994
Comments
aaaaaa2493
changed the title
[Windows] Python 3.10 fails to install psutil with "Microsoft Visual C++ 14.0 or greater is required"
[Windows] Python 3.10 fails to install psutil (no wheel)
Oct 7, 2021
4 tasks
The same issue happens on Linux too |
Closed
@giampaolo can we get a new release this year? wanna release billiard 4.0 with that |
Closing as duplicate of #2012. Not sure when I'm gonna release. I hope soon. |
thanks. if you need another helping hand let me know. |
New psutil 5.9.0 is out, and it includes Python 3.10 wheels. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Description
In Python 3.9.7 psutil installs without any problems, however in Python 3.10 there's the following error.
Isn't it because there's no whl for 3.10 yet (https://pypi.org/project/psutil/#files) and if so, could you please tell when to expect whl for 3.10?
The text was updated successfully, but these errors were encountered: