Chainlit / cookbook

Chainlit's cookbook repo
https://github.com/Chainlit/chainlit
713 stars 270 forks source link

/image-gen doesn't work with Python 3.11 #50

Open tymrtn opened 8 months ago

tymrtn commented 8 months ago

When running the image-gen demo on python 3.11 it throws an error: ModuleNotFoundError: No module named 'stability_sdk'

Workaround is to run everything on python3.10.

willydouhard commented 8 months ago

I think it is because you have stability_sdk installed with your python 11 pip but not with your python 3.10 pip.