iandow / mediainfo_aws_lambda

AWS Lambda function for MediaInfo
17 stars 13 forks source link

Add zlib-devel to succeed compilation #9

Open sogos opened 1 year ago

sogos commented 1 year ago

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