Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NeuralDiarizer: AttributeError: module 'signal' has no attribute 'SIGKILL' on Windows #12614

Open
MNIKIEMA opened this issue Mar 14, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@MNIKIEMA
Copy link

Describe the bug

I tried to use the NeuralDiarizer class with one audio. However, I got an error related to signal and I am sure if it is related to my environment or in the Nemo toolkit.

Steps/Code to reproduce bug

from nemo.collections.asr.models import NeuralDiarizer

model = NeuralDiarizer.from_pretrained(model_name="diar_msdd_meeting", map_location="gpu")

fp = "./audio.wav"

if __name__ == "__main__":
    res = model(audio_filepath=fp)
    print(res)

Expected behavior

I was not sure with the result because it is my first use of Nemo.
I got the following error:

AttributeError: module 'signal' has no attribute 'SIGKILL'. Did you mean: 'SIGILL'?

Environment overview

  • Environment location: Bare-metal
  • Method of NeMo install: [uv add nemo_toolkit['asr']].

Environment details

  • Os Version: Windows 11
  • PyTorch version: 2.6.0+cu124
  • Python version: Pyton 3.10.11
@MNIKIEMA MNIKIEMA added the bug Something isn't working label Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant