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
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.
The text was updated successfully, but these errors were encountered:
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 therequirements.txt
file so whenmesop
is installed, its dependent package gets installed as well.The text was updated successfully, but these errors were encountered: