You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug / How to reproduce / Expected behavior
Compare attempt to install from Pypi to local install from repo.
With python3.10 default for pipx from the environment, installing from pypi
$ pipx install venvstacks
No apps associated with package venvstacks or its dependencies. If you are attempting to install a library, pipx should not be used.
Consider using pip or a similar tool instead.
With the repository cloned, attempt to install yields more helpful advice:
~/repos/venvstacks$ pipx install .
ERROR: Package 'venvstacks' requires a different Python: 3.10.12 not in '>=3.11'
Cannot determine package name from spec '/home/user/repos/venvstacks'. Check package spec for errors.
The text was updated successfully, but these errors were encountered:
Describe the bug / How to reproduce / Expected behavior
Compare attempt to install from Pypi to local install from repo.
With python3.10 default for pipx from the environment, installing from pypi
With the repository cloned, attempt to install yields more helpful advice:
The text was updated successfully, but these errors were encountered: