Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Local install issue with Anaconda #12

Open
evmond1 opened this issue Oct 18, 2023 · 1 comment
Open

Local install issue with Anaconda #12

evmond1 opened this issue Oct 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@evmond1
Copy link

evmond1 commented Oct 18, 2023

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

@evmond1 evmond1 added the bug Something isn't working label Oct 18, 2023
@cmpxchg16
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants