-
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
build fails on macOS due to "implicit declaration of function 'lseek' is invalid in C99" #229
Comments
solved with
|
Hmmm, I cannot reproduce this. My MacOSX box is 10.15.5 and python 3.7.6. I wonder whether a new version of zlib can fix your problem. |
@xytxytxyt Same issue, same resolution. Any chance we can patch this soon? |
I have just updated to latest Mac OSX 10.15.6, but I can still compile the beast with Python 3.7.6. I suppose this is a Python 3.8 thing. We will try to appy your patch to C-Blosc sources and propagate this back to python-blosc soon. |
Understood, thanks. For the time being, I'll just build from source with your recommendations above |
python-blosc 1.9.2 has been released and fixes this. Closing. |
Thank you so much @FrancescAlted !! |
* Addresses Blosc/python-blosc#229 * Re-applies 5fc66f7, 406f596, 7b5caf8.
* Addresses Blosc/python-blosc#229 * Re-applies 5fc66f7, 406f596, 7b5caf8
(
pip install blosc
also results in the same errors; the following is my attempt to build from source)macOS version 10.15.6 (19G73)
Python 3.8.5
My Python has among others
cmake==3.18.0
scikit-build==0.11.1
output:
The text was updated successfully, but these errors were encountered: