Open krishnaik3 opened 2 days ago
Did you check/install the package inside the server's environment?
cd /path/to/server
source venv/bin/activate
pip install pyyaml
Might be missing more things if something went wrong with installing dependencies though. Installer usually takes care of this. You can check client.log to see what packages were installed.
I get above error when starting server , running on macOS 11 . I have checked pip install pyyaml it says requirement already satisfied, what do i need to do to fix this? Running python 3.11.6 and latest version 1.28 of the plugin. I also upgraded pip to 24.3.1