bbc / brave

Basic Real-time AV Editor - allowing you to preview, mix, and route live audio and video streams on the cloud
Apache License 2.0
653 stars 148 forks source link

Unable to setup brave on Ubuntu 20.04 #73

Closed anindoghosh closed 3 years ago

anindoghosh commented 3 years ago

I am trying to setup brave on a ubuntu 20.04 virtual machine. I am unable to install the python-gst-1.0. I tried by installing python3-gst-1.0 instead but when I run pipenv install it gives an error: An error occurred while installing pillow==6.2.0 Any idea what should be done in order to fix this issue and install brave successfully?

shane-edmonds commented 3 years ago

I had to make sure libjpeg was installed and updated before pillow would install for me. ymmv

anindoghosh commented 3 years ago

Thanks for the reply. I installed libjpeg and now everything works fine.