You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Just cloned the newly updated repo.
Ran
pip install -r requirements.txt
As per the installation instructions, but get this:
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.
The text was updated successfully, but these errors were encountered: