I tried to install dotenv library in my local jupyter notebook but it ended up with erorr. Not sure how to solve this. Appreciate the help. Thanks
@Chee_Chuan , python-dotenv is the correct one.
Try this: !pip install python-dotenv
2 Likes
Interesting that there is both dotenv and python-dotenv available from PyPI. The former was created in 2013 and latest release was 2015. The latter began in 2014 but updated as recently as Feb 2023. Methinks there is a lesson learned/ best practice in here about checking package provenance before installing.
1 Like
Thanks! Got it working now.