Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Could not find a version that satisfies the requirement banpei #11

Closed
kashyapm94 opened this issue Jul 16, 2020 · 1 comment
Closed

Comments

@kashyapm94
Copy link

I am trying to do pipenv install banpei in my virtual env, it is throwing the following error:

Installing banpei…
Error:  An error occurred while installing banpei!
Error text: 
ERROR: Could not find a version that satisfies the requirement banpei (from -r /tmp/pipenv-00uw2ca1-requirements/pipenv-x3l4m4in-requirement.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for banpei (from -r /tmp/pipenv-00uw2ca1-requirements/pipenv-x3l4m4in-requirement.txt (line 1))

banpei

@tsurubee
Copy link
Owner

This error occurs because banpei has not registered with PyPI.
Therefore, the command "pip install banpei" is not valid.
Follow the "Installation" in the README and download banpei to your local environment with "git clone" command.

Thanks to this issue, I started thinking about registering banpei with PyPI!
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants