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
G:\FGO-Automata-master>python.exe name.py
Traceback (most recent call last):
File "G:\FGO-Automata-master\name.py", line 1, in
from core.Automata import Automata
File "G:\FGO-Automata-master\core\Automata.py", line 3, in
from core import util, crds
File "G:\FGO-Automata-master\core\util.py", line 2, in
from cv2 import cv2
ImportError: Bindings generation error. Submodule name should always start with a parent module name. Parent name: cv2.cv2. Submodule name: cv2
The text was updated successfully, but these errors were encountered:
G:\FGO-Automata-master>python.exe name.py
Traceback (most recent call last):
File "G:\FGO-Automata-master\name.py", line 1, in
from core.Automata import Automata
File "G:\FGO-Automata-master\core\Automata.py", line 3, in
from core import util, crds
File "G:\FGO-Automata-master\core\util.py", line 2, in
from cv2 import cv2
ImportError: Bindings generation error. Submodule name should always start with a parent module name. Parent name: cv2.cv2. Submodule name: cv2
The text was updated successfully, but these errors were encountered: