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

compiledb attempts to create parsetab.py? #106

Open
ykoehler opened this issue Oct 5, 2020 · 2 comments
Open

compiledb attempts to create parsetab.py? #106

ykoehler opened this issue Oct 5, 2020 · 2 comments

Comments

@ykoehler
Copy link

ykoehler commented Oct 5, 2020

ykoehler@dev-ykoehler $ compiledb -n make
Unable to create '/usr/lib/python2.7/site-packages/bashlex/parsetab.py'
[Errno 13] Permission denied: '/usr/lib/python2.7/site-packages/bashlex/parsetab.py'

While would compiledb try to create new .py files inside site-packages?

@gnikivmj
Copy link

I have the same issue here, solved it by using root to call this command once(compiledb -n make), after that the parsetab.py will be created and you can continue with regular user

@ykoehler
Copy link
Author

ok, yeah, running once as sudo, then without works, but that is to me still a bug to be fixed.

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