TrafficStream
TrafficStream copied to clipboard
Program error
When I run the program, I get an error saying No such file or directory: 'conf/test.json'. What should i do? Looking forward to your answers. Thanks!
Hi, you should run with commands like python main.py --conf conf/trafficStream.json
. We set conf/test.json
as the default conf file and it is not included in the folder conf/
. But you can find more files in conf/
.
Thank you very much for your reply, now the program can run normally, thanks!