-
Notifications
You must be signed in to change notification settings - Fork 146
Description
Traceback (most recent call last):
File "E:\Game-Bot-master\Game-Bot-master\create_dataset.py", line 9, in
from predict import predict
File "E:\Game-Bot-master\Game-Bot-master\predict.py", line 3, in
from scipy.misc import imresize
ImportError: cannot import name 'imresize' from 'scipy.misc' (C:\Users\Owner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\scipy\misc_init_.py)
PS E:\Game-Bot-master\Game-Bot-master> python3 create_dataset.py
Traceback (most recent call last):
File "E:\Game-Bot-master\Game-Bot-master\create_dataset.py", line 9, in
from predict import predict
File "E:\Game-Bot-master\Game-Bot-master\predict.py", line 3, in
from scipy.misc import imresize
ImportError: cannot import name 'imresize' from 'scipy.misc' (C:\Users\Owner\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.11_qbz5n2kfra8p0\LocalCache\local-packages\Python311\site-packages\scipy\misc_init_.py)