Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugs on Linux build #64

Open
jare8734 opened this issue Sep 23, 2019 · 1 comment
Open

Bugs on Linux build #64

jare8734 opened this issue Sep 23, 2019 · 1 comment

Comments

@jare8734
Copy link

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
Copy link
Author

Furthermore, the ball has not been triggering a paddle measurement on the Linux build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant