-
Notifications
You must be signed in to change notification settings - Fork 16
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
pyarrow error #3
Comments
Hi, |
Hello, I have encountered the same problem as well. Have you managed to solve this bug? I have tried installing both pyarrow versions 0.14.0 and 0.15.1, but I keep getting errors during installing. |
this worked for me: pyarrow==0.14.1 on python version 3.7.12 |
I follow the requirement in 3090Ti.
I try to install the pyarrow==0.14.1, but I can't install it.
ERROR: Could not find a version that satisfies the requirement pyarrow==0.14.1 (from versions: 0.9.0, 0.10.0, 0.11.0, 0.11.1, 0.12.0, 0.12.1, 0.13.0, 0.14.0, 0.15.1, 0.16.0, 0.17.0, 0.17.1, 1.0.0, 1.0.1, 2.0.0, 3.0.0, 4.0.0, 4.0.1, 5.0.0, 6.0.0, 6.0.1, 7.0.0, 8.0.0, 9.0.0, 10.0.0, 10.0.1, 11.0.0)
ERROR: No matching distribution found for pyarrow==0.14.1
The version seems already updated. So I install the latest version. When I run the following code:
DiffGesture/scripts/data_loader/data_preprocessor_expressive.py
Line 46 in ab54c56
I am getting the following error:
Exception has occurred: OSError
Expected IPC message of type unknown but got unknown
Do you have any questions or detailed configuration?
The text was updated successfully, but these errors were encountered: