0Xiaohei0 / VoiceToJapanese

152 stars 19 forks source link

no module ´customtkinter´ #26

Closed pizzamh closed 1 year ago

pizzamh commented 1 year ago

Captura

goenyan commented 1 year ago

Use the exe version instead. https://github.com/0Xiaohei0/VoiceToJapanese/tree/v1.2.3

pizzamh commented 1 year ago

the problem continues with 'customtkinter'

imagen

goenyan commented 1 year ago

Then try go to the "files" folder, run cmd then run those commands

  1. pip install -r requirements.txt
  2. .venv\Scripts\activate.bat
  3. python ui.py

P.S: did you run the .exe version instead of .py version? At I saw, you're running the .py version

pizzamh commented 1 year ago

I have this problem when executing this code pip install -r requirements.txt or at least from what I see

imagen

Is it normal for it to end like this?

0Xiaohei0 commented 1 year ago

Use python 3.10image

pizzamh commented 1 year ago

Thanks, I thought there would be no problem with the version difference

Captura