Openai-whisper requirement is not getting installed

No, only the three lines that swap the stdlib sqlite3 lib with the pysqlite3 package matter. Try adding them at the beginning of your main script.

Something in your code requires chromadb. The traceback should tell you what it is. In any case you probably need to have chromadb in your requirements.txt.

Thanks a lot… The issue I was facing is being resolved… Thanks again for your support. I really appreciate it…

The issue is resolved… Thanks a lot for your support… I am very happy with streamlit support and community…

Hi there, i tried some of the methods such as putting openai-whisper==20231117 in requirements.txt, but it is still not working. Here is my repo: https://github.com/lishing/whisper-demo

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.