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
529 stars 47 forks source link

Could not find a version that satisfies the requirement dearpygui (from versions: none) #47

Open guispfilho opened 2 months ago

guispfilho commented 2 months ago

I'm currently unable to install it.

1- I installed Python 3.9 adding it to PATH and for all users, which set it's location to "C:\Program Files(x86)\Python39-32\" 2- I created a folder in my desktop: C:\Users\Trabalho\Desktop\text-generation-webui 3- Ran the git clone https://github.com/ogkalu2/comic-translate inside this folder, which created the folder "comic-translate" 4- I then navigated to this folder and ran pip install -r requirements.txt, which returned the error message:

C:\Users\Trabalho\Desktop\text-generation-webui\comic-translate>pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement dearpygui (from versions: none)
ERROR: No matching distribution found for dearpygui

5- python comic.py wield this message:

C:\Users\Trabalho\Desktop\text-generation-webui\comic-translate>python comic.py
Traceback (most recent call last):
  File "C:\Users\Trabalho\Desktop\text-generation-webui\comic-translate\comic.py", line 1, in <module>
    import dearpygui.dearpygui as dpg
ModuleNotFoundError: No module named 'dearpygui'

6- Trying to unnistall and install torch returns this:

C:\Program Files (x86)\Python39-32>pip uninstall torch torchvision
WARNING: Skipping torch as it is not installed.
WARNING: Skipping torchvision as it is not installed.

C:\Program Files (x86)\Python39-32>pip install torch==2.1.0+cu121 -f https://download.pytorch.org/whl/torch_stable.html
Defaulting to user installation because normal site-packages is not writeable
Looking in links: https://download.pytorch.org/whl/torch_stable.html
ERROR: Could not find a version that satisfies the requirement torch==2.1.0+cu121 (from versions: none)
ERROR: No matching distribution found for torch==2.1.0+cu121

6- I navigated to Python's folder "C:\Program Files(x86)\Python39-32\" and tried to install dearpygui:

C:\Windows\System32>pip install dearpygui
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement dearpygui (from versions: none)
ERROR: No matching distribution found for dearpygui

C:\Windows\System32>pip3 install dearpyguicd C:\Program Files (x86)\Python39-32
Defaulting to user installation because normal site-packages is not writeable
ERROR: Invalid requirement: 'C:\\Program'
Hint: It looks like a path. File 'C:\Program' does not exist.

C:\Windows\System32>cd C:\Program Files (x86)\Python39-32

C:\Program Files (x86)\Python39-32>pip3 install dearpygui
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement dearpygui (from versions: none)
ERROR: No matching distribution found for dearpygui

My system: i5-13450HX 2.40 GHz RTX 3050 6GB Laptop 16GB DDR4 Windows 11 x64

ogkalu2 commented 2 weeks ago

Do you have any other versions of python installed ?