-
Notifications
You must be signed in to change notification settings - Fork 36
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
Comments
-----BEGIN PGP SIGNED MESSAGE----- Will fix right away, strange error though On May 10, 2015 5:22:39 PM GMT+02:00, avi tal [email protected] wrote:
Sent from my Android device with K-9 Mail through Mykolab servers. iQFLBAEBCgA1BQJVT3liLhxEYXZpZCBDYXJvIChSZWRIYXQga2V5KSA8ZGNhcm9l |
It works for me, which distro are you using? |
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? |
(non stable in the official distro repos I mean) |
Thanks man, got it! |
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'
The text was updated successfully, but these errors were encountered: