one-click-installers-tts-6.0 audiocraft, fastapi-cli, fairseq, vector-quantize version conflict #312
-
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 11 replies
-
Yes because pip does not want these projects to work together, but in reality they do. |
Beta Was this translation helpful? Give feedback.
-
So everything works fine ? |
Beta Was this translation helpful? Give feedback.
-
After installing it was running fine but after turning it off and every time turning it back on, a message pops up TTS rejects http://localhost:7860/ |
Beta Was this translation helpful? Give feedback.
-
That's new. Did you change the default port to be 80? Does it not work or
just report this error while still being functional?
I'm guessing that it didn't close the connection but that is also abnormal.
I am able to close and reopen as many times as I like.
…On Sun, May 12, 2024, 12:51 AM JohNash ***@***.***> wrote:
After installing it was running fine but after turning it off and every
time turning it back on, a message pops up
requests.exceptions.ConnectionError:
HTTPConnectionPool(host='localhost', port=80): Max retries exceeded with
url: /startup-events (Caused by
NewConnectionError('<urllib3.connection.HTTPConnection object at
0x000002353C0059F0>: Failed to establish new connection: [WinError 10061]
Unable to establish connection because target computer is actively
rejecting it'))
—
Reply to this email directly, view it on GitHub
<#312 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRXI7UGEIXQ6ADEUTH6QTZB2HGVAVCNFSM6AAAAABHSE6WD6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGOJZHA4DQ>
.
You are receiving this because you commented.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
Got it, thanks. Are you running another webui at localhost:7860?
…On Sun, May 12, 2024, 1:03 AM JohNash ***@***.***> wrote:
I didn't change anything I can't do anything the server doesn't work.
Press any key to continue . . .
***@***.*** start
next start
- ready started server on 0.0.0.0:3000, url: http://localhost:3000
gradio api handler rvc_model_reload
TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11457:11)
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
at async resolve_config
(D:\TTS-Generation-Webui\one-click-installers-tts-6.0\tts-generation-webui\react-ui.next\server\chunks\327.js:1029:20)
at async
D:\TTS-Generation-Webui\one-click-installers-tts-6.0\tts-generation-webui\react-ui.next\server\chunks\327.js:353:18
{
cause: Error: connect ECONNREFUSED 127.0.0.1:7860
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 7860
}
}
gradio api handler rvc_index_reload
TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11457:11)
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
at async resolve_config
(D:\TTS-Generation-Webui\one-click-installers-tts-6.0\tts-generation-webui\react-ui.next\server\chunks\327.js:1029:20)
at async
D:\TTS-Generation-Webui\one-click-installers-tts-6.0\tts-generation-webui\react-ui.next\server\chunks\327.js:353:18
{
cause: Error: connect ECONNREFUSED 127.0.0.1:7860
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 7860
}
}
gradio api handler rvc_model_reload
TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11457:11)
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
at async resolve_config
(D:\TTS-Generation-Webui\one-click-installers-tts-6.0\tts-generation-webui\react-ui.next\server\chunks\327.js:1029:20)
at async
D:\TTS-Generation-Webui\one-click-installers-tts-6.0\tts-generation-webui\react-ui.next\server\chunks\327.js:353:18
{
cause: Error: connect ECONNREFUSED 127.0.0.1:7860
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 7860
}
}
gradio api handler rvc_index_reload
TypeError: fetch failed
at Object.fetch (node:internal/deps/undici/undici:11457:11)
at process.processTicksAndRejections
(node:internal/process/task_queues:95:5)
at async resolve_config
(D:\TTS-Generation-Webui\one-click-installers-tts-6.0\tts-generation-webui\react-ui.next\server\chunks\327.js:1029:20)
at async
D:\TTS-Generation-Webui\one-click-installers-tts-6.0\tts-generation-webui\react-ui.next\server\chunks\327.js:353:18
{
cause: Error: connect ECONNREFUSED 127.0.0.1:7860
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) {
errno: -4078,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 7860
—
Reply to this email directly, view it on GitHub
<#312 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRXIZBMUOC45OSFVEN3F3ZB2ISXAVCNFSM6AAAAABHSE6WD6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TGOJZHE2DS>
.
You are receiving this because you commented.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
It seems that the main UI is failing to start for some reason. Do you have
the full log from when you start it?
…On Sun, May 12, 2024, 1:23 AM JohNash ***@***.***> wrote:
Not
—
Reply to this email directly, view it on GitHub
<#312 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRXI77BFONEFKIEDCAKADZB2K4XAVCNFSM6AAAAABHSE6WD6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIMBQGAZTM>
.
You are receiving this because you commented.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
In config.json please set the port to 7860 or if you don't have any special
settings you can just delete the config.json file and it will reset to
default.
…On Sun, May 12, 2024, 2:20 AM JohNash ***@***.***> wrote:
I don't know if it's affected by this error, but I pasted into the bat
file for a while the command set
PYTORCH_CUDA_ALLOC_CONF=garbage_collection_threshold:0.6,max_split_size_mb:128
Which I found this on the web as a solution to the memory overflow (
RuntimeError: CUDA out of memory)connection as I generated longer audio
files. However, I removed this command rally so it is unlikely to be
affected.
—
Reply to this email directly, view it on GitHub
<#312 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABTRXIZ2PQAEZZQW6E3GECLZB2RULAVCNFSM6AAAAABHSE6WD6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TIMBQGM4DS>
.
You are receiving this because you commented.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
I removed the file config.json from the virtual env D:\TTS-Generation-Webui\one-click-installers-tts-6.0\installer_files\env\Lib\site-packages\rvc_pkg\configs\config.json Load adapters.py 486 send connectionpool.py 844 urlopen retries.py 515 increment urllib3.exceptions.MaxRetryError:
|
Beta Was this translation helpful? Give feedback.
Yes because pip does not want these projects to work together, but in reality they do.
It's also because these projects haven't listed all of the versions that actually work.
And audiocraft just wants to upgrade to newer torch despite working perfectly fine with 2.0.0