insidesherpa / JPMC-tech-task-1-PY3

50 stars 447 forks source link

Not able to run server.py #104

Open dhinchak96 opened 4 years ago

dhinchak96 commented 4 years ago

Hi, I have installed python 3.8.3 and executing python3 server3.py and client3.py but on console I am not seeing anything expected is HTTP server started on port 8080 but nothing over console. No error and no display msg what to do to check server is running fine or not.

sumit2498 commented 4 years ago

Try Only with python server3.py And not with python3 server3.py

tarunnagia commented 4 years ago

Hi I am also facing the same issue... Have you got the solution?

dhinchak96 commented 4 years ago

Hi tarun,

try with python server3.py instead of python3 server3.py.

Thanks & Regards Nekram

On Tue, May 26, 2020 at 3:04 PM Tarun Nagia notifications@github.com wrote:

Hi I am also facing the same issue... Have you got the solution?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/insidesherpa/JPMC-tech-task-1-PY3/issues/104#issuecomment-633918454, or unsubscribe https://github.com/notifications/unsubscribe-auth/AITYUDUJYAG3VG5O3XWAAP3RTOEK5ANCNFSM4NIZ7SRA .

tarunnagia commented 4 years ago

still it shows error "Python is not available" as Python is for python2 but I have python3... Another problem is that when I install Python2 then Server.py is not present in Python2

On Tue, May 26, 2020 at 4:29 PM dhinchak96 notifications@github.com wrote:

Hi tarun,

try with python server3.py instead of python3 server3.py.

Thanks & Regards Nekram

On Tue, May 26, 2020 at 3:04 PM Tarun Nagia notifications@github.com wrote:

Hi I am also facing the same issue... Have you got the solution?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/insidesherpa/JPMC-tech-task-1-PY3/issues/104#issuecomment-633918454 , or unsubscribe < https://github.com/notifications/unsubscribe-auth/AITYUDUJYAG3VG5O3XWAAP3RTOEK5ANCNFSM4NIZ7SRA

.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/insidesherpa/JPMC-tech-task-1-PY3/issues/104#issuecomment-633955453, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJW2I5NI2QAFVQ7LBCXHLB3RTOOIBANCNFSM4NIZ7SRA .

tarunnagia commented 4 years ago

Hey, the problem was not with setup and all but we need to run Python3 server3.py and Python3 client3.py at same time but in different terminals. Anyways Thanks to you!

TKADEBAYO commented 4 years ago

Hi , I have tried running python server3.py but getting the following error,

Traceback (most recent call last): File "server3.py", line 26, in import dateutil.parser ModuleNotFoundError: No module named 'dateutil' can someone help solve this problem Many thanks

sumit2498 commented 4 years ago

pip install dateutil

abhay311997 commented 4 years ago

Hi tarun, try with python server3.py instead of python3 server3.py. Thanks & Regards Nekram On Tue, May 26, 2020 at 3:04 PM Tarun Nagia @.***> wrote: Hi I am also facing the same issue... Have you got the solution? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#104 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AITYUDUJYAG3VG5O3XWAAP3RTOEK5ANCNFSM4NIZ7SRA .

still nothing is showing just showing

HTTP server started on port 8080

and noting is happening ahead.

varshitha26 commented 4 years ago

Hi tarun, try with python server3.py instead of python3 server3.py. Thanks & Regards Nekram On Tue, May 26, 2020 at 3:04 PM Tarun Nagia @.***> wrote: Hi I am also facing the same issue... Have you got the solution? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#104 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AITYUDUJYAG3VG5O3XWAAP3RTOEK5ANCNFSM4NIZ7SRA .

still nothing is showing just showing

HTTP server started on port 8080

and noting is happening ahead.

Hey! you will have to execute the client side command as well. After you are done with python server3.py, open a different terminal and execute python client3.py

vaishali011yadav commented 2 years ago

on the use of this it shows me error can anyone help?

JPMC-tech-task-2-PY3\datafeed>python3 datafeed/server3.py Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.