We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After Installing the package, When i want to see a video with audio (-a) it gives the error ModuleNotFoundError: No module named 'pyaudio'
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
The text was updated successfully, but these errors were encountered:
try running "python3 -m pip install -r requirements.txt" in the video-to-ascii folder
Sorry, something went wrong.
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
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?
No branches or pull requests
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:
Used it :
It gives error. I also ran it with no audio and it worked
Screenshots
The text was updated successfully, but these errors were encountered: