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

i can't pip install oauth2lib #1

Open
clark0x opened this issue Nov 16, 2013 · 8 comments
Open

i can't pip install oauth2lib #1

clark0x opened this issue Nov 16, 2013 · 8 comments

Comments

@clark0x
Copy link

clark0x commented Nov 16, 2013

can be found on pypi, but can't be installed.

$ pip install oauth2lib
Downloading/unpacking oauth2lib
Could not find any downloads that satisfy the requirement oauth2lib
Cleaning up...
No distributions at all found for oauth2lib
Storing complete log in /Users/clark/.pip/pip.log

@ghost
Copy link

ghost commented Nov 17, 2013

I'd like to confirm that problem exists.

/home/tsokolowski/.virtualenvs/sqd-api/bin/pip run on Sun Nov 17 16:36:41 2013
Downloading/unpacking oauth2lib

  Getting page https://pypi.python.org/simple/oauth2lib/
  URLs to search for versions for oauth2lib:
  * https://pypi.python.org/simple/oauth2lib/
  Analyzing links from page https://pypi.python.org/simple/oauth2lib/
  Could not find any downloads that satisfy the requirement oauth2lib

No distributions at all found for oauth2lib

Exception information:
Traceback (most recent call last):
  File "/home/tsokolowski/.virtualenvs/sqd-api/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/basecommand.py", line 139, in main
    status = self.run(options, args)
  File "/home/tsokolowski/.virtualenvs/sqd-api/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/commands/install.py", line 266, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/home/tsokolowski/.virtualenvs/sqd-api/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/req.py", line 1026, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "/home/tsokolowski/.virtualenvs/sqd-api/local/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/index.py", line 171, in find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for oauth2lib

@hnk
Copy link

hnk commented Nov 19, 2013

The package metadata seems to be in PyPI, but no source has been added yet...

@ghost
Copy link

ghost commented Nov 20, 2013

The thing is the package was "installable" via pypi few days before the issue was reported.

@ruipacheco
Copy link

Still happening today. Any plans to fix this?

@thomasbiddle
Copy link

Still an issue.

@NateFerrero
Copy link
Member

Hey guys - I will fix this shortly. It was never formally released, I'm working on a bit more documentation and cleanup and hope to release it soon.

@KarishmaGhiya
Copy link

Hey! Is this issue fixed?

@ochawkeye
Copy link

FYI, you can pip install directly from github.

pip install git+https://github.com/NateFerrero/oauth2lib.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

7 participants