mediainfo_aws_lambda icon indicating copy to clipboard operation
mediainfo_aws_lambda copied to clipboard

Add zlib-devel to succeed compilation

Open sogos opened this issue 2 years ago • 0 comments

To fix the error with python 3.9 on compilation

#0 102.6 Traceback (most recent call last):
#0 102.6   File "<frozen zipimport>", line 520, in _get_decompress_func
#0 102.6 ModuleNotFoundError: No module named 'zlib'
#0 102.6 
#0 102.6 During handling of the above exception, another exception occurred:
#0 102.6 
#0 102.6 Traceback (most recent call last):
#0 102.6   File "<frozen zipimport>", line 568, in _get_data
#0 102.6   File "<frozen zipimport>", line 523, in _get_decompress_func
#0 102.6 zipimport.ZipImportError: can't decompress data; zlib not available
#0 102.6 

sogos avatar Apr 21 '23 13:04 sogos