-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi, I followed all installation instructions for ATOMRefine but when I try to launch the example prediction I get the following error:
$ sh refine.sh example/T1062.pdb T1062 35 output
Using backend: pytorch
Traceback (most recent call last):
File "/home/rpracella/ATOMRefine/predict.py", line 21, in
from amber import relax
File "/home/rpracella/ATOMRefine/amber/relax.py", line 18, in
from amber import amber_minimize
File "/home/rpracella/ATOMRefine/amber/amber_minimize.py", line 29, in
import jax
File "/home/rpracella/anaconda3/envs/ATOMRefine/lib/python3.8/site-packages/jax/init.py", line 63, in
from jax._src.api import (
File "/home/rpracella/anaconda3/envs/ATOMRefine/lib/python3.8/site-packages/jax/_src/api.py", line 48, in
from jax._src import callback as jcb
File "/home/rpracella/anaconda3/envs/ATOMRefine/lib/python3.8/site-packages/jax/_src/callback.py", line 26, in
from jax._src import dispatch
File "/home/rpracella/anaconda3/envs/ATOMRefine/lib/python3.8/site-packages/jax/_src/dispatch.py", line 58, in
from etils import epath
File "/home/rpracella/anaconda3/envs/ATOMRefine/lib/python3.8/site-packages/etils/epath/init.py", line 19, in
from etils.epath import testing
File "/home/rpracella/anaconda3/envs/ATOMRefine/lib/python3.8/site-packages/etils/epath/testing.py", line 27, in
from etils.epath import gpath
File "/home/rpracella/anaconda3/envs/ATOMRefine/lib/python3.8/site-packages/etils/epath/gpath.py", line 61, in
@functools.cache
AttributeError: module 'functools' has no attribute 'cache'
Best Regards,
Riccardo Pracella