We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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...
The text was updated successfully, but these errors were encountered:
I have the same problem. help please
Sorry, something went wrong.
I have the same problem. help please X2
Needs to be installed along with python: information on that here
Did you do what is recommended in the readme.md?
Install dependencies using pip install -r requirements.txt
pip install -r requirements.txt
That installs dateutil for you
dateutil
No branches or pull requests
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...
The text was updated successfully, but these errors were encountered: