You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rolling back uninstall of scipy
Moving to /Users/apple/opt/anaconda3/lib/python3.9/site-packages/scipy-1.7.3.dist-info/
from /Users/apple/opt/anaconda3/lib/python3.9/site-packages/~cipy-1.7.3.dist-info
Moving to /Users/apple/opt/anaconda3/lib/python3.9/site-packages/scipy/
from /Users/apple/opt/anaconda3/lib/python3.9/site-packages/~cipy
can you please tell me what I am doing wrong..?
from scipy.misc import imsave, imread, imresize
I can use the above line of code
I ran all of these from InFoCusp/tf_cnnvis
pip install setuptools
pip install six
python setup.py install
python setup.py clean
from scipy.misc import imsave # in *** init.py *** of tf_cnnvis
Error: ImportError: cannot import name 'imsave' from 'scipy.misc' (C:\projects\TensorFlow-MIL\venv\lib\site-packages\scipy\misc_init_.py)
What am I missing ???
The text was updated successfully, but these errors were encountered: