llama-stack-apps
llama-stack-apps copied to clipboard
Mesop App Requires pillow Package to Run GUI
Running the chatbot GUI with command mesop app/main.py
, it reports "No module of 'PIL'" error because the pillow package is missing. pip install pillow
resolved the issue. Suggest to add the package into the requirements.txt
file so when mesop
is installed, its dependent package gets installed as well.