insidesherpa / JPMC-tech-task-2

29 stars 201 forks source link

Error while starting the server application in task 2 environment setup. Help needed! #307

Open Madri1 opened 3 years ago

Madri1 commented 3 years ago

C:\Users\madhu\JPMC-tech-task-2-PY3>py datafeed\server3.py Traceback (most recent call last): File "C:\Users\madhu\JPMC-tech-task-2-PY3\datafeed\server3.py", line 26, in import dateutil.parser ModuleNotFoundError: No module named 'dateutil'

Inspite of installing pip and python-dateutil, I've been facing this error. Could someone help me with this?

crimsonpython24 commented 3 years ago

Run pip install python-dateutil if this doesn't work, check if the PIP directory is on your PATH.

Try installing a virtual environment and run the project in it.