-
Notifications
You must be signed in to change notification settings - Fork 106
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
error with pip install #114
Comments
You'll need to build pyarrow wheels from source. I haven't figured out how to do that yet. |
thanks, |
@oszlak, I'm not sure I understand your question. Your log indicates that you are trying to build PyArrow. I do not provide PyArrow wheels for nogil because I haven't figured out how to build it from source. If you want to use PyArrow, you'll have to figure out how to build it from source yourself based on their documentation. I don't expect that to be easy - the last time I tried to do it I could not figure out how to build the wheels and gave up. |
Thank you very much for your hard work and dedication; I will certainly benefit from your efforts. |
hey, getting this error:
this is my dockerfile
and this is requirements.txt
The text was updated successfully, but these errors were encountered: