C0D3D3V / bbb-dl

Downlaod BigBlueButton recordings. A simple scrapper for Big Blue Button lessons. Download and merge the audio and video files of a BigBlueButton conference from the conference replay url.
MIT License
65 stars 16 forks source link

ModuleNotFoundError: No module named 'ffmpeg.asyncio' #53

Closed bputrapajakio closed 5 months ago

bputrapajakio commented 6 months ago

image

bputrapajakio commented 6 months ago

i have already install python-ffmpeg

bputrapajakio commented 6 months ago

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
C0D3D3V commented 6 months ago

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.