Skip to content
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

Latest pip pip check fails for several packages #490

Closed
danielhollas opened this issue Aug 2, 2024 · 4 comments · Fixed by #489
Closed

Latest pip pip check fails for several packages #490

danielhollas opened this issue Aug 2, 2024 · 4 comments · Fixed by #489
Assignees
Labels
dependencies Pull requests that update a dependency file

Comments

@danielhollas
Copy link
Contributor

danielhollas commented Aug 2, 2024

This is what I see running pip check on new builds:

async-generator 1.10 is not supported on this platform
certipy 0.1.3 is not supported on this platform
upf-to-json 0.9.2 is not supported on this platform

This is a consequence of pypa/pip#12884

Short term solution is probably to pin pip to previous version. EDIT: I've fixed the packages on conda-forge instead.

@danielhollas danielhollas added the dependencies Pull requests that update a dependency file label Aug 2, 2024
@danielhollas danielhollas self-assigned this Aug 2, 2024
@danielhollas
Copy link
Contributor Author

@danielhollas
Copy link
Contributor Author

I've submitted PRs to fix the offending packages and they have now all been merged. 🎉
We do need to manually update them in the image though, I've done that in #489.

@unkcpz
Copy link
Member

unkcpz commented Aug 8, 2024

thanks @danielhollas
But where is async_generator and certipy used? We don't use these dependencies in AiiDAlab I assume?

@danielhollas
Copy link
Contributor Author

They are dependencies of jupyterhub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants