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

ModuleNotFoundError: No module named 'dotenv' #65

Open
AgimaFR opened this issue Jun 20, 2023 · 1 comment
Open

ModuleNotFoundError: No module named 'dotenv' #65

AgimaFR opened this issue Jun 20, 2023 · 1 comment

Comments

@AgimaFR
Copy link

AgimaFR commented Jun 20, 2023

Error message on first launch after installation by following the instructions

Traceback (most recent call last):
  File "/Users/laurents/Documents/mini-agi/miniagi.py", line 16, in <module>
    from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'
@Rafiuldevaccount
Copy link

It looks like the dotenv module isn’t installed. You can fix this by opening you command shell and running:

pip install dotenv

Make sure your virtual environment is activated if you’re using one. Let me know if you need more help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants