Skip to content

ImportError with scipy 1.8.0  #99

@sommerc

Description

@sommerc

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions