Skip to content
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

NEW Install fails: it installs Psutil 5.9.5, when it seems >= 5.9.8 is required by windowsdowndate #12

Open
GeldHades27355 opened this issue Sep 7, 2024 · 0 comments

Comments

@GeldHades27355
Copy link

Just cloned the newly updated repo.

Ran
pip install -r requirements.txt
As per the installation instructions, but get this:

C:\Temp\WindowsDowndate>pip install -r requirements.txt
DEPRECATION: Loading egg at c:\program files\python312\lib\site-packages\windowsdowndate-1.0-py3.12.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at
https://github.com/pypa/pip/issues/12330
Requirement already satisfied: pywin32==306 in c:\program files\python312\lib\site-packages (from -r requirements.txt (line 1)) (306)
Collecting psutil==5.9.5 (from -r requirements.txt (line 2))
  Using cached psutil-5.9.5-cp36-abi3-win_amd64.whl.metadata (21 kB)
Using cached psutil-5.9.5-cp36-abi3-win_amd64.whl (255 kB)
Installing collected packages: psutil
  Attempting uninstall: psutil
    Found existing installation: psutil 6.0.0
    Uninstalling psutil-6.0.0:
      Successfully uninstalled psutil-6.0.0
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
windowsdowndate 1.0 requires psutil>=5.9.8, but you have psutil 5.9.5 which is incompatible.
Successfully installed psutil-5.9.5

It seems the installer downgrades already installed (!) psutil 6.0.0 to 5.9.5., which according to your own requirements, is not good enough. Seems like you require >= 5.9.8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant