You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here's the log when I tried to download (Using Python 3.12.3), tried uninstalling and reinstall requests but still the same error
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "F:\APPS\Python 3.12.3\Scripts\gallery-dl.exe\__main__.py", line 7, in <module>
File "C:\Users\admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\gallery_dl\__init__.py", line 289, in main
status = jobtype(url).run()
^^^^^^^^^^^^
File "C:\Users\admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\gallery_dl\job.py", line 284, in __init__
Job.__init__(self, url, parent)
File "C:\Users\admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\gallery_dl\job.py", line 39, in __init__
extr = extractor.find(extr)
^^^^^^^^^^^^^^^^^^^^
File "C:\Users\admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\gallery_dl\extractor\__init__.py", line 204, in find
for cls in _list_classes():
File "C:\Users\admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\gallery_dl\extractor\__init__.py", line 243, in _list_classes
for module in _module_iter:
File "C:\Users\admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\gallery_dl\extractor\__init__.py", line 252, in _modules_internal
yield __import__(module_name, globals_, None, (), 1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\gallery_dl\extractor\2ch.py", line 9, in <module>
from .common import Extractor, Message
File "C:\Users\admin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\gallery_dl\extractor\common.py", line 20, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
The text was updated successfully, but these errors were encountered:
Here's the log when I tried to download (Using Python 3.12.3), tried uninstalling and reinstall requests but still the same error
The text was updated successfully, but these errors were encountered: