❓ Questions / Help / Support Package conflict when trying to install Silero-VAD 6.2 #724
|
Hi! I'm trying to upgrade Silero VAD from 6.0 to 6.2 but when giving but the terminal gives me an error as output, citing a package conflict: I've also tried to force the installation of the package with sudo pip install silero-vad=6.2.0 but no luck. I'm missing something? I'm on Fedora KDE 43 with the latest updates till today. If you need more logs or informations, i'll gladly report them here. Thanks! |
Replies: 2 comments 6 replies
Not sure why it's trying to install all of the versions at the same time, this is strange. |
|
Same issue here, installing in a Dockerfile so nothing is already installed. When I do not specify a version in my pip requirements, it tries to install all the versions like @DarkSwan86 stated above. When I specify the 6.2.0 version, pip outputs this error : |
Looks like we found the culprit
We guessed that it was python 3.14 (which was not mentioned)
We are looking for the root cause, but we could replicate the error now
The root cause - microsoft/onnxruntime#26309 (comment)