$ pip install dotenv
すると、こんなエラーで怒られる。
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'
ググった時に最初見落としてしまったが、Stack Overflowで普通に挙がっている。
$ pip3 install python-dotenv
もしくは
$ pip install python-dotenv
ただそれだけで解消。
Go to list of users who liked
More than 5 years have passed since last update.
$ pip install dotenv
すると、こんなエラーで怒られる。
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'
ググった時に最初見落としてしまったが、Stack Overflowで普通に挙がっている。
$ pip3 install python-dotenv
もしくは
$ pip install python-dotenv
ただそれだけで解消。
Register as a new user and use Qiita more conveniently
Go to list of users who liked