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
Traceback (most recent call last):
File "/tmp/pyminifier/setup.py", line 2, in <module>
import pyminifier
File "/tmp/pyminifier/pyminifier/__init__.py", line 71, in <module>
from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/lib/python3.10/collections/__init__.py)
The text was updated successfully, but these errors were encountered:
root@kali-linux:/tmp/pyminifier# python3 setup.py install
The text was updated successfully, but these errors were encountered: