Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用docker方法启动容器失败 #7

Open
kal1x opened this issue Dec 23, 2021 · 2 comments
Open

使用docker方法启动容器失败 #7

kal1x opened this issue Dec 23, 2021 · 2 comments

Comments

@kal1x
Copy link

kal1x commented Dec 23, 2021

我先执行了:

docker build -t hades .

在执行这里的时候报错:

docker run -p 8088:8088 hades
Running hooks in /etc/ca-certificates/update.d...

done.
done.
依赖安装完毕
Traceback (most recent call last):
  File "Hades-cli.py", line 17, in <module>
    from miniDVM.miniDVM import miniDVM
  File "/usr/src/app/miniDVM/miniDVM.py", line 17, in <module>
    from cfg.cfgManage import CFGBuilder
  File "/usr/src/app/cfg/cfgManage.py", line 7, in <module>
    from cfg.graphs import GraphManager
  File "/usr/src/app/cfg/graphs.py", line 4, in <module>
    import re, pydot
ImportError: No module named pydot

请问这是什么原因呢

@404area
Copy link

404area commented May 20, 2022

同问

@knighttt7
Copy link

同问+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants