We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I tried to write down a large Array (>10 GB) to a File. But Npy crashes with the following error:
Npy(Io(Custom { kind: Other, error: "Large file option has not been set" }))
It is possible to fix it?
The text was updated successfully, but these errors were encountered:
This error message appears to come from the zip crate, which is not used by npy. Are you sure there's not more to this issue?
zip
npy
Sorry, something went wrong.
No branches or pull requests
Hello, I tried to write down a large Array (>10 GB) to a File.
But Npy crashes with the following error:
Npy(Io(Custom { kind: Other, error: "Large file option has not been set" }))
It is possible to fix it?
The text was updated successfully, but these errors were encountered: