-
Notifications
You must be signed in to change notification settings - Fork 23
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
hdl checker on termux #73
Comments
Can you try installing Python 3.8 dev package? (that'd be the Or could you try installing ujson manually to make sure it succeeds? That's because one of HDL Checker dependencies has moved to use ujson instead of the regular json module, which is compiled upon installation. Hopefully #57 is more stable in this regard. |
Thank you for your reply. There is no python-dev version in the Termux package repository so i installed ujson manually which succeeded. Still i get the error when i start the hdl_checker. |
|
Now i get at least the version number
|
Starting hdl_checker with 'hdl_checker --lsp' still throws an error
|
hdl_checker --help gives...
|
On Termux there is no /tmp directory, only /usr/tmp ...so logging file cant be written. |
When starting the server, use Thanks for the patience! |
I am trying to get hdl checker working on termux with neovim and coc, but when installing with "pip install hdl-checker --upgrade " i get the following error and hdl language server isnt starting
The text was updated successfully, but these errors were encountered: