2022-11-20 09:04:26 [scrapy.core.downloader.handlers] ERROR: Loading "scrapy.core.downloader.handlers.http2.H2DownloadHandler" for scheme "https" Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/scrapy/core/downloader/handlers/__init__.py", line 49, in _load_handler dhcls = load_object(path) File "/usr/local/lib/python3.9/site-packages/scrapy/utils/misc.py", line 62, in load_object mod = import_module(module) File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 986, in _find_and_load_unlocked File "", line 680, in _load_unlocked File "", line 850, in exec_module File "", line 228, in _call_with_frames_removed File "/usr/local/lib/python3.9/site-packages/scrapy/core/downloader/handlers/http2.py", line 13, in from scrapy.core.http2.agent import H2Agent, H2ConnectionPool, ScrapyProxyH2Agent File "/usr/local/lib/python3.9/site-packages/scrapy/core/http2/agent.py", line 13, in from scrapy.core.http2.protocol import H2ClientProtocol, H2ClientFactory File "/usr/local/lib/python3.9/site-packages/scrapy/core/http2/protocol.py", line 8, in from h2.config import H2Configuration ModuleNotFoundError: No module named 'h2' 2022-11-20 09:04:26 [scrapy.downloadermiddlewares.robotstxt] ERROR: Error downloading : Unsupported URL scheme 'https': No module named 'h2' Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks result = context.run( File "/usr/local/lib/python3.9/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/usr/local/lib/python3.9/site-packages/scrapy/core/downloader/middleware.py", line 49, in process_request return (yield download_func(request=request, spider=spider)) File "/usr/local/lib/python3.9/site-packages/scrapy/utils/defer.py", line 72, in mustbe_deferred result = f(*args, **kw) File "/usr/local/lib/python3.9/site-packages/scrapy/core/downloader/handlers/__init__.py", line 74, in download_request raise NotSupported(f"Unsupported URL scheme '{scheme}': {self._notconfigured[scheme]}") scrapy.exceptions.NotSupported: Unsupported URL scheme 'https': No module named 'h2' 2022-11-20 09:04:28 [scrapy.core.scraper] ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/twisted/internet/defer.py", line 1693, in _inlineCallbacks result = context.run( File "/usr/local/lib/python3.9/site-packages/twisted/python/failure.py", line 518, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "/usr/local/lib/python3.9/site-packages/scrapy/core/downloader/middleware.py", line 49, in process_request return (yield download_func(request=request, spider=spider)) File "/usr/local/lib/python3.9/site-packages/scrapy/utils/defer.py", line 72, in mustbe_deferred result = f(*args, **kw) File "/usr/local/lib/python3.9/site-packages/scrapy/core/downloader/handlers/__init__.py", line 74, in download_request raise NotSupported(f"Unsupported URL scheme '{scheme}': {self._notconfigured[scheme]}") scrapy.exceptions.NotSupported: Unsupported URL scheme 'https': No module named 'h2'