ogkalu2 / comic-translate

Desktop app for automatically translating comics - BDs, Manga, Manhwa, Fumetti and more in a variety of formats (Image, Pdf, Epub, cbr, cbz, etc) and in multiple languages.
Apache License 2.0
531 stars 47 forks source link

erorr No module named 'dearpygui' #22

Open nimfq opened 5 months ago

nimfq commented 5 months ago

image

Tor-Saxberg commented 5 months ago

@nimfq try this in a virtual environment.

python -m venv manga
source manga2/bin/activate

replace paddleocr and paddlepaddle with PyMuPDF==1.23.8 in requirements.txt (assuming no chinese translations)

pip install --upgrade pip
pip install -r requirements.txt
pip list

dearpygui should be in the output.