py:: from distribute_setup import use_setuptools use_setuptools() If you want to require a specific version of setuptools, set a download mirror, or use an alternate download directory, you can do so by supplying the appropriate options to ``use_setuptools()``. This file can also be run...
(I am reporting this problem, because a user of my software encountered it. Therefore I do not have all the specifics.) pip version: 20 or lower Python version: 3.6.9 OS: Linux Mint 19.2 Tina Description When trying to install a package, which offers no version compatible with the curre...
@stonebigI think we need you to write up the step-by-step list of everything you did and post it onhttps://bugs.python.org/. I'm fairly convinced your issues are not bugs in CPython or pip, but they may be an installer issue. Without specific steps and the download URLs you used...