Closed TimidRobot closed 11 years ago
@TimZehta, could you review it again? From what I am experiencing with recent versions of library, it does not occur any more.
Here is my attempt to reproduce the issue:
$ virtualenv --no-site-packages venv
New python executable in venv/bin/python
Installing Setuptools.........................................................done.
Installing Pip................................................................done.
$ source venv/bin/activate
(venv)$ pip freeze
argparse==1.2.1
wsgiref==0.1.2
(venv)$ pip install -vvv onetimepass
(... plenty of lines without errors ...)
Successfully installed onetimepass six
Cleaning up...
Removing temporary dir /home/tadeck/testground15/venv/build...
(venv)$ pip freeze
argparse==1.2.1
onetimepass==0.2.2
six==1.4.1
wsgiref==0.1.2
I am assuming the issue is already fixed, but if anyone thinks otherwise and can supply more details (preferably way to reproduce the issue), I will take look at this again.
Confirmed fixed.
When I encountered this issue there was not a onetimepass source tarball available on PyPI (or PyPI was not serving it correctly).
The
download_url
insetup.py
does not contain the module name.pip install -vvv onetimepass
includes the following message (manually wrapped):and fails with the the following errors:
The following installation method does work: