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
File "/home/sajeesh/collector/collector.py", line 13, in
import requests
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/init.py", line 58, in
from . import utils
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/utils.py", line 26, in
from .compat import parse_http_list as _parse_list_header
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/compat.py", line 7, in
from .packages import chardet
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/packages/init.py", line 3, in
from . import urllib3
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/packages/urllib3/init.py", line 10, in
from .connectionpool import (
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/packages/urllib3/connectionpool.py", line 38, in
from .response import HTTPResponse
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/packages/urllib3/response.py", line 9, in
from ._collections import HTTPHeaderDict
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/packages/urllib3/_collections.py", line 1, in
from collections import Mapping, MutableMapping
ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/init.py)
The text was updated successfully, but these errors were encountered:
└─$ pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: requests in /home/sajeesh/.local/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (2.7.0)
ERROR: Could not find a version that satisfies the requirement warnings (from versions: none)
ERROR: No matching distribution found for warnings
File "/home/sajeesh/collector/collector.py", line 13, in
import requests
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/init.py", line 58, in
from . import utils
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/utils.py", line 26, in
from .compat import parse_http_list as _parse_list_header
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/compat.py", line 7, in
from .packages import chardet
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/packages/init.py", line 3, in
from . import urllib3
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/packages/urllib3/init.py", line 10, in
from .connectionpool import (
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/packages/urllib3/connectionpool.py", line 38, in
from .response import HTTPResponse
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/packages/urllib3/response.py", line 9, in
from ._collections import HTTPHeaderDict
File "/home/sajeesh/.local/lib/python3.10/site-packages/requests/packages/urllib3/_collections.py", line 1, in
from collections import Mapping, MutableMapping
ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/init.py)
The text was updated successfully, but these errors were encountered: