Meowcolm024 / FGO-Automata

一个FGO脚本和API フェイトグランドオーダー自動化
https://meowcolm024.github.io/FGO-Automata/
MIT License
120 stars 33 forks source link

报错了 #65

Open Baichuan-qiao opened 11 months ago

Baichuan-qiao commented 11 months ago

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

Meowcolm024 commented 11 months ago

可以试一下换成requirements.txt里面的opencv-python版本(4.4.0),但我也好久没碰过这个项目了,不知道还能不能跑