You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i am trying to run alphafold, but when I try "python run_alphafold.py", I get this error:
Illegal instruction
I found that this error is generated in the module alphafold/model/utils.py at the line "import haiku as hk". Even a single file with just the line "import haiku" fails.
How do i solve this?
I am on a HPC cluster:
Linux allegro 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
Thank you in advance,
Fabio
The text was updated successfully, but these errors were encountered:
Hi,
i am trying to run alphafold, but when I try "python run_alphafold.py", I get this error:
Illegal instruction
I found that this error is generated in the module alphafold/model/utils.py at the line "import haiku as hk". Even a single file with just the line "import haiku" fails.
How do i solve this?
I am on a HPC cluster:
Linux allegro 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
Thank you in advance,
Fabio
The text was updated successfully, but these errors were encountered: