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

Install via pip for Python 3 #5

Open
dvska opened this issue Oct 19, 2016 · 1 comment
Open

Install via pip for Python 3 #5

dvska opened this issue Oct 19, 2016 · 1 comment

Comments

@dvska
Copy link

dvska commented Oct 19, 2016

$ pip3 install pyfoo
Collecting pyfoo
  Could not find a version that satisfies the requirement pyfoo (from versions: )
No matching distribution found for pyfoo
@tnagano22
Copy link

tnagano22 commented Sep 5, 2023

It seems that there is another package with the same name. pip tries to install it instead of this version of pyfoo.

You will have to install this version of pyfoo using the GitHub.

pip install git+https://github.com/wufoo/pyfoo.git

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