Skip to content
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

ModuleNotFoundError : no module named 'yaml' #1406

Open
krishnaik3 opened this issue Nov 15, 2024 · 1 comment
Open

ModuleNotFoundError : no module named 'yaml' #1406

krishnaik3 opened this issue Nov 15, 2024 · 1 comment

Comments

@krishnaik3
Copy link

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

@Acly
Copy link
Owner

Acly commented Nov 16, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants