EtienneCmb / visbrain

A multi-purpose GPU-accelerated open-source suite for brain data visualization
http://visbrain.org
Other
242 stars 65 forks source link

ImportError: cannot import name 'imresize' from 'scipy.misc' #49

Closed miao-cao closed 4 years ago

miao-cao commented 4 years ago

Using Scipy=1.3.0, which has removed function imresize from scipy.misc.

Any chances for a quick fix without downgrading to <=1.2.0, because using mne-python virtual env and better off not change version numbers?

Thanks very much.

jasmainak commented 4 years ago

what version of visbrain are you using? maybe you need to upgrade to development version ...

miao-cao commented 4 years ago

Using visbrain 0.4.4.

Just did this: pip install git+https://github.com/EtienneCmb/visbrain.git

, but still giving the same error.

InteGerard commented 4 years ago

To fix the import error for now: Use a fresh Python 3.6 Env. pip install scipy==1.1.0

EtienneCmb commented 4 years ago

Hi @miao-cao @InteGerard

I made a new release of visbrain this morning, import issues should now be solved.

Thanks for your feedbacks

miao-cao commented 4 years ago

Hi @miao-cao @InteGerard

I made a new release of visbrain this morning, import issues should now be solved.

Thanks for your feedbacks

Yes, confirm that the error has been fixed. Thanks.