Pythia icon indicating copy to clipboard operation
Pythia copied to clipboard

Create an automatic requirements installation system

Open overfl0 opened this issue 8 years ago • 2 comments

Pip checking: http://blog.backslasher.net/pip-dry-run.html

overfl0 avatar Dec 26 '17 11:12 overfl0

https://togithub.com/pypa/packaging-problems/issues/664

overfl0 avatar Jun 27 '23 15:06 overfl0

Consider using https://github.com/astral-sh/uv to do all of the resolving. Sadly, they are not providing APIs and they have no plans to change that. Uv would need te be vendored in, and called a subprocess, if we'd decide to use that tool.

overfl0 avatar Oct 15 '24 23:10 overfl0