threaTrace-detector / threaTrace

MIT License
83 stars 22 forks source link

ValueError: invalid literal for int() with base 10: b'' #15

Open Lijuming33 opened 6 months ago

Lijuming33 commented 6 months ago

scripts/test_streamspot.py >>>node_num = int(p.stdout.readline()) error: Traceback (most recent call last): File "test_streamspot.py", line 246, in main() File "test_streamspot.py", line 208, in main node_num = int(p.stdout.readline()) ValueError: invalid literal for int() with base 10: b''

Why does this error occur and how to solve this problem?

3arong commented 6 months ago

切换到ROOT/threaTrace/graphchi-cpp-master/bin/example_apps/目录下,执行chmod 755 * 我是这么解决的

Lijuming33 commented 6 months ago

切换到ROOT/threaTrace/graphchi-cpp-master/bin/example_apps/目录下,执行chmod 755 * 我是这么解决的

哈哈,是我