Scarygami / location-history-json-converter

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

No module named 'dateutil' #59

Open tibrebour opened 1 year ago

tibrebour commented 1 year ago

I get message: "ModuleNotFoundError: No module named 'dateutil'" Here is how my json file look like at the begining at least "{ { "locations": [{ "latitudeE7": 474664063, "longitudeE7": 87602315, "accuracy": 13, "source": "WIFI", "deviceTag": 1358307317, "timestamp": "2013-08-24T09:33:50.739Z" }, { "latitudeE7": 474664061, "longitudeE7": 87602352, "accuracy": 12, "activity": [{ "activity": [{ "type": "STILL", "confidence": 82 }, { "type": "IN_VEHICLE", "confidence": 10 }, { "type": "UNKNOWN", "confidence": 7 }], "timestamp": "2013-08-24T09:42:37.507Z" }], "source": "WIFI", "deviceTag": 1358307317, "timestamp": "2013-08-24T09:42:23.650Z" }, { "latitudeE7": 474664072, "longitudeE7": 87602365, "accuracy": 7, "source": "WIFI", "deviceTag": 1358307317, "timestamp": "2013-08-24T09:43:12.941Z" }, { "latitudeE7": 474664074, "longitudeE7": 87602396, "accuracy": 6, "source": "WIFI", "deviceTag": 1358307317, "timestamp": "2013-08-24T09:43:58.068Z" }, {" Completely noob here. Don t know what to do...

semiasse commented 11 months ago

I have the same problem. help please

jaegdeveloper commented 11 months ago

I have the same problem. help please X2

dwaycik commented 2 months ago

Needs to be installed along with python: information on that here

aaizemberg commented 2 months ago

Did you do what is recommended in the readme.md?

Install dependencies using pip install -r requirements.txt

That installs dateutilfor you