FeeiCN/Cobra

运行 ./cobra.py --help出错

l1angfeng opened this issue · 3 comments

root@root:~/gongju/cobra# ./cobra.py --help
Traceback (most recent call last):
File "./cobra.py", line 18, in
from cobra import main
File "/root/gongju/cobra/cobra/init.py", line 21, in
from .log import logger
File "/root/gongju/cobra/cobra/log.py", line 19, in
import cloghandler
ImportError: No module named cloghandler

升级python版本到3.0以上试下?

这个是因为类库没有安装,需要安装相应类库

pip install -r requirements.txt