-
Notifications
You must be signed in to change notification settings - Fork 67
Closed
Labels
Description
Hello,
The package looks not compatible with numpy 2.
I could be available to look how fixing it in few days. For now, here is the traceback when importing the package:
File "[path]", line 1, in <module>
import amico
File "[path]/python3.10/site-packages/amico/__init__.py", line 3, in <module>
from .core import Evaluation, setup
File "[path]/python3.10/site-packages/amico/core.py", line 15, in <module>
import amico.lut
File "amico/lut.pyx", line 11, in init amico.lut
File "[path]/python3.10/dist-packages/dipy/__init__.py", line 41, in <module>
from numpy.testing import Tester
ImportError: cannot import name 'Tester' from 'numpy.testing' ([path]/python3.10/site-packages/numpy/testing/__init__.py)