insidesherpa / JPMC-tech-task-1

56 stars 350 forks source link

ModuleNotFoundError: No module named 'dateutil' #292

Open culo33 opened 2 years ago

culo33 commented 2 years ago

attempting to run python server.py on cmd, this error comes up:

"ModuleNotFoundError: No module named 'dateutil'"

Issac-Lopez commented 2 years ago

I ran into a similar error and was able to resolve it using pip install python-dateutil in my Windows 10 cmd. There are several reasons why this could have occurred. This blog post has a lot of helpful reasons why this may be occurring on your system.