oobabooga / one-click-installers

Simplified installers for oobabooga/text-generation-webui.
GNU Affero General Public License v3.0
550 stars 186 forks source link

Problems installing under linux \ wsl #95

Closed razvanab closed 1 year ago

razvanab commented 1 year ago

Downloading and Extracting Packages

Preparing transaction: done Verifying transaction: done Executing transaction: done /bin/sh: 5: /home/user/dev/one-click-installers/installer_files/env/etc/conda/deactivate.d/deactivate-gxx_linux-64.sh: Syntax error: "(" unexpected /bin/sh: 5: /home/user/dev/one-click-installers/installer_files/env/etc/conda/deactivate.d/deactivate-gxx_linux-64.sh: Syntax error: "(" unexpected


/bin/sh: 5: /home/user/dev/one-click-installers/installer_files/env/etc/conda/deactivate.d/deactivate-gxx_linux-64.sh: Syntax error: "(" unexpected ERROR: GPTQ wheel installation failed. You will not be able to use GPTQ-based models. Continuing with install..


/bin/sh: 5: /home/user/dev/one-click-installers/installer_files/env/etc/conda/deactivate.d/deactivate-gxx_linux-64.sh: Syntax error: "(" unexpected

xehn commented 1 year ago

Did you ever figure this out? I am getting the same errors on a completely fresh Debian 12 install. I feel like it must be something basic.

jllllll commented 1 year ago

The gxx_linux-64 packages from the main channel may be broken. Does this fix it:

conda install gxx_linux-64=11.2.0 -c conda-forge
xehn commented 1 year ago

@jllllll It did, thank you for your help.