Open nonauthor opened 1 year ago
Item no.: 1 --> Item name = Soraya Mendivil olympic champion
Evaluating...
Traceback (most recent call last):
File "D:\ZMJ\pythonProject\SEV_data\download_image.py", line 11, in
Same issue. Is there a fix for this?
No fix
chrome 120.0.6099.71 2023/12/11
They moved the “info” parameter to data [25], where google_images_download.py
411 if info is None:
412 info = data[11]
413 if info is None: 414 info = data[25]
Hope to help you!
chrome 120.0.6099.71 2023/12/11 They moved the “info” parameter to data [25], where
google_images_download.py
411 if info is None: 412 info = data[11]413 if info is None: 414 info = data[25]
Hope to help you!
it works!thX!
I tried use the method that git clone https://github.com/Joeclinton1/google-images-download.git cd google-images-download && python setup.py install But it still can not work.