We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reproducible in 3.1.
Linux Mint 21.3 Pyannote.audio 3.1
When running the following line,
from pyannote.audio import Pipeline
I got the error.
AttributeError: partially initialized module 'torchaudio' has no attribute 'lib' (most likely due to a circular import)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tested versions
Reproducible in 3.1.
System information
Linux Mint 21.3 Pyannote.audio 3.1
Issue description
When running the following line,
I got the error.
AttributeError: partially initialized module 'torchaudio' has no attribute 'lib' (most likely due to a circular import)
Minimal reproduction example (MRE)
The text was updated successfully, but these errors were encountered: