Skip to content

Local install issue with Anaconda #12

@evmond1

Description

@evmond1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions