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
Traceback (most recent call last):
File "/home/kitsos/tribal-wars-farming-bot/run.py", line 1, in
import yaml
ModuleNotFoundError: No module named 'yaml'
The text was updated successfully, but these errors were encountered:
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.
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
Traceback (most recent call last):
File "/home/kitsos/tribal-wars-farming-bot/run.py", line 1, in
import yaml
ModuleNotFoundError: No module named 'yaml'
The text was updated successfully, but these errors were encountered: