xNul / chat-llama-discord-bot

A Discord Bot for chatting with LLaMA, Vicuna, Alpaca, MPT, or any other Large Language Model (LLM) supported by text-generation-webui or llama.cpp.
https://discord.gg/TcRGDV754Y
MIT License
118 stars 23 forks source link

ModuleNotFoundError: No module named 'yaml' #21

Open MrDanMaster opened 1 year ago

MrDanMaster commented 1 year ago

In MacOS M1 Sonoma

Traceback (most recent call last):
  File "/Users/danielsabini/ChatLLaMA/oobabooga_macos/text-generation-webui/bot.py", line 13, in <module>
    import yaml
ModuleNotFoundError: No module named 'yaml'

When I do pip install PyYAML:

Requirement already satisfied: PyYAML in ./miniconda3/lib/python3.11/site-packages (6.0.1)