From prisma import PrismaFile raise RuntimeError

RuntimeError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).

Traceback:

File "/home/adminuser/venv/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 564, in _run_script
    exec(code, module.__dict__)File "/mount/src/test/Home.py", line 7, in <module>
    from utils.data import init_connectionFile "/mount/src/test/utils/data.py", line 24, in <module>
    from prisma import PrismaFile "<frozen importlib._bootstrap>", line 1055, in _handle_fromlistFile "/home/adminuser/venv/lib/python3.9/site-packages/prisma/__init__.py", line 43, in __getattr__
    raise RuntimeError(

Hi @z3h1r,

Thank you for sharing your question with the community!

Your post is missing a code snippet and a link to your app’s GitHub repo. Please check out our guidelines on how to post an effective question here and update your post to help the community answer your question.