-
Notifications
You must be signed in to change notification settings - Fork 115
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
Can't install pyvex on OSX #40
Comments
This is my fault!! I rehauled the setup process for this repo and I I will read up on the way this works and push something for you to try very On Thursday, August 25, 2016, damnya notifications@github.com wrote:
|
thank you for the reply,after replace soname with install_name,I test pip install from local package,and it worked now.Looking forward to the update:) |
New version is released! Also, I fixed some issues, and the download should now be 0.4% the size it previously was! Let me know if it works, since I don't have an os x to test on :( |
raymonddeMBP:~ sun$ pip install pyvex Seems everything ok now,thanks! |
ld: unknown option: -soname
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libpyvex.dylib] Error 1
error: Unable to build pyvex-static.
Failed building wheel for pyvex
It looks like "-soname" should replace with "-install_name" on OSX?
The text was updated successfully, but these errors were encountered: