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

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

Open
Lijuming33 opened this issue Mar 21, 2024 · 2 comments
Open

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

Lijuming33 opened this issue Mar 21, 2024 · 2 comments

Comments

@Lijuming33
Copy link

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
Copy link

3arong commented Mar 21, 2024

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

@Lijuming33
Copy link
Author

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

哈哈,是我

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

2 participants