Open ghost opened 2 years ago
I cloned and ran python3 setup.py install
python3.9 setup.py install
error in pyminifier setup command: use_2to3 is invalid.
Python3.9 instead of Python3.10 gives this
Not the best solution but this works for me with Python 3.10
pip install "setuptools<58.0.0"
root@kali-linux:/tmp/pyminifier# python3 setup.py install