Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Use Audio #83

Open
mehanalavimajd opened this issue Jun 22, 2022 · 3 comments
Open

Cannot Use Audio #83

mehanalavimajd opened this issue Jun 22, 2022 · 3 comments

Comments

@mehanalavimajd
Copy link

mehanalavimajd commented Jun 22, 2022

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
@ethicalhacker7192
Copy link

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

@unofficialdxnny
Copy link

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

@ethicalhacker7192
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants