palmoreck / dockerfiles-for-binder

Dockerfiles to build docker images for using them with binder
MIT License
0 stars 1 forks source link

pip will change the way that it resolves dependency conflicts after october 2020 #4

Open palmoreck opened 3 years ago

palmoreck commented 3 years ago

After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

Check:

https://stackoverflow.com/questions/63277123/what-is-use-feature-2020-resolver-error-message-with-jupyter-installation-on

https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-2-2020