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' #5

Open
kleidsonfriend opened this issue Nov 4, 2021 · 2 comments
Open

ModuleNotFoundError: No module named 'dotenv' #5

kleidsonfriend opened this issue Nov 4, 2021 · 2 comments

Comments

@kleidsonfriend
Copy link

kleidsonfriend commented Nov 4, 2021

Ao rodar o script tenho o seguinte senário.

~/Kill-Router-$ ./kill-router.py Traceback (most recent call last): File "./kill-router.py", line 7, in <module> from dotenv import load_dotenv ModuleNotFoundError: No module named 'dotenv'

Estou rodando ele em um venv ( Ambiente Virtual)

@thiiagoms
Copy link

thiiagoms commented Nov 4, 2021

Ola @kleidsonfriend, tudo bem ?! chegou a verificar se possui a lib dotenv instalada em seu ambiente virtual ? Pode listar as libs instaladas com um pip freeze

@tiagoclc
Copy link

tiagoclc commented May 8, 2022

pip install dotenv

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

3 participants