I am not able to successfully run the app on community cloud. It cannot access snowflake database using streamlit app.
Here is the url of the github repository: GitHub - nusratarasg/snowflake_streamlit
Error Message:
ModuleNotFoundError: No module named ‘snowflake.connector’; ‘snowflake’ is not a package
Traceback:
File “C:\A_DataScience\venv\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py”, line 565, in _run_script
exec(code, module.dict)
File “C:\A_DataScience\app.py”, line 4, in
import snowflake.connector
I am completely stuck and find myself at the deadend.
I need urgent help.
Regards, Nusrat