-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels