Scarygami / location-history-json-converter

Convert the Location History JSON File from Google Takeout into a useable format
Apache License 2.0
481 stars 118 forks source link

ModuleNotFoundError: No module named 'dateutil' #52

Closed dbarros4 closed 2 years ago

dbarros4 commented 2 years ago

Hello Scarygami ... Firstly excuse my English and my null knowledge about python, but I want to use your json converter, which gives me an error so I am watching around the internet and didn't find an issue.

Could you help me???

Thanks in advance

cebreus commented 2 years ago

Hi, same problem on macOS Monterey.

python3 location_history_json_converter.py 2022_JUNE.json output
Traceback (most recent call last):
  File "/Users/cebreus/location-history-json-converter/location_history_json_converter.py", line 28, in <module>
    from dateutil.parser import isoparse
ModuleNotFoundError: No module named 'dateutil'

Fixed by installing pip3 install python-dateutil.

Scarygami commented 2 years ago

Thanks for pointing this out, I will update the readme accordingly.