video-to-ascii icon indicating copy to clipboard operation
video-to-ascii copied to clipboard

Cannot Use Audio

Open mehanalavimajd opened this issue 2 years ago • 3 comments

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 Screenshot from 2022-06-22 13-37-03 Screenshot from 2022-06-22 13-37-06

  • OS: Ubuntu 20.04
  • Python version: 3.8

mehanalavimajd avatar Jun 22 '22 09:06 mehanalavimajd

try running "python3 -m pip install -r requirements.txt" in the video-to-ascii folder

ethicalhacker7192 avatar Dec 28 '22 23:12 ethicalhacker7192

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

unofficialdxnny avatar Feb 08 '23 02:02 unofficialdxnny

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?

ethicalhacker7192 avatar Dec 13 '23 15:12 ethicalhacker7192