-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
File "...\anaconda3\envs\aydin_env\lib\site-packages\aydin\it\deconvolution\lr_deconv_scipy.py", line 4, in <module>
from scipy.signal.signaltools import _init_freq_conv_axes, _apply_conv_mode
ImportError: cannot import name '_init_freq_conv_axes' from 'scipy.signal.signaltools' (C:\Users\csommer\anaconda3\envs\aydin_env\lib\site-packages\scipy\signal\signaltools.py)
To Reproduce
I followed installation instructions: pip install aydin
installed newest scipy (=1.8.0). Aydin attempts to import from sicpy.signal.signaltools
, which does not exist anymore. Pinning scipy==1.7.1 resolved issue
Desktop (please complete the following information):
- OS: Win10
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working