-
-
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
ImportError: version conflict for psutil-5.0.1-cp36-cp36m-win_amd64.whl #951
Comments
"you may try to 'pip uninstall psutil', manually remove E:\Py36\lib\site-packages\psutil_psutil_windows.cp36-win_amd64.pyd or clean the virtual env somehow, then reinstall" have you tried this? |
Yes I have. I also cleaned out the pip cache, so it downloaded the file again. The problem persists. |
In the meantime, the build at Python Extension Packages for Windows - Christoph Gohlke works fine. |
It looks like this is a problem with your past installation. If no psutil is installed that error message shouldn't occur. You can test this by installing another psutil version as in "pip install psutil==5.0.0" in which case I expect the same error message. |
I have exactly the same issue. Installing previous version with |
I tried it on a completely fresh windows 7 install, fresh python3.6, nothing installed or copied except win7, servicepack1, firefox, python. Even there the problem is the same, so this must be a problem in the wheel. |
[READY] Exclude psutil 5.0.1 from test requirements Last version of psutil (5.0.1) is broken on Python 3.6 and Windows 64-bit. See issue giampaolo/psutil#951. We exclude it from our test requirements. This fixes the builds with `arch=64` and `python=36` on AppVeyor. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/695) <!-- Reviewable:end -->
I tried now and I could install psutil via pip both with 32bit and 64bit versions of python 3.6. Really not sure what to think. :-\ |
This also seems to be happening for us as well. |
Can you please try these wheels? They are from upcoming 5.1.0 version: |
The error only occurs on py36-x64, which I happen to be running. I can confirm that:
Not sure about the 32-bit wheel, but that one wasn't broken in the first place. |
I can second that. 64bit wheel for 5.1.0 fixes the import error. |
OK, then for some reason the 5.0.1 wasn't properly built or something. I will release a 5.1.0 wheel version soon (possibly today). |
OK, new version is out. |
When pip-installing psutil on Python 3.6 on Windows 7 64-bit, the psutil package cannot be imported:
The text was updated successfully, but these errors were encountered: