pyannote-database
                                
                                
                                
                                    pyannote-database copied to clipboard
                            
                            
                            
                        ImportError: cannot import name 'registry' from 'pyannote.database'
Hello: I try to apply my own YAML with the command: from pyannote.database import get_protocol But it shows"ImportError: cannot import name 'registry' from 'pyannote.database' (/home/xuan/anaconda3/envs/pyannote/lib/python3.8/site-packages/pyannote/database/init.py)" How can I solve this problem?Thanks^_^
😭😭😭
To maximise the probability of someone answering your question:
- 
if your issue is a bug report, please provide a minimum reproducible example, e.g. a link to a self-contained Google Colab notebook (i.e. containing everthing needed to reproduce the bug: installation of pyannote.audio, downloads of models or test data, etc...)
 - 
if your issue is a feature request, please read this first and update your request accordingly.
 
When I ran pip install pyannote.database and it installed pyannote.database-4.1.3, the registry module wasn't in the __init__.py of the pyannote database package. Reinstalling via pip install git+https://github.com/pyannote/pyannote-database/tree/develop fixed it for me.