OpenNetLab / AlphaRTC

Evaluation framework for RL-based bitrate control for WebRTC
BSD 3-Clause "New" or "Revised" License
94 stars 37 forks source link

Error path use #77

Closed Azson closed 3 years ago

Azson commented 3 years ago

https://github.com/OpenNetLab/AlphaRTC/blob/d5f16e2bc6687e7385d9445951cec5db81fac08d/DEPS#L2900 Error when run make all Output

/home/onl/.vpython-root/472e9b/bin/python: can't open file 'src/tools_webrtc/get_landmines.py': [Errno 2] No such file or directory

Should be 'tools_webrtc/get_landmines.py',

Azson commented 3 years ago

fixed in https://github.com/OpenNetLab/AlphaRTC/pull/80