video-to-ascii
video-to-ascii copied to clipboard
Cannot Use Audio
After Installing the package, When i want to see a video with audio (-a) it gives the error ModuleNotFoundError: No module named 'pyaudio'
I installed the package:
pip3 install video-to-ascii --install-option="--with-audio"
Used it :
video-to-ascii -f rickroll.mp4 --strategy filled-ascii -a
It gives error. I also ran it with no audio and it worked
Screenshots
- OS: Ubuntu 20.04
- Python version: 3.8
try running "python3 -m pip install -r requirements.txt" in the video-to-ascii folder
Try the command above left by @ethicalhacker7192 . If that doesnt work run the following in order :
pip uninstall video-to-asscii
pip3 install -U video-to-ascii==1.2.8
Hey, did you ever fix it? If so the issue is still open, if not, can you share your screen to show what is happening?