insidesherpa / JPMC-tech-task-1

56 stars 350 forks source link

Hi, as I've tried to get the server terminal and client terminal working, I get the following errors #280

Open awelawi opened 2 years ago

awelawi commented 2 years ago

Client.py line 21, in import urllib2 ModuleNotFoundError: No module named 'urllib2'

Server.py line 21, in from itertools import izip ImportError: cannot import name 'izip' from 'itertools' (unknown location)

I'll appreciate any help with this

jaydip-pawar commented 2 years ago

Client.py line 21, in import urllib2 ModuleNotFoundError: No module named 'urllib2'

Server.py line 21, in from itertools import izip ImportError: cannot import name 'izip' from 'itertools' (unknown location)

I'll appreciate any help with this

I think You are using Python3 so that's why It's showing error, just change your directory to JPMorgan\JPMC-tech-task-1-py3