GeniA
GeniA copied to clipboard
Local install issue with Anaconda
I'm trying to run Genia on a local machine using anaconda and I'm getting issues.
I've created a new conda environment with python 3.11, run a pip3 install for genia and streamlit, then room streamlit run app.py as the whole poet setup doesn't work for me.
I get the below error :
Traceback (most recent call last):
File "C:\Users\evanu\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 565, in _run_script
exec(code, module.dict)
File "genia/main.py", line 5, in
I've checked that Dynaconf is installed in the right place :
but I'm getting this error in streamlit