QPong-Unity icon indicating copy to clipboard operation
QPong-Unity copied to clipboard

Bugs on Linux build

Open jare8734 opened this issue 4 years ago • 1 comments

When python2 and python3 are installed, pip install -r requirements.txt attempts to install the requirements with python2. Python3 is needed to install qiskit, so pip3 must be used instead.

Also, might run into an environment error due to permissions, --user at the end can be used to get around this.

The final command needed: pip3 install -r requirements --user

jare8734 avatar Sep 23 '19 16:09 jare8734