insidesherpa / JPMC-tech-task-1-PY3

50 stars 447 forks source link

server3.py doesn't fully run and client3.py prints out a bunch of errors #190

Closed mahnooryousaf closed 3 years ago

mahnooryousaf commented 3 years ago

error3 error4

I was setting up my environment for the first task and I happen to keep running into errors. I managed to fix some of the problems but i can't figure out the solution to this one. So basically every time I try running server3.py it doesn't fully run. And for client3.py i get a whole bunch of errors. I've tried it on windows and Linux and I get the same errors in both places. I have everything installed correctly (python3, pip) so I don't understand why i'm running into these issues. I even tried changing the parts where it says port = 8080 in both files but that didn't help either. I also opened both files separately but that didn't do anything either.