llama-stack-apps icon indicating copy to clipboard operation
llama-stack-apps copied to clipboard

Mesop App Requires pillow Package to Run GUI

Open dawenxi-007 opened this issue 6 months ago • 1 comments

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.

dawenxi-007 avatar Aug 28 '24 06:08 dawenxi-007