python3 gen.py
Traceback (most recent call last):
File "/mnt/c/Users/tomer/Downloads/gen.py", line 5, in
from structures import ProxyPool, Proxy
File "/home/tomer/.local/lib/python3.10/site-packages/structures.py", line 7, in
from collections import ChainMap, OrderedDict, Sequence
ImportError: cannot import name 'Sequence' from 'collections' (/usr/lib/python3.10/collections/init.py)
python3 gen.py Traceback (most recent call last): File "/mnt/c/Users/tomer/Downloads/gen.py", line 5, in
from structures import ProxyPool, Proxy
File "/home/tomer/.local/lib/python3.10/site-packages/structures.py", line 7, in
from collections import ChainMap, OrderedDict, Sequence
ImportError: cannot import name 'Sequence' from 'collections' (/usr/lib/python3.10/collections/init.py)