-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newbie Problem - ModuleNotFoundError: No module named 'requests' #166
Comments
|
Thans, there sure many module needed since it new for me. But there a freking problem again ERROR:Unable to get list of creators from kemono.party During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last):
|
Seems your network blocked kemono, try vpn instead.
|
yeah its blocked by indonesian ISP, try a dns changer or a vpn |
Excuse me, as I new. I already install the newest phyton 3.11 and the latest kemono-dl 2022.04.27. I don't know if installed succesfuly but I got like this
note: This error originates from a subprocess, and is likely not a problem with pip.
error: legacy-install-failure
× Encountered error while trying to install package.
╰─> Pillow
note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.
And when I use script python kemono-dl.py --cookies "cookie.txt" --links https://kemono.party/SERVICE/user/USERID
It come out like this
Traceback (most recent call last):
File "C:\Users\Zafkiel Altrak\Downloads\Compressed\Kemono Downloader\kemono-dl-2022.04.27\kemono-dl.py", line 1, in
from src.main import main
File "C:\Users\Zafkiel Altrak\Downloads\Compressed\Kemono Downloader\kemono-dl-2022.04.27\src\main.py", line 1, in
import requests
ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered: