-
Notifications
You must be signed in to change notification settings - Fork 76
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 plyvel on macOS #85
Comments
somehow cython thinks you're on ios but you don't have its development headers... 😞 |
same issue here. |
Since the issue is closed, can anyone comment on the solution? 😅 |
As far as I can tell the solution is Maybe @importjake could comment? |
@episodeyang @muerl @milkyklim sorry for not reaching out sooner, I'll try to help as best I can. I think it would be helpful to open a new issue with a more specific breakdown of your problems trying to install so I can try to better help (as I currently cannot reproduce this issue). Just FYI I'll be fairly slow to respond for the next week or so as I'll be away on a trip but I'm hoping to help whenever I have the time 😄 |
Solution for me was running the installation with |
@milkyklim that's great, but I need help and more info about how you got this error relating to ios headers. Your solution may very well be the correct solution but I want to be able to understand how to reproduce this bug myself so I can be certain that adding these other flags would help. What version of OSX and python and plyvel were you trying to install and did you get the same error as the OP above (where somehow cython looks for ios headers)? |
I was not trying to install plyvel directly but it was among the dependencies. The issue is old enough that I don't really remember where it occurred. 🙈 But the error message looked the same as OP. |
Fair enough, I'll just say then that for the short term adding those extra flags is probably the best bet, and if I see a new issue filed with someone experiencing this issue or one similar then either I or anyone else motivated could open a PR adding those flags |
@importjake I am switch laptops this week, so if I run into the issue again I will log a new issue. |
From PyPI or direct repo, I get the same issue when installing:
leveldb
andxcode
are already installed.Thanks for your help :)
The text was updated successfully, but these errors were encountered: