oobabooga / one-click-installers

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

Missing space in line 128 after -y #89

Closed jllllll closed 1 year ago

jllllll commented 1 year ago

https://github.com/oobabooga/one-click-installers/blob/a2116e8b2ba661ba0ffc2b917b3c32135c0bfda4/webui.py#L128

Needs to be: run_cmd("python -m pip uninstall -y " + package_name, environment=True) With a space after -y and before the last "