threaTrace-detector / threaTrace

MIT License
79 stars 20 forks source link

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

Closed dlgdwy closed 4 months ago

dlgdwy commented 5 months ago

Traceback (most recent call last): File "train_streamspot.py", line 591, in main() File "train_streamspot.py", line 528, in main node_num = int(p.stdout.readline()) ValueError: invalid literal for int() with base 10: b'' Has anyone experienced this problem? I would appreciate it if you could provide guidance on resolving it.

ZhangVerse commented 4 months ago

Hi,I've encountered the same issue. I would appreciate it if you could tell me how you solved it.

dlgdwy commented 4 months ago

I did not encounter this error when I ran it later, maybe you can run a few more times to try.

ZhangVerse commented 4 months ago

I did not encounter this error when I ran it later, maybe you can run a few more times to try. OK,thanks!