You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: