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

parsetab.py still used? #69

Closed
ccoffrin opened this issue Sep 14, 2017 · 3 comments
Closed

parsetab.py still used? #69

ccoffrin opened this issue Sep 14, 2017 · 3 comments
Assignees

Comments

@ccoffrin
Copy link

A few parts of the code mention parsetab.py, which seems to be auto generated.

I ran into an issue where I installed qiskit using pip3 on an admin account and then switched to a non-admin account for using the library. When running QuantumProgram.execute I get the following warning,

WARNING: Couldn't create 'parsetab'. [Errno 13] Permission denied: '/usr/local/lib/python3.6/site-packages/qiskit/qasm/parsetab.py'
WARNING: Couldn't create 'parsetab'. [Errno 13] Permission denied: '/usr/local/lib/python3.6/site-packages/qiskit/qasm/parsetab.py'
@atilag
Copy link
Member

atilag commented Sep 15, 2017

Thanks for the report Carleton. Even though we encourage the use of virtualenvs to all our users, there may be cases where this is not an option. Fortunately, I think there's a way to fix this without any impact :)
I'll work on it.

@atilag
Copy link
Member

atilag commented Sep 15, 2017

Bug has been fixed in the new available pip package version: 0.3.6
Thanks for the report @ccoffrin !

@atilag atilag closed this as completed Sep 15, 2017
@ccoffrin
Copy link
Author

Thanks a lot!

taalexander pushed a commit to taalexander/qiskit-terra that referenced this issue May 2, 2019
add doc on initial-state support for grover
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

2 participants