1👍
✅
If you’re on Windows, you might need to change your open
line to include the b
flag.
zip_file = open(zip_filename, 'rb')
Source:stackexchange.com