genia-dev / GeniA

Your Engineering Gen AI Team member 🧬🤖💻
https://genia-dev.github.io/GeniA/
Apache License 2.0
364 stars 78 forks source link

Local install issue with Anaconda #12

Open evmond1 opened 11 months ago

evmond1 commented 11 months ago

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 :

image

but I'm getting this error in streamlit

image

cmpxchg16 commented 11 months ago

@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.