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

Robonet data processing error #15

Open
xiaohao9999 opened this issue Jan 25, 2025 · 5 comments
Open

Robonet data processing error #15

xiaohao9999 opened this issue Jan 25, 2025 · 5 comments

Comments

@xiaohao9999
Copy link

Hello,

I found this problem when processing Robonet data. What's going on?
This error will not be reported when running locally, but the local disk space is limited. By the way, how much disk space does the processed data take up?

Image

@fny21
Copy link

fny21 commented Jan 25, 2025

This error appears to be related to the version of h5py. If you are utilizing a newer version, try downgrading it (for example, h5py==3.6.0). Regarding the disk space issue, we apologize for any inconvenience, but our server is currently unavailable due to the Chinese New Year holiday, so we are unable to investigate it at this time.

@xiaohao9999
Copy link
Author

xiaohao9999 commented Jan 25, 2025

Thank you for your prompt reply. I will try again according to your suggestion. Happy New Year~

@xiaohao9999
Copy link
Author

Sorry to bother you again. Even if I change to another server or change the version of h5py, I still cannot fully process the data of Robonet, and the following error still occurs:

Image

The processed data size is as follows:

Image

@fny21
Copy link

fny21 commented Feb 8, 2025

We searched for relative information and find some hints.
As the official documents of h5py indicates, the code that raised error with h5py.File(io.BytesIO(buf)) as hf is explicitly supported. Part of the official documents is shown as follow:

Image
So the OSError is more likely to be caused by versions or other problems, instead of code.

We also noticed that there has already been issues discussing this error, such as #2513. However, there seems to be many possible reasons that may cause this error, so I'm afraid it's not easy to find out the exact reason based only on the output of command line.

We feel sorry for being unable to solve your question perfectly. We hope the above information may help.

@xiaohao9999
Copy link
Author

Thank you for your detailed response.

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

2 participants