Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError with scipy 1.8.0 #99

Closed
sommerc opened this issue Feb 7, 2022 · 2 comments
Closed

ImportError with scipy 1.8.0 #99

sommerc opened this issue Feb 7, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@sommerc
Copy link

sommerc commented Feb 7, 2022

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
@sommerc sommerc added the bug Something isn't working label Feb 7, 2022
@AhmetCanSolak
Copy link
Collaborator

Thank you so much for this issue @sommerc ! I will be making a fix PR shortly.

@AhmetCanSolak
Copy link
Collaborator

I just fixed scipy to 1.7.3 which is seems to be the latest non-breaking version. We are planning to have a new Aydin release within this month which will have this fix. Thank you for reporting again @sommerc ! and let me know if there is anything else I can help with.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants