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

Failed to install python-foreman release 0.3.1 #44

Open
avi3tal opened this issue May 10, 2015 · 5 comments
Open

Failed to install python-foreman release 0.3.1 #44

avi3tal opened this issue May 10, 2015 · 5 comments

Comments

@avi3tal
Copy link

avi3tal commented May 10, 2015

Moving to 0.3.1 broken my installation process.
I am using python-foreman as a requirement in my project.
When release 0.3.1 introduced my project installation suddenly start to break.

Downloading python-foreman-0.3.1.linux-x86_64.tar.gz (159kB): 159kB downloaded
Running setup.py (path:/tmp/pip-build-2K5JAs/python-foreman/setup.py) egg_info for package python-foreman
Traceback (most recent call last):
File "", line 17, in
IOError: [Errno 2] No such file or directory: '/tmp/pip-build-2K5JAs/python-foreman/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 17, in

IOError: [Errno 2] No such file or directory: '/tmp/pip-build-2K5JAs/python-foreman/setup.py'

@david-caro
Copy link
Owner

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Will fix right away, strange error though

On May 10, 2015 5:22:39 PM GMT+02:00, avi tal notifications@github.com wrote:

Moving to 0.3.1 broken my installation process.
I am using python-foreman as a requirement in my project.
When release 0.3.1 introduced my project installation suddenly start to
break.

Downloading python-foreman-0.3.1.linux-x86_64.tar.gz (159kB): 159kB
downloaded
Running setup.py (path:/tmp/pip-build-2K5JAs/python-foreman/setup.py)
egg_info for package python-foreman
Traceback (most recent call last):
File "", line 17, in
IOError: [Errno 2] No such file or directory:
'/tmp/pip-build-2K5JAs/python-foreman/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 17, in

IOError: [Errno 2] No such file or directory:
'/tmp/pip-build-2K5JAs/python-foreman/setup.py'


Reply to this email directly or view it on GitHub:
#44


Sent from my Android device with K-9 Mail through Mykolab servers.
-----BEGIN PGP SIGNATURE-----
Version: APG v1.1.1

iQFLBAEBCgA1BQJVT3liLhxEYXZpZCBDYXJvIChSZWRIYXQga2V5KSA8ZGNhcm9l
c3RAcmVkaGF0LmNvbT4ACgkQQHHH4dJiacMLkQf+Lt945gRcLEl5fT+VOHydIF33
A8yHyem026z3Wdt9wCTJ1eSd1Y7PB0nOxBoL/CXAP5qf28y5yogHX79ErQN1dWKg
+YrLWAEOCViHuXRh3gGrwtbCElXNvKer1uCicw2BRjPHstzlnPlKfI8MEGfPTjPr
BpgEiRzdZhememBHgLR6fEmu0nz3yxJ7MwPqY89syXaZ8sX82T34AjIC4cA+3jIf
9mcoF296ea/DfMHbusUDOLFpZsZ0+rFVrhvCxie1eqIBzHF/8kiAEwH35aC1kct/
uBv59mEWJqz3WNDoBQrIIf/pmy3Xv3mmsmahCijrelqqD6kkA1t1P6bhjmpuOw==
=BMEF
-----END PGP SIGNATURE-----

@david-caro
Copy link
Owner

It works for me, which distro are you using?

@david-caro
Copy link
Owner

I just found that issue on old pip (using centos default rpm install) , using a newer one upgrading it from pip (pip install --upgrade pip) fixes the issue.

Any suggestion on how to solve it without forcing anyone to upgrade to non-stable release pip?

@david-caro
Copy link
Owner

(non stable in the official distro repos I mean)

@avi3tal
Copy link
Author

avi3tal commented May 10, 2015

Thanks man, got it!

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