-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check dependencies for pip's new dep resolver #52
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
I found this issue via a GitHub search and figured I ought to mention some useful troubleshooting and workaround tips from the documentation, especially now that pip 20.3 is out and the new resolver is the default:
|
@brainwane Hi Sumana, so nice to see you there :) Thank you for the comment, I guess @rgaudin will carry on with this ASAP. |
Hi @kelson42 - nice to see you again! Hope all goes well with the dependency improvements. |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
@rgaudin We should probably move on this if this has not been done so far. Should we open similar tickets in other Python repos? |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
Wonder how newly created https://github.com/openzim/_python-bootstrap impacts this ticket. |
In itself, it doesn't but as we switch to it, it will become obsolete as we update scrapers. Goal behind this overview ticket was to proactively test (on all scrapers) the new resolver and update dependencies accordingly at a time pip allowed both resolver to be used. |
In October 2020, the new dependency resolver for pip will replace the current one (in
pip 20.3
). We'll still have the ability to use the old one untilpip 21.1
.We should ensure that all our Python scrapers can still be installed with the new dependencies resolver ; especially the ones we are not actively working on as this resolver-change will be long-forgotten when we'll come back to those in a late future.
See list of scrapers.
The text was updated successfully, but these errors were encountered: