xiongyihui / python-webrtc-audio-processing

Python bindings of WebRTC Audio Processing
169 stars 51 forks source link

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

Closed WestbrookZero closed 4 years ago

WestbrookZero commented 4 years ago

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 4 years ago

hello I got the same error. did you solved?