Closed Nanamumuhan closed 4 years ago
how to solve this
it seems you're using python2.7 which is not supported.
You should run this with python3.
You should either use conda
or venv
For example
python3 -m venv
. venv/bin/activate
python --version
make install