-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Steps to reproduce
- Run
pip install -r requirements.txt - You will get this error
Collecting clearml==1.10.1
Downloading clearml-1.10.1-py2.py3-none-any.whl (1.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 1.1 MB/s eta 0:00:00
ERROR: Cannot install clearml==1.10.0 and clearml==1.10.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested clearml==1.10.1
The user requested clearml==1.10.0
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
Expected behavior
- Only single
clearmlpackage version listed inrequirements.txt. - Could install pip packages of
requirements.txtsuccessfully.
Metadata
Metadata
Assignees
Labels
No labels