-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error installing on Mac Mavericks (virtualenv update from Mountain Lion) #10
Comments
Hi Zhibo, The first piece of the output are just warnings. I think the problem is ld: warning: ignoring file ../ad3//libad3.a, file was built for It looks there is some mismatch between compiling with 32/64 bits? Just to make sure, did you manage to compile the C++ lib first by André 2013/11/13 Zhibo Xiao [email protected]
|
Dear Andrew, Thank you for the quick reply. I did manage to compile the C++ lib and I run the test code provided on the I have no idea on the 32/64 bit stuff. I opened libad3.a and they are just On Wed, Nov 13, 2013 at 6:06 PM, Andre Martins [email protected]:
肖智博 (Zhibo Xiao) / Sean | Ph.D. candidate of Machine Learning & Data Mining Room 106, Information School, Dalian Maritime University, Dalian, China, |
Apparently, the lib libad3.a was compiled with 64 bits, but then the python -arch i386 -arch x86_64 I think this flag -arch is specific to MACOSX. You may try to run those Alternatively you may try to add the flag -arch i386 in the Makefile in ad3 André 2013/11/13 Zhibo Xiao [email protected]
|
I think the 32/64 bit is the problem here. I found out more on this: I will install another python in a virtualenv and try to remove 64bit python and try installing ad3 again. |
Hi, I have trouble install ad3 python on my mac.
I am running Python in virtualenv on Mavericks. I didn't perform a clean install from scratch, just upgraded from Mountain Lion. The Python environment is in a virtualenv, so this probably doesn't have anything to do with OSX.
Below is the output of the compilation.
Next is the error information from iPython
I did check the
__init__.py
file, and there is nofactor_graph
in it, and thatUNKNOWN
egg in site-package is probably have something to do with the failure.The text was updated successfully, but these errors were encountered: