Piotr Paczewski
Piotr Paczewski
1. Python 3.9.16 2. streamlit==1.20.0 3. snowflake-connector-python==3.0.1 4. Yes 5. Traceback: (FYI utils is installed, utils==1.0.1) Traceback (most recent call last): File "/Users/ppaczewski/.local/share/virtualenvs/snowflake-usage-app-lWEK_pJt/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script exec(code, module.__dict__) File...
Hey, I switched to the branch fix_utils_name and it did not solve the problem, the traceback is the same.
I have tried and there is no change after `pip uninstall utils` after running `pipenv uninstall utils` this is the traceback I get: Traceback (most recent call last): File "/Users/ppaczewski/.local/share/virtualenvs/snowflake-usage-app-lWEK_pJt/lib/python3.9/site-packages/streamlit/runtime/scriptrunner/script_runner.py",...