Kill-Router- icon indicating copy to clipboard operation
Kill-Router- copied to clipboard

ModuleNotFoundError: No module named 'dotenv'

Open kleidsonfriend opened this issue 2 years ago • 2 comments

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)

kleidsonfriend avatar Nov 04 '21 14:11 kleidsonfriend

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

thiiagoms avatar Nov 04 '21 14:11 thiiagoms

pip install dotenv

tiagoclc avatar May 08 '22 14:05 tiagoclc