Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
6.24k stars 799 forks source link

Chainlit run command doesn't work at all #3

Closed ghost closed 1 year ago

ghost commented 1 year ago

chainlit run app.py -w doesn't work at all

chainlit hello opens a blank window though

constantinidan commented 1 year ago

looking into it now

willydouhard commented 1 year ago

Thanks to @lovishescobar I was able to identify the root cause (https://stackoverflow.com/questions/59355194/python-flask-error-failed-to-load-module-script-strict-mime-type-checking-i). This will be most likely fixed in the 0.2.107 release 👍

willydouhard commented 1 year ago

Fixed in the 0.2.107 release! You can upgrade with pip install -U chainlit. Let us now if that fixes the issue for you :)

ghost commented 1 year ago

doesn't work with -w argument

willydouhard commented 1 year ago

I think this is another issue (permission issue on windows). I will close this issue. Please re open a new one for -w problem.