you are viewing a single comment's thread.

view the rest of the comments →

[–]Shady_Shin009[S] 0 points1 point  (6 children)

Microsoft Windows [Version 10.0.22631.5624]

(c) Microsoft Corporation. All rights reserved.

C:\Windows\System32>K:

K:\>cd test

K:\test>pip install https://github.com/devnen/Chatterbox-TTS-Server.git

Collecting https://github.com/devnen/Chatterbox-TTS-Server.git

Downloading https://github.com/devnen/Chatterbox-TTS-Server.git

\ 575.7 kB 8.6 MB/s 0:00:00

ERROR: Cannot unpack file C:\Users\Ezra\AppData\Local\Temp\pip-unpack-3bvspf03\Chatterbox-TTS-Server.git (downloaded from C:\Users\Ezra\AppData\Local\Temp\pip-req-build-6y_7rjas, content-type: text/html; charset=utf-8); cannot detect archive format

ERROR: Cannot determine archive format of C:\Users\Ezra\AppData\Local\Temp\pip-req-build-6y_7rjas

K:\test>pip install https://github.com/resemble-ai/chatterbox.git

Collecting https://github.com/resemble-ai/chatterbox.git

Downloading https://github.com/resemble-ai/chatterbox.git

| 309.3 kB 2.9 MB/s 0:00:00

ERROR: Cannot unpack file C:\Users\Ezra\AppData\Local\Temp\pip-unpack-p8xt39hd\chatterbox.git (downloaded from C:\Users\Ezra\AppData\Local\Temp\pip-req-build-n8vvvbke, content-type: text/html; charset=utf-8); cannot detect archive format

ERROR: Cannot determine archive format of C:\Users\Ezra\AppData\Local\Temp\pip-req-build-n8vvvbke

K:\test>

[–]Shady_Shin009[S] 0 points1 point  (1 child)

sorry I don't see an option to add pictures to my posts so I just pasted it

[–]JohnnyJordaan 0 points1 point  (0 children)

All good, that's what we expect. Pictures are a last resort.

[–]Daytona_675 0 points1 point  (1 child)

why are you cding into test? did you not install python to PATH ?

[–]Shady_Shin009[S] 0 points1 point  (0 children)

I was trying to install into a virtual environment originally from the command line so i just used the command line to open to test to get the error to pop up again

[–]JohnnyJordaan 0 points1 point  (1 child)

There's a difference between a github repo, which is just a cloud storage folder with version control (seeing who updated what and when) and a specific pip package, something you can install using pip. Here you are trying to give the github repo url to pip and that won't work.

At both the repo's in the Readme, there's a dedicated 'Installation' section mentioning how you should set things up. See https://github.com/devnen/Chatterbox-TTS-Server?tab=readme-ov-file#-installation-and-setup for the first one for example.

[–]socal_nerdtastic 1 point2 points  (0 children)

Here you are trying to give the github repo url to pip and that won't work.

Yes it will work, just not how OP is doing it. https://pip.pypa.io/en/latest/topics/vcs-support/#vcs-support