I get an error when i try to run the ./mach bootstrap command on Windows 10.
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting blessings==1.6
Using cached blessings-1.6.tar.gz (19 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
Error:
error: subprocess-exited-with-error
python setup.py egg_info did not run successfully.
exit code: 1
[1 lines of output]
error in blessings setup command: use_2to3 is invalid.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
Encountered error while generating package metadata.
See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
I installed setuptools version 57.5.0 which is supposed to fix the use_2to3 is invalid. error, but unfortunaly it doesnt fix the error.
I get an error when i try to run the
./mach bootstrap
command on Windows 10.I installed setuptools version 57.5.0 which is supposed to fix the
use_2to3 is invalid.
error, but unfortunaly it doesnt fix the error.