ValueError: list.remove(x): x not in list
WestbrookZero opened this issue · 1 comments
WestbrookZero commented
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
kli017 commented
hello I got the same error. did you solved?