KurtBestor / Hitomi-Downloader

:cake: Desktop utility to download images/videos/music/text from various websites, and more.
20.91k stars 1.95k forks source link

No module named 'downloader_v3' in pyCharm #7100

Closed WeiMao33 closed 2 months ago

WeiMao33 commented 3 months ago

Sorry, I am new to Python, now I use pyCharm to run python. When i import the Hitomi-Downloader to pyCharm, it give me the error like this:"No module named 'downloader_v3'". Where can I find 'downloader v3'?

image
rickmiron commented 2 months ago

As far as I know, those modules are customized from Hitomi Downloader, so the only thing you can do is write the code and pass it as a plugin and test it in Hitomi Downloader.

WeiMao33 commented 2 months ago

thanks @rickmiron