Skip to content
New issue

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

No module named 'dateutil' #59

Open
tibrebour opened this issue Oct 28, 2023 · 4 comments
Open

No module named 'dateutil' #59

tibrebour opened this issue Oct 28, 2023 · 4 comments

Comments

@tibrebour
Copy link

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
Copy link

I have the same problem. help please

@jaegdeveloper
Copy link

I have the same problem. help please X2

@dwaycik
Copy link

dwaycik commented Sep 7, 2024

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

@aaizemberg
Copy link
Contributor

aaizemberg commented Sep 18, 2024

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

Install dependencies using pip install -r requirements.txt

That installs dateutil for you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants