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' #8

Open
kontpower opened this issue Nov 29, 2023 · 2 comments
Open

ModuleNotFoundError: No module named 'yaml' #8

kontpower opened this issue Nov 29, 2023 · 2 comments

Comments

@kontpower
Copy link

Traceback (most recent call last):
File "/home/kitsos/tribal-wars-farming-bot/run.py", line 1, in
import yaml
ModuleNotFoundError: No module named 'yaml'

@fstavela
Copy link
Owner

fstavela commented Nov 29, 2023

Hi @kontpower , thanks for reporting this. You have to install pyyaml package in your python environment: pip install pyyaml.
I'll keep this issue open as a reminder to create a list of requirements/dependencies together with some readme documentation.

@kontpower
Copy link
Author

kontpower commented Nov 29, 2023

Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: pyyaml in /home/kitsos/.local/lib/python3.11/site-packages (6.0.1)
i have already this..but i dont know i try 5h to open the bot i think you must create something like requirements and installation steps..thnx for fast reply my friend..i try pip install -U --ignore-installed python-openstackclient and i see

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