Mary Chester-Kadwell
Results
2
issues of
Mary Chester-Kadwell
The following lines don't work in Python 3: https://github.com/BritishMuseumDH/britishMuseumFacesDetection/blob/master/britishMuseumFaces.py#L259 https://github.com/BritishMuseumDH/britishMuseumFacesDetection/blob/master/britishMuseumFaces.py#L290 I think this is because the synax for using urllib changed from Python 2: urllib.urlretrieve() to Python 3: urllib.request.urlretrieve() If...