-
Notifications
You must be signed in to change notification settings - Fork 62
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
Error: ImportError: No module named yaml #81
Comments
Note: this happens only with python2 |
I guess the package needed might be |
Hey, I had the same problem. Installing the package You can do this by running
|
I had this issue in python3 using pyenv virtual environments on Macos. It seems like the correct python interpreter was not discovered. Fixed by setting the ANSIBLE_PYTHON_INTERPRETER environment variable as follows.
|
Using Ubuntu 18.04 I get the following error:
I already tried various variants of
pip install pyaml
, (python2, python3, earlier version) but to no success. Any ideas?The text was updated successfully, but these errors were encountered: