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
File "/home/klsa/Viola-Jones/utils.py", line 17, in loadImages
img = scipy.misc.imread(abs_path, flatten=False, mode='F')
File "/home/klsa/.local/lib/python3.10/site-packages/scipy/misc/__init__.py", line 45, in __getattr__
raise AttributeError(
AttributeError: scipy.misc is deprecated and has no attribute imread.
i tried to use pip install scipy==1.1.0 but it gave huge error. everything is deprecated
The text was updated successfully, but these errors were encountered:
i tried to use
pip install scipy==1.1.0
but it gave huge error. everything is deprecatedThe text was updated successfully, but these errors were encountered: