Skip to content
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

Closed
Ben-chen-alt opened this issue Mar 27, 2023 · 3 comments
Closed

pyarrow error #3

Ben-chen-alt opened this issue Mar 27, 2023 · 3 comments

Comments

@Ben-chen-alt
Copy link

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:

video = pyarrow.deserialize(value)

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?

@Advocate99
Copy link
Owner

Hi,
I installed pyarrow 0.14.1 in my environment. I think you may try installing older version like 0.14.0 or 0.15.1?

@xljh0520
Copy link

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.

@kiranchhatre
Copy link

this worked for me:

pyarrow==0.14.1
lmdb==0.96
librosa==0.9.2
numpy==1.19.0

on python version 3.7.12
CUDA version: 11.7
PyTorch version: 1.13.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants