Replies: 3 comments 1 reply
|
Those packages are not installed via pip. You probably need to use a GitHub mirror, see |
|
Install shellcheck and stylua failed is cause of I just switch to Win 11 which has no pwsh.exe I have new problem when install black: [ERROR 2022/12/3 17:26:06] ...acker\start\mason.nvim/lua/mason-core/installer/init.lua:154: Installation failed for Package(name=black) error="...acker\start\mason.nvim/lua/mason-core/installer/init.lua:121: ...r\start\mason.nvim/lua/mason-core/managers/pip3/init.lua:90: Unable to create python3 venv environment." checkhealth mason: But :!pip works well, I'm sure pip exists where python is, I added D:\DevTools\Python37\Scripts in PATH env var where pip and pip3 located. Solved by upgrade to python3.11 |
|
All set in Windows env. Another problem when I install in WSL: clangd always in installing status and lua-language-server got erorr above, do you have any suggestion? |
Uh oh!
There was an error while loading. Please reload this page.
Install shellcheck and sytlua failed,
I tried add pip = { proxy, "http://server:port" },
But still the same. Or should I set proxy in .pip config file?
All reactions