python pyAudio failed to install Windows 10














































python pyAudio failed to install Windows 10



pyAudio failed to install : Windows 10

PyAudio 

PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library. With PyAudio, you can easily use Python to play and record audio on a variety of platforms, such as GNU/Linux, Microsoft Windows, and Apple Mac OS X / macOS.
pyAudio successfully installed in python 32-bit architecture using pip. but in 64-bit it getting, Error.

  error: Microsoft Visual C++ 14.0 is required. 

So tried to run this following command in Command Prompt:

python -m pip install pipwin
and after some time.

pipwin install pyaudio
and it work.
Note : I am using Python 3.7 64bit.

related Error:

More Articles of Abhishek Kushwaha:

Name Views Likes
Python ModuleNotFoundError: No module named "mysql" 9998 1
python error handling 765 1
Python "chromedriver" executable needs to be in PATH 16327 1
python pyAudio failed to install Windows 10 4795 1
python AttributeError: Could not find PyAudio 3826 2
Python program to convert string into a list 753 1
Python ImportError: numpy.core.multiarray failed to import 5062 2
Python The best way to determine exception type 705 1
Python ModuleNotFoundError: No module named PIL 9052 1
Python 3 ModuleNotFoundError No module named "cv2" 48448 4
ModuleNotFoundError No module named 45 8
ModuleNotFoundError: No module named "pocketsphinx" 3717 1
ModuleNotFoundError: No module named "numpy" 5240 1
Python IndentationError unindent does not match any outer indentation level 1290 1
Printing Without A Newline In Python2 667 2
pip is not recognized as an internal or external command 5527 1
Python Program to Search an Element in a Tree Non-Recursively 1129 2
Find Numbers of even number in the given list Python Style 676 2
Python Program to Find the Power of a Number Using Recursion 617 7
Python Program to Search an Element in a Tree Recursively 1932 2
Python ModuleNotFoundError: No module named "selenium" 3213 1
python ModuleNotFoundError: No module named pandas 22764 1
Python Program to Construct A Balanced Binary Tree using Sorted Array : 1552 2
Python Program to Implement Doubly Linked List using Singly Linked List 860 2
Testing PurPose 730 10
Python Program to Find the Common Ancestor and Print the Path 933 2
Python program to put all word in a list from a string 653 1
python pocketsphinx installation on windows 5050 5
Printing Without A Newline In Python3 738 2
ModuleNotFoundError: No module named 1765 7
python3 UnBoundLocalError: local variable referenced before assignment 1916 1

Comments

  • Thomas
    19-Jul-2021 12:09:40 PM
    Thank you so much for your help. I signed up just because of your article.