Closed nmeftah closed 1 year ago
thats what i figured but when i try to launch the .sh variants i get a message saying command not found
do you have python 3.10 installed?
yeah its 3.10.6
what happens when you try to run python3.10
as a command?
it launches python
I have changed the check to use "which", can you git pull the changes and check if it works now?
still nothing
nothing? can you show the output?
oh, that.
In linux bash, to run a script. you start with "./". So in this case, the correct command is "./install.sh
"
ahhh ok, sorry, i haven't used linux too much before
so now when i run it i get a message saying permission denied
try sudo ./[file]
.
if that fails, try chmod +rwx [file]
, and then running the file again
works now but now theres this error
delete the venv folder, windows venvs are structured differently from linux venvs.
windows venv's activate: venv\Scripts\activate.bat
linux/macos venv's activate: venv/bin/activate
ok got it, working now
so when i run the run file it worked perfectly until this point
now its just stuck at that point
yeah, just open the link in your browser (http://127.0.0.1:7860)
ah ok i see
linux worked perfectly, im now trying to get it to run on macos but im getting a message saying i need visual build tools for c++ but if i recall correctly that not compatible on mac
that's weird, pretty sure on macos you'd need a compiler like gcc
https://stackoverflow.com/questions/59977457/installing-gcc-on-macos-catalina
let me give that a shot
so after installing the gcc I still get an error saying theres no module named TTS
did you check if it installed correctly this time?
when i look through the install no errors come up but hwne i check the package list in the venv theres nothing about TTS so when i tried to manually install that i get an error saying no such file or directory: 'mecab-config'
pip install mecab
might help. Not really sure though.
Describe the bug syntax error when running install.bat on windows on line 1"@echo off"
To Reproduce Steps to reproduce the behavior:
Expected behavior expected to install the software