Open T3Nat opened 1 year ago
same
me too
well i have this problem,too.How to fix it
@T3Nat @PrevikYT @Gaegeumchi @PaperXiang
Have you built it before running?
if you're not on Linux but have python installed, just take the command out of build.sh
and run it.
on Linux, just do (inside the root folder of this repo):
chmod +x build.sh
./build.sh
or bash build.sh
python run
Also, Requirements might be missing, so to install them just pip install -r requirements.txt
@oOHiyoriOo It works successfully thanks!
@T3Nat @PrevikYT @Gaegeumchi @PaperXiang Have you built it before running? if you're not on Linux but have python installed, just take the command out of
build.sh
and run it. on Linux, just do (inside the root folder of this repo):
chmod +x build.sh
./build.sh
orbash build.sh
python run
Also, Requirements might be missing, so to install them just
pip install -r requirements.txt
I tried it, i got the same error message.
I tried to change the run script with python3 but nothing change :
I also checked if tomlconfig was in the pip3 list and it was here :'(
Maybe there is a correct version ?
I chmod build.sh and executed it right before :/
Do you have any idea ?
( Sorry for my english, i'm french )
Are you sure you're using the right python version? Use pip3
and python3
to be sure, or use something like venv / anaconda to prevent such things happening.
Hi guys,
I have a problem when i launch the "run" file, here the issue :
I don't know how to solve this :/, i have been following the tutorial but i'm blocked right now :/