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

pip grabbing wrong file from pypi #11

Closed
ryanbonham-wf opened this issue Aug 31, 2013 · 2 comments
Closed

pip grabbing wrong file from pypi #11

ryanbonham-wf opened this issue Aug 31, 2013 · 2 comments

Comments

@ryanbonham-wf
Copy link

Doing a pip install -U -r on our requirements file which list "pyga", results in the following error after the release of pyga 2.5.0. The issue appears to be that pip is trying to install from the pyga-2.5.0.linux-x86_64.tar.gz file instead of pyga-2.5.0.tar.gz

Downloading/unpacking pyga from https://pypi.python.org/packages/any/p/pyga/pyga-2.5.0.linux-x86_64.tar.gz#md5=1426b2f4cc326a85877d7682ee292fd7 (from -r requirements_dev.txt (line 17))
build 30-Aug-2013 20:11:14 Downloading pyga-2.5.0.linux-x86_64.tar.gz
build 30-Aug-2013 20:11:14 Running setup.py egg_info for package pyga
build 30-Aug-2013 20:11:14 Traceback (most recent call last):
build 30-Aug-2013 20:11:14 File "", line 16, in
build 30-Aug-2013 20:11:14 IOError: [Errno 2] No such file or directory: '/tmp/venv/build/pyga/setup.py'
build 30-Aug-2013 20:11:14 Complete output from command python setup.py egg_info:
build 30-Aug-2013 20:11:14 Traceback (most recent call last):
build 30-Aug-2013 20:11:14
build 30-Aug-2013 20:11:14 File "", line 16, in
build 30-Aug-2013 20:11:14
build 30-Aug-2013 20:11:14 IOError: [Errno 2] No such file or directory: '/tmp/venv/build/pyga/setup.py'
build 30-Aug-2013 20:11:14
build 30-Aug-2013 20:11:14 ----------------------------------------
build 30-Aug-2013 20:11:14 Command python setup.py egg_info failed with error code 1 in /tmp/venv/build/pyga

@kra3
Copy link
Owner

kra3 commented Aug 31, 2013

@ryanbonham-wf Thank you for reporting the issue. I'll try to fix it as soon as possible

Regards,

Arun Karunagath

Technical consultant - Software Development Engineer | RHCE
Mob: +33 0758081012, +91 9739986363 | Skype: arundvn
in.linkedin.com/in/arunkrajeevan

Man can be be destroyed but cannot be defeated.

On 31 August 2013 03:16, ryanbonham-wf notifications@github.com wrote:

Doing a pip install -U -r on our requirements file which list "pyga",
results in the following error after the release of pyga 2.5.0. The issue
appears to be that pip is trying to install from the
pyga-2.5.0.linux-x86_64.tar.gz file instead of pyga-2.5.0.tar.gz

Downloading/unpacking pyga from
https://pypi.python.org/packages/any/p/pyga/pyga-2.5.0.linux-x86_64.tar.gz#md5=1426b2f4cc326a85877d7682ee292fd7(from -r requirements_dev.txt (line 17))
build 30-Aug-2013 20:11:14 Downloading pyga-2.5.0.linux-x86_64.tar.gz
build 30-Aug-2013 20:11:14 Running setup.py egg_info for package pyga
build 30-Aug-2013 20:11:14 Traceback (most recent call last):
build 30-Aug-2013 20:11:14 File "", line 16, in
build 30-Aug-2013 20:11:14 IOError: [Errno 2] No such file or directory:
'/tmp/venv/build/pyga/setup.py'
build 30-Aug-2013 20:11:14 Complete output from command python setup.py
egg_info:
build 30-Aug-2013 20:11:14 Traceback (most recent call last):
build 30-Aug-2013 20:11:14

build 30-Aug-2013 20:11:14 File "", line 16, in
build 30-Aug-2013 20:11:14

build 30-Aug-2013 20:11:14 IOError: [Errno 2] No such file or directory:
'/tmp/venv/build/pyga/setup.py'
build 30-Aug-2013 20:11:14

build 30-Aug-2013 20:11:14 ----------------------------------------
build 30-Aug-2013 20:11:14 Command python setup.py egg_info failed with
error code 1 in /tmp/venv/build/pyga


Reply to this email directly or view it on GitHubhttps://github.com//issues/11
.

@kra3 kra3 closed this as completed Aug 31, 2013
@kra3 kra3 reopened this Aug 31, 2013
@kra3
Copy link
Owner

kra3 commented Aug 31, 2013

I'm unable to find a solution to the issue with binary packaging.
So to fix the issue, I removed the binary package from pypi.
Hence, it'll use source distribution for all installs.

In the mean time, if anybody finds a solution for fixing binary packaging, please do let me know or give me a patch.

@kra3 kra3 closed this as completed Aug 31, 2013
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