-
-
Notifications
You must be signed in to change notification settings - Fork 302
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 building wheel for dm.xmlsec.binding #177
Comments
Got around the arch issues via
It no longer complains about archs but still fails. The crucial issue though is:
which is supposedly caused by having XCode version Version 8.2.1 (8C1002) on El Capitan (ie need to update to Sierra)
|
Have you reviewed that thread? |
@pitbulk Thanks, I did notice that issue however it was related to Linux and isn't comparable with OSX. As OSX is only 64-bit and doesn't have the dev packages. I initially thought this issue was caused by attempting to build 32-bit on OSX. I followed the advice here http://stackoverflow.com/a/40315953/1167880, and it corrected the issue. I also thought it might have required disabling system integrity protection (Which I was also hesitant about), but it doesn't. If it turns out to an issue later, a reinstall of XCode should correct it. Everyone is up and working. Thanks, |
This worked for me on Centos 7 venv many issues with LXML / Xmlsec.binding but this seems to be the root cause of it
I was getting this error beforehand |
Appears to be an issue running pip install python-saml.
Its due to only having the 64-bit libxmlsec1 installed.
Im running El Capitan [OS X 10.11.6 (15G1212)], the command is being executed inside a virtualenv.
I already had libxmlsec1 installed, as its a dependency for another tool I use (oauth-tools). Although Ive also tried reinstalling via the brew command
reinstall
as well as by uninstalling and reinstalling. I also tried passing the--universal
to brew, to install the libxmlsec1 32-bit, but no luck.I notice that i386 is passed to the build command. Is it reasonable to build the 32-bit on OSX which I believe is only 64-bit?
cc -bundle -undefined dynamic_lookup -arch i386 -arch x86_64
Cheers
Emmet
Interesting Error:
Full Error:
The text was updated successfully, but these errors were encountered: