Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Add manual installation steps for non windows users #7

Open
eqikkwkp25-cyber opened this issue Oct 19, 2021 · 2 comments
Open

Add manual installation steps for non windows users #7

eqikkwkp25-cyber opened this issue Oct 19, 2021 · 2 comments

Comments

@eqikkwkp25-cyber
Copy link

python3.8 -m venv venv
source venv/bin/activate
pip install -r requirements.txt       
python main.py 

within GameTTS subfolder works for me

@Schweineschwarte
Copy link

On my Ubuntu 20.04 LTS I need to install tk via sudo apt-get install python3-tk. Without or via pip, the program can not found the module "tkinter". But if I start the main.py after tk-installation, it come no errors, but no GUI too.
Here the output of the terminal: https://pastebin.com/aVU8cFxS

@chrischma
Copy link

chrischma commented May 17, 2022

python3.8 -m venv venv
source venv/bin/activate
pip install -r requirements.txt       
python main.py 

within GameTTS subfolder works for me

Using these steps, i get the following error on MacOS. any idea how to solve this? thank you!

eel.call_torch_modal()  # call javascript modal if torch not available
AttributeError: module 'eel' has no attribute 'call_torch_modal'```


Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants