Thank you very much for providing this library,I can't wait to install it to complete my research.
But an error occurred during installation : (
When I use command ./bootstrap.sh [ -j # ] to create local python env, ubuntu reports me the following error:
./bootstrap.sh: line 13: python: command not found
Usage:
./bootstrap.sh [ -j <#jobs> ] (uses system's python)
PYTHON=python2 ./bootstrap.sh (uses python2)
PYTHON=python3 ./bootstrap.sh (uses python3)
Using python version:
Using -j 4
./bootstrap.sh: line 24: python: command not found
./bootstrap.sh: line 25: g6k-env/bin/activate: No such file or directory
Failed to create virtual environment in 'g6k-env' !
Is 'python -m virtualenv' working?
Try 'python -m pip install virtualenv' otherwise.
Then I turn to type python -m virtualenv, it reports me :
virtualenv: error: the following arguments are required: dest
SystemExit: 2
I tried again and again, and I can not find where the problem is : (
I'm going crazy
Thank you very much for providing this library,I can't wait to install it to complete my research. But an error occurred during installation : ( When I use command ./bootstrap.sh [ -j # ] to create local python env, ubuntu reports me the following error:
./bootstrap.sh: line 13: python: command not found Usage: ./bootstrap.sh [ -j <#jobs> ] (uses system's python) PYTHON=python2 ./bootstrap.sh (uses python2) PYTHON=python3 ./bootstrap.sh (uses python3)
Using python version: Using -j 4 ./bootstrap.sh: line 24: python: command not found ./bootstrap.sh: line 25: g6k-env/bin/activate: No such file or directory Failed to create virtual environment in 'g6k-env' ! Is 'python -m virtualenv' working? Try 'python -m pip install virtualenv' otherwise.
Then I turn to type python -m virtualenv, it reports me :
virtualenv: error: the following arguments are required: dest SystemExit: 2
I tried again and again, and I can not find where the problem is : ( I'm going crazy