Closed bputrapajakio closed 8 months ago
i have already install python-ffmpeg
i already solve this issue with this command
apt install python3.8 python3.8-venv python3.8-dev
cd /opt
git clone https://github.com/C0D3D3V/bbb-dl
cd bbb-dl
git checkout v1.0.8
python3.8 -m venv venv
source venv/bin/activate
python3.8 setup.py install
#then run ./bbb-dl to check some other package which not installed
./bbb-dl
# Package Version Below Depends Of Error Return from executing ./bbb-dl So Run bbb-dl first after run setup.py and don't forget to upgrade pip
python3 -m pip install multidict==4.5 attr yarl async_timeout==4.0 chardet==2.1.1 attrs==17.3.0 greenlet pyee==11.0.1 aiofiles aiohttp>=3.8.3
I guess python-ffmpeg changed there interface again. Maybe we should set the version to a specific version instead of >=1.0.16
. I will check it.... Until then I let this issue stay open.