insidesherpa / JPMC-tech-task-1-PY3

50 stars 448 forks source link

Phyton was not found #209

Open allverter opened 2 years ago

allverter commented 2 years ago

I got this error at the last stage of python installation python 3 running error

Abhishek-ai45 commented 2 years ago

Even I am getting the same error

ShubhamSamanth commented 2 years ago

Even I am getting the same

Sc4rrr commented 2 years ago

same error even after adding the python files to the path

arya177 commented 2 years ago

Even I received the same error but then I tried using 'python server3.py' and 'python client3.py' command, then it worked but was then stuck with some other error.

ReshmaAiman commented 2 years ago

I'm getting the same error....

suzieamey86 commented 2 years ago

I got the same error...looks like no one has found the answer yet!

suzieamey86 commented 2 years ago

Ok, I managed to run

python server3.py

And then I got an error about dateutil, so I ran

pip install python-dateutil

After that I could run both

python server3.py and python client3.py

Also, make sure you have added Python\Scripts to your Path, as well as just Python!