You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
from genia.settings_loader import settings
File "C:\GenIA\GeniA\genia\settings_loader.py", line 3, in
from dynaconf import Dynaconf
ModuleNotFoundError: No module named 'dynaconf'
I've checked that Dynaconf is installed in the right place :
but I'm getting this error in streamlit
The text was updated successfully, but these errors were encountered:
@evmond1, thank you for reaching out. We don't currently have a Windows machine. Contributions are always welcome, so it would be great if you could submit a PR once you determine the issue.
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
from genia.settings_loader import settings
File "C:\GenIA\GeniA\genia\settings_loader.py", line 3, in
from dynaconf import Dynaconf
ModuleNotFoundError: No module named 'dynaconf'
I've checked that Dynaconf is installed in the right place :
but I'm getting this error in streamlit
The text was updated successfully, but these errors were encountered: