You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/andstrib/spt/secrets/.direnv/python-3.7.5/bin/store-account", line 7, in <module>
exec(compile(f.read(), __file__, 'exec'))
File "/Users/andstrib/spt/secrets/aws_secrets/bin/store-account", line 12, in <module>
from aws_secrets import account, util
File "/Users/andstrib/spt/secrets/aws_secrets/account.py", line 11, in <module>
import jsondatetime as json
File "/Users/andstrib/spt/secrets/.direnv/python-3.7.5/lib/python3.7/site-packages/jsondatetime/__init__.py", line 2, in <module>
from .jsondatetime import loads, dumps
File "/Users/andstrib/spt/secrets/.direnv/python-3.7.5/lib/python3.7/site-packages/jsondatetime/jsondatetime.py", line 3, in <module>
import dateutil.parser
ModuleNotFoundError: No module named 'dateutil'```
The text was updated successfully, but these errors were encountered:
To reproduce:
The text was updated successfully, but these errors were encountered: