We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在安装完依赖后,执行这个代码 python3 compiler.py -i examples/newconn.py -p4o output/newconn/newconn.p4 -p4s [-p4v] 出现了这个报错 Traceback (most recent call last): File "compiler.py", line 6, in <module> from udf.tree_partition import count_indent ModuleNotFoundError: No module named 'udf' 请问作者这个怎么解决,我看是缺少这个模块,但是不知道怎么下载
python3 compiler.py -i examples/newconn.py -p4o output/newconn/newconn.p4 -p4s [-p4v]
Traceback (most recent call last): File "compiler.py", line 6, in <module> from udf.tree_partition import count_indent ModuleNotFoundError: No module named 'udf'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在安装完依赖后,执行这个代码
python3 compiler.py -i examples/newconn.py -p4o output/newconn/newconn.p4 -p4s [-p4v]
出现了这个报错
Traceback (most recent call last): File "compiler.py", line 6, in <module> from udf.tree_partition import count_indent ModuleNotFoundError: No module named 'udf'
请问作者这个怎么解决,我看是缺少这个模块,但是不知道怎么下载
The text was updated successfully, but these errors were encountered: