Skip to content

Numpy version error: Speaker-diarization recipe running error #257

@JiJiJiang

Description

@JiJiJiang
Image Image

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions