xiongyihui/python-webrtc-audio-processing

ValueError: list.remove(x): x not in list

WestbrookZero opened this issue · 1 comments

git submodule init && git submodule update
python-webrtc-audio-processing>python setup.py build
Traceback (most recent call last):
File "setup.py", line 33, in
ap_sources.remove('webrtc-audio-processing/webrtc/system_wrappers/source/rw_lock_generic.cc')
ValueError: list.remove(x): x not in list

hello I got the same error. did you solved?