pyaudio_portaudio icon indicating copy to clipboard operation
pyaudio_portaudio copied to clipboard

Unable to find vcvarsall.bat in Windows 10 x64 Python 2.7

Open p32929 opened this issue 4 years ago • 0 comments

After running this: python ./setup.py install --static-link

These logs show up:

running install
running build
running build_py
copying src\pyaudio.py -> build\lib.win-amd64-2.7
running build_ext
building '_portaudio' extension
error: Unable to find vcvarsall.bat

Any solution??

Screenshot (10)

My PATH is also set to Auxiliary\Build directory. But still showing the error

And if I try this command: python setup.py install build --compiler=mingw32

this error shows:

running install
running build
running build_py
copying src\pyaudio.py -> build\lib.win-amd64-2.7
running build_ext
error: Error

p32929 avatar Apr 14 '20 09:04 p32929