Closed cyberguilletell closed 4 years ago
There is a dependency issue. Updated six to 1.15
The error is not solved yet @rxmxn
ERROR: Cannot install six==1.15.0, astroid 2.4.2 and cbpro 1.1.4 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested six==1.15.0
astroid 2.4.2 depends on six~=1.12
cbpro 1.1.4 depends on six==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/user_guide/#fixing-conflicting-dependencies
In order to create my Env of work I created my env
Activate the env and install Requirements
When finish the install I got this error
I found this question on stackoverflow
https://stackoverflow.com/questions/63277123/what-is-use-feature-2020-resolver-error-message-with-jupyter-installation-on
And I try to fix that using this command
pip install --use-feature=2020-resolver -r requirements.txt
and I got this issue