ModuleNotFoundError: No module named 'dotenv'
utof opened this issue · 2 comments
utof commented
What i did:
- create new clean python venv
- pip install sentient
- run the example code in the README.md
this is the error i get.
I know the solution: pip install python-dotenv
just wanna let you know that there's this issue
PrajwalPrashanth commented
Ohh yeah. I faced same and installed it manually. @nischalj10
nischalj10 commented
thanks for reporting this @utof & @PrajwalPrashanth for the prompt PR! I have left r minot comment over the PR. This should get merged soon.