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

[wespeaker] add __init__.py #232

Merged
merged 1 commit into from
Nov 14, 2023
Merged

[wespeaker] add __init__.py #232

merged 1 commit into from
Nov 14, 2023

Conversation

cdliang11
Copy link
Collaborator

No description provided.

@cdliang11
Copy link
Collaborator Author

cdliang11 commented Nov 13, 2023

Fix the error:

pip install git+https://github.com/wenet-e2e/wespeaker.git
> wespeaker --task embedding --audio_file ./1000003_0f90da0d.wav --output_file aa.txt
Traceback (most recent call last):
  File "/home/user/app/app.py", line 17, in <module>
    import wespeaker
  File "/home/user/.local/lib/python3.10/site-packages/wespeaker/__init__.py", line 1, in <module>
    from wespeaker.cli.speaker import load_model  # noqa
  File "/home/user/.local/lib/python3.10/site-packages/wespeaker/cli/speaker.py", line 30, in <module>
    from wespeaker.models.speaker_model import get_speaker_model
ModuleNotFoundError: No module named 'wespeaker.models'

@robin1001 robin1001 merged commit a84bd7d into master Nov 14, 2023
3 checks passed
@robin1001 robin1001 deleted the chengdong-init branch November 14, 2023 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants