Closed Farissoliman closed 1 year ago
Hi @Farissoliman, currently the installation is a bit clunky. This is also related to #158. This is something on which I'm going to put special focus on in the coming weeks. Currently I'm just lacking the time to address it because diart's not my main job.
For now you can ignore this warning and use the newest torchaudio version, which should work well. Also, make sure you install the latest version v0.7, you're currently installing v0.5.1.
If you want to contribute, adding an environment.yml
file with the latest working packages would be an amazing start.
Fix implemented in #181. It will appear in next release (v0.8)
After following the instructions on the
README
file, when I runpip install diart
, I get this error message:I then try running
pip install git+https://github.com/pyannote/pyannote-audio.git@develop#egg=pyannote-audio
to get the latest form of pyannote-audio which includes torchaudio-2.0.2, but then I get this error:Is there any fix or merge that I can do to fix these issues?