amarquand/PCNtoolkit

A problem with scipy version

Closed this issue · 3 comments

A problem with scipy version

Thank you for these great resources!
When I was installing pcntoolkit in my virtual environment with Python==3.9, scipy==1.13, an error message poped up that "ImportError: cannot import name 'gaussian' from 'scipy.signal'".
After changing the scipy version into 1.12.0, the installation process finished with no bugs. Maybe scipy change the scipy.signal.gaussian to scipy.signal.window.gaussian?

Thanks for that. Yes, we noticed that as well. I think they scipy developers changed their API in the newest release. We will update the requirements in the next release, but for now if you downgrade your scipy version it will work as a work-around

We updated the requirements for the latest release.