You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: