How to remove a specific version of a package from Pypi
?
Now it's impossible to do that from the web interface and twine
doesn't have such an option.
For example, on my system this script eventually failed because the target package had dependencies in common with pip, so pip uninstalled its own dependencies before the script could finish, and then failed. Beware this removes only the next level down dependencies, but not the dependencies of those dependencies.
It is possible to delete a package version from the PyPI web interface as follows:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With