-
Notifications
You must be signed in to change notification settings - Fork 19
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
getrandom error with pod5 convert fast5 #116
Comments
hi @cocvincent, and then share the Kind regards, |
Hello, And here 4 .log files generated: 2024-03-01--14-02-51-main-pod5.log Sorry, the last file is too big for a simple screenshot. |
Hi @cocvincent - can you try and run # Create a new virtual environment called "venv"
python3.12 -m venv venv --prompt=pod5
# Activate the venv
source venv/bin/activate
# update pip and install pod5
pip install -U pip pod5==0.3.6
# run your command
POD5_DEBUG=1 pod5 convert fast5 ... Kind regards, |
@cocvincent, do you have any updates on this issue? |
Hello @HalfPhoton , Thanks ! |
Hello, Thanks |
Potentially. I suggest giving it a try. Can your cluster administrators update python? If your cluster doesn't have support for python3.8+ then many things will slowly stop working as 3.7 had it's end of life last October. Kind regards, |
Hello, The cluster administrator installed python 3.12 and then pod5 with PIP. It's very similar to what I've had before. Thank you for your time. |
Thanks for the update - we'll take a look at this and get back to you. |
@cocvincent - Can you share some information on your system OS etc? |
Hello, here's the information on OS: NAME="SLES" Unfortunately, it's not possible to update the OS version. Is there a docker image available? Thanks. |
Could you tell me your glibc version? |
The glibc version is 2.19 |
Ok - this reminded me of this similar issue The glibc version you have is too old: #63 (comment) Are you able to compile the project yourself? https://pod5-file-format.readthedocs.io/en/latest/docs/install.html#installation-from-source |
Hello,
I have a problem when trying to convert fast5 files to pod5 files with pod5 convert fast5 (pod5 v0.3.6).
In both cases, I get this error in the log file:
The job is not killed when the error occurs.
I'm using 100G of memory with 50 cpu on a computing cluster.
I hope you can help me, thanks.
The text was updated successfully, but these errors were encountered: