scionoftech / webptools

webptools is a Webp image conversion package for python
MIT License
23 stars 4 forks source link

Exit code: 126 /lib/python3.7/site-packages/lib/libwebp_osx/bin/cwebp: Permission denied #6

Open zenofewords opened 4 years ago

zenofewords commented 4 years ago

Same issue on OSX and Ubuntu after upgrading to version 0.0.3

Works after reverting to 0.0.2

Setting chmod +x cwebp is a possible workaround.

Desttro commented 4 years ago

Same issue for me on Ubuntu Server 20.04 and Python 3.8. Thank you for workaround.