-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Description
I'm trying to install lean and have come across an issue seemingly related to pywin32.
I initially installed the package simply using pip and my base anaconda3 package, but was getting an install of version 0.1.2. When I specify version 1.0.78, I get the below error...
ERROR: Cannot install lean because these package versions have conflicting dependencies.
The conflict is caused by:
docker 4.4.4 depends on pywin32==227; sys_platform == "win32"
docker 4.4.3 depends on pywin32==227; sys_platform == "win32"
docker 4.4.2 depends on pywin32==227; sys_platform == "win32"
docker 4.4.1 depends on pywin32==227; sys_platform == "win32"
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
This error states that the requirements.txt (or however pip works) requires bersion 227 of pywin32 installed. I've tried pip install pywin32==227, but apparently this version is no longer available.
Can anyone provide help on this?
Metadata
Metadata
Assignees
Labels
No labels