-
Notifications
You must be signed in to change notification settings - Fork 75
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
Installation fails on OSX with Python 3.5 #66
Comments
currently there are no osx wheels on pypi, so |
Just double checked. For it to work on OSX, the minimum changes needed are those
This is the minimum setup I need for the plyvel installation to not show the |
this looks like ...oh wait, you say it does actually search not sure how to add osx specific build args. if you figure out the |
https://github.com/kgori/treeCl/blob/master/setup.py#L25-L34 might give inspiration |
Give me a second, think i almost got it solved |
awesome! i also found https://github.com/pybind/python_example/blob/master/setup.py btw |
I think does the trick for me. Would be great to verify this by other OSX users. (requires to have leveldb installed with homebrew - |
fwiw, i had a report from an osx user that got errors like this when running a plain
the suggestion from
(leaving this comment here since it may help others) |
Hi @wbolster, @metachris I'm also working on installing [https://github.com/CityOfZion/neo-python] but am having issues installing plyvel as well. I'm seeing this error down below. I've followed this thread as well as issue #34 but am having a hard time solving.
|
not sure, the actual error message seems missing from your comment... |
ran into this problem and this did fix it so 👍 . however, if you want to keep Xcode lying around, you can just temporarily move it while you install e.g. unclear why XCode clobbers the header search path, but it does seem to
|
Using
|
fwiw, I ran into similar compilation problems in
|
This still doesn't work for me, I tried all the methods 😢
Maybe other people have the same issue in a similar situation. |
THANK YOU. This works after a |
@StuartFarmer This issue has been resolved on a recent PR. @wbolster I've really enjoyed using your package and I have gone ahead and prepared a new version in PR #99 and I'm willing to help in any way I can. |
Hey all,
I'm working on https://github.com/CityOfZion/neo-python and we're using
plyvel
as DB. The problem is that the plyvel installation from PyPI does not work out of the box on OSX, we're using Python 3.5.To fix this, we need to do these steps:
Is there any chance we can fix it in this repository?
The text was updated successfully, but these errors were encountered: