You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
StressRNN is limited to ONNXRuntime version 1.6 or lower.
It's impossible to install it now. The oldest version available is 1.7.0.
I input this:
C:\Users\PC>pip3 install git+https://github.com/Desklop/StressRNN
Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/Desklop/StressRNN
Cloning https://github.com/Desklop/StressRNN to c:\users\pc\appdata\local\temp
\pip-req-build-1u9fsecf
Running command git clone -q https://github.com/Desklop/StressRNN 'C:\Users\PC
\AppData\Local\Temp\pip-req-build-1u9fsecf'
Requirement already satisfied: numpy>=1.16.0 in c:\program files\python39\lib\si
te-packages (from stressrnn==0.2.0) (1.21.0)
Collecting h5py<=2.10.0
Using cached h5py-2.10.0.tar.gz (301 kB)
Requirement already satisfied: pymorphy2[fast]>=0.8 in c:\program files\python39
\lib\site-packages (from stressrnn==0.2.0) (0.9.1)
ERROR: Could not find a version that satisfies the requirement onnxruntime<=1.6
(from stressrnn) (from versions: 1.7.0, 1.8.0, 1.8.1)
ERROR: No matching distribution found for onnxruntime<=1.6
How to use it now that this version 1.6 is no longer available?
I need this to launch Silero text-to-speech.
The text was updated successfully, but these errors were encountered:
Hello.
StressRNN is limited to ONNXRuntime version 1.6 or lower.
It's impossible to install it now. The oldest version available is 1.7.0.
I input this:
pip3 install git+https://github.com/Desklop/StressRNN
And I get this:
How to use it now that this version 1.6 is no longer available?
I need this to launch Silero text-to-speech.
The text was updated successfully, but these errors were encountered: