Replies: 2 comments 1 reply
-
Please install from the |
Beta Was this translation helpful? Give feedback.
1 reply
-
I just successfully installed it in a jupyter notebook in pycharm. Ran into some issues with dependencies (related to M1 I think) but ultimately was able to get it working on my M1 MacBook. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to use pyannote.audio in a jupyter notebook with conda. Do you know how to make this work? I've tried many configurations (the one in your Github README, installing via
pip install pyannote.audio
, jupyter in the same environment or another one) and can't get any of them to work. Errors are varied and difficult to diagnose: segfaults on importing pyannote.audio, but only from jupyter, link errors, and others.I can go into more detail on any of these, but don't want to clutter up this discussion in case there's just a recipe to follow. Anything you can recommend?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions