The current package (0.0.12 on PyPI) cannot run without IPython, but this is missing from requirements.txt
Steps to reproduce (outside of a Jupyter notebook):
pip install simple-diarizer
# index.py
from simple_diarizer.diarizer import Diarizer
Output:
File "[redacted]\index.py", line 1, in <module>
from simple_diarizer.diarizer import Diarizer
File "[redacted]\lib\site-packages\simple_diarizer\diarizer.py", line 13, in <module>
from .utils import check_wav_16khz_mono, convert_wavfile
File "[redacted]\lib\site-packages\simple_diarizer\utils.py", line 8, in <module>
from IPython.display import Audio, display
ModuleNotFoundError: No module named 'IPython'
The current package (0.0.12 on PyPI) cannot run without IPython, but this is missing from requirements.txt
Steps to reproduce (outside of a Jupyter notebook):
Output: