-
Notifications
You must be signed in to change notification settings - Fork 3k
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
package egenix-mx-base can't be installed with pip #8
Comments
mx-egenix-base does extensive patching of distutils in its setup.py, which mx-egenix-base does look for a special "--use-setuptools" argument and imports For packages like this where pip is unable to install them in its preferred
|
I'd argue that a fallback to a raw
|
The scons package has this same issue, so presumably it's using the same tool.
|
(just commenting logged in so that I can be notified now; anon above was me)
|
The numscons (git master) package too has the same issue.
|
Issue #96 was marked as a duplicate of this issue. version
|
Issue #159 was marked as a duplicate of this issue.
|
Has there been any progress on this?
|
I have the same issue. Anyone made progress with this?
|
Unfortunately, I too have run into this…
|
Same here. Very annoying because this ruins my beautiful requirements file. |
I've also run into this and from the discussion I had http://thread.gmane.org/gmane.comp.python.egenix.user/1552 they are not planning on fixing this from their side. |
s/they are not/they are/ Sorry for the typo. |
Thanks for the link @santagada, just tried to run |
Yes this can be closed, as of 3.2 they fixed pip problems (now they are having problems with virtualenv on the patched python 2.7 on ubuntu 11.04 but they think the bug is on ubuntu. |
Just a random comment in case this info will help others. This also breaks pysvn, ie "pip install http://pysvn.barrys-emacs.org/source_kits/pysvn-1.7.5.tar.gz" Seems like it is doing the compile stage in a non standard way -> http://pysvn.tigris.org/issues/show_bug.cgi?id=86. Would be nice to have a command line flag to disable this flag :) |
Confirmed installable and import works. Closing
|
Add platform checks to wheel location code
Still have the same problem with installing SCons. (Python 2.6.6 on RHEL6, Python 2.7.2 on Mac Mountain Lion) |
Still doesn't work for scons with ubuntu 12.04 ... |
Try $ pip install --egg scons |
Thank you @appleparan . |
I'm having this problem =/
|
@robsonpeixoto add the suggested flag
|
Thanks |
…toto.kill-console-logging Turn off TUF + in-toto console logging by default
pip apparently tries to call
setup.py install
with the--single-version-externally-managed
option and that blows upmx-base
'ssetup.py
Here's the (edited) console output, and linked is the (edited) pip-log file
The text was updated successfully, but these errors were encountered: