the-database / MangaJaNaiConverterGui

GUI for upscaling manga with PyTorch models
GNU General Public License v3.0
81 stars 3 forks source link

Ignored the following versions that require a different python version. #38

Closed Yan3ku closed 3 months ago

Yan3ku commented 3 months ago

I'm following the guide in backend/src, installed the pytorch for radeon, created venv and when I try to pip install backend/src I get this error about mismatched versions: image I installed few different pyhon versions 3.8 and above but the error was not fixed. I tried to ignore it and move to the next step but it seems not all dependencies were installed because of this error: image I downloaded opencv but then I got another module errors. Should I install all modules by hand? Or is it unfixable if I don't get the proper python version?