Hi, I met some bugs when running the speaker diarization recipe.
My python is 3.8;
numba==0.56.2
numpy==1.23.5
But as the bug said, No module named 'numpy._core' was found.
Traceback (most recent call last):
File "local/cluster_and_postprocess.py", line 125, in
main()
File "local/cluster_and_postprocess.py", line 119, in main
audio_only_func(local_wav_list, args.audio_embs_dir, args.rttm_dir, config)
File "local/cluster_and_postprocess.py", line 62, in audio_only_func
stat_obj = pickle.load(f)
ModuleNotFoundError: No module named 'numpy._core'
Is there something wrong? Thanks for help!