[Answer]-Can't install opentok via pip due to "CompressionError: bz2 module is not available"

1👍

First Install bz2 then try installing it again :

sudo apt-get install libbz2-dev

after give your pip command again . Hopefully it will work

Leave a comment