Collecting pyminifier
Using cached pyminifier-2.1.tar.gz (47 kB)
Installing build dependencies ... done
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [3 lines of output]
Python 3.X support requires the 2to3 tool.
It normally comes with Python 3.X but (apparenty) not on your distribution.
Please find out what package you need to get 2to3and install it.
[end of output]
I'm using Python 3.11.0
even have 2to3
PS C:\Users\Administrator\Desktop\Git-Pixel\> pip install 2to3 Requirement already satisfied: 2to3 in c:\users\administrator\appdata\local\programs\python\python311\lib\site-packages (1.0)
Also installed setuptools...
Please advise what's the issue is
I'm using Python 3.11.0
even have 2to3
PS C:\Users\Administrator\Desktop\Git-Pixel\> pip install 2to3 Requirement already satisfied: 2to3 in c:\users\administrator\appdata\local\programs\python\python311\lib\site-packages (1.0)Also installed setuptools...
Please advise what's the issue is