We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vocab cannot be installed as a system package currently because it write to its source location:
Traceback (most recent call last): File "/usr/host/bin/vocab", line 35, in <module> main() File "/usr/host/bin/vocab", line 17, in main app = App() File "/usr/lib/python3.7/site-packages/vocab/lib/app.py", line 24, in __init__ os.mkdir(config.DICT_DIR) PermissionError: [Errno 13] Permission denied: '/usr/lib/python3.7/site-packages/vocab/local'
Writing to user owned folders (like xdg directories) could fix this problem.
This software looks promising and I can't wait to add a package upstream ^^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vocab cannot be installed as a system package currently because it write to its source location:
Writing to user owned folders (like xdg directories) could fix this problem.
This software looks promising and I can't wait to add a package upstream ^^
The text was updated successfully, but these errors were encountered: