想生成一个图(用的是test_simple_graph)报错
= RESTART: C:\Users\admin\Desktop\cyaron-master\test_simple_graph.py
Traceback (most recent call last):
File "C:\Users\admin\Desktop\cyaron-master\test_simple_graph.py", line 3, in <module>
from cyaron import *
File "C:\Users\admin\Desktop\cyaron-master\cyaron\__init__.py", line 21, in <module>
from .string import String
File "C:\Users\admin\Desktop\cyaron-master\cyaron\string.py", line 5, in <module>
import xeger
ModuleNotFoundError: No module named 'xeger'
为什么会这样?
如果有教程更好,谢谢