-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
pip install pyarrow==0.9.0.post1 doesn't work on docker Alpine 3.5 or linux #1950
Comments
Also note that Alpine Linux is not |
I am receiving the error as below when trying to use pyarrow 0.9 after installation
|
I'm seeing the same error on import after successful install of
|
@naveenarumugam This is totally different issue than the initial one posted. Please open an issue on https://issues.apache.org/jira/projects/ARROW including the version of Mac OS you're using. |
@naveenarumugam @mdeland Captured your problem in https://issues.apache.org/jira/browse/ARROW-2553 This should be easily solved in the next release. |
@xhochy It looks like this approach breaks "locking" of dependencies as is done by
I have little knowledge of the internals of python packaging, it sounds like it is expected that the "latest version" should be compatible with all platforms. |
This version of pyarrow only works on while installing on Mac, doesn't work on linux machines or docker alpine images
Also, simply installing the latest version of pyarrow throws a cython not installed error.
Is there an alternative version works?
Thanks
The text was updated successfully, but these errors were encountered: