fhalamos
fhalamos
Hi @miladf2, thanks for raising this issue! I have the impression you faced this problem cause you directly run PII_data_processor.py from the command line, is that correct? When doing that,...
Maybe Im totally wrong and there is no need to close the _io.BytesIO object? The memory leak might be somewhere else.
Update: Even after closing the _io.BytesIO object, I get a memory leak. ``` Traceback (most recent call last): File "transcript_generator.py", line 182, in create_choped_wav sound = AudioSegment.from_file(audio_url) File "/mnt/c/Users/felip/ml_for_survey_data_quality/aaa_venv/lib/python3.6/site-packages/pydub/audio_segment.py", line...