FeeiCN/Cobra

Python 3.7.2 安装报错

512433465 opened this issue · 0 comments

System and Python Environment

Item Tooltip Value
System uname -a Windows
Python python -V Python 3.7.2
Cobra python cobra.py

执行 `python cobra.py 报错

$ python cobra.py
Traceback (most recent call last):
File "cobra.py", line 18, in
from cobra import main
File "E:\cobratest\cobra\cobra_init_.py", line 21, in
from .log import logger
File "E:\cobratest\cobra\cobra\log.py", line 19, in
import cloghandler
ModuleNotFoundError: No module named 'cloghandler'

Python版本太高了么?