Blake Wyatt
Blake Wyatt
This issue may have the solution you need https://github.com/oobabooga/text-generation-webui/issues/1351
run `start_linux.sh` to run the webui. `bash start_linux.sh`
oh wow that's weird. Could you narrow down what line of code causes that Illegal Instruction?
looks like it has something to do with running an executable with the wrong architecture https://www.google.com/search?q=%22illegal+instruction%22+python
@Rubiooo04 it looks like things went backwards actually because the code doesn't even reach the `Gradio HTTP request redirected to localhost :)` part of the log. I've never used miniforge...
@aviatiq a new update was released to the one-click installer. Try downloading it and trying again. Make sure to extract the zip to a new folder and know that it...
@aviatiq very strange. If you open `cmd_windows.bat` does it give you any errors?
@aviatiq if you download Miniconda https://repo.anaconda.com/miniconda/Miniconda3-py310_23.1.0-1-Windows-x86_64.exe, open up a command prompt normally (*not* via `cmd_windows.bat`), cd to the location of your downloaded Miniconda exe, and try installing it with `Miniconda3-py310_23.1.0-1-Windows-x86_64.exe...
@aviatiq is there now a folder called `installer_files` in your Downloads folder? If so, try running this command for me while command prompt is in the Downloads folder `"%cd%\installer_files\conda\_conda.exe" create...
@aviatiq ok try one more thing for me. In your `oobabooga_windows` folder, run this command `"%cd%\installer_files\conda\_conda.exe" create --no-shortcuts -y --prefix "%cd%\installer_files\env2" python=3.10` It's slightly different than the one you ran...