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

getting issue no module named dotenv in cli following cmds run in readme.md video #8

Closed
noahehall opened this issue Nov 12, 2021 · 2 comments · Fixed by #9
Closed
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@noahehall
Copy link

noahehall commented Nov 12, 2021

poop@spaceship:~/git/combobulator/src
04:29 PM (main=) $ python3 ./combobulator.py --help
Traceback (most recent call last):
  File "/.../combobulator/src/./combobulator.py", line 3, in <module>
    from dotenv import load_dotenv
ModuleNotFoundError: No module named 'dotenv'

@noahehall noahehall changed the title getting issue no module named dotenv getting issue no module named dotenv in cli following cmds run in readme.md video Nov 12, 2021
@moshe-apiiro
Copy link
Contributor

Hi, thank you for the note.

The message prompts you about a missing library.

Please run

python3 -m pip install python-dotenv

Two action items that I'm drawing from your note:

  1. To add required step for installing dependencies
  2. To allow a pipenv support through a Pipfile

@moshe-apiiro moshe-apiiro self-assigned this Nov 14, 2021
@moshe-apiiro moshe-apiiro added the documentation Improvements or additions to documentation label Nov 14, 2021
@moshe-apiiro moshe-apiiro linked a pull request Nov 14, 2021 that will close this issue
@moshe-apiiro
Copy link
Contributor

Added proper documentation.
@noahehall please try the suggested requirements installation.

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

Successfully merging a pull request may close this issue.

2 participants