mitsuhiko / pipsi

pip script installer
Other
2k stars 133 forks source link

keyring has a CLI but cannot be installed by pipsi #187

Closed adamtheturtle closed 3 years ago

adamtheturtle commented 5 years ago

I get the following:

~> pipsi install keyring
Running virtualenv with interpreter /Users/adam/.local/venvs/pipsi/bin/python3.7
Using base prefix '/usr/local/Cellar/python/3.7.3/bin/../Frameworks/Python.framework/Versions/3.7'
New python executable in /Users/adam/.local/venvs/keyring/bin/python3.7
Also creating executable in /Users/adam/.local/venvs/keyring/bin/python
Installing setuptools, pip, wheel...
done.
Collecting keyring
  Using cached https://files.pythonhosted.org/packages/29/54/22d12573bae3cccd1fb9ead7f69409257be16f7bdd7281f939b035a76399/keyring-19.0.1-py2.py3-none-any.whl
Requirement already satisfied: entrypoints in /Users/adam/.local/venvs/pipsi/lib/python3.7/site-packages (from keyring) (0.3)
Installing collected packages: keyring
Successfully installed keyring-19.0.1
Did not find any scripts.  Uninstalling.

This did work with pipsi 0.8

cs01 commented 5 years ago

You might want to try pipx, which is a newer alternative to pipsi that is actively supported. pipsi is abandoned. https://github.com/pipxproject/pipx

>> pipx install keyring
  installed package keyring 19.0.1, Python 3.6.7
  These binaries are now globally available
    - keyring
done! ✨ 🌟 ✨
adamtheturtle commented 3 years ago

Thanks @cs01 . I am closing as the README says that this project is not maintained.