Could be installed via a private venv/virtualenv temporarily injected with sys.path (each package has an isolated venv to avoid problems?), or via pip install --user, or by fetching the appropriate wheel and using ZipFS on it.
It can be a feature which isnt available on Python 2, and not work with packages that dont have wheels, etc.
Could be installed via a private venv/virtualenv temporarily injected with
sys.path(each package has an isolated venv to avoid problems?), or viapip install --user, or by fetching the appropriate wheel and using ZipFS on it.It can be a feature which isnt available on Python 2, and not work with packages that dont have wheels, etc.