intxcc / pyaudio_portaudio

A fork to record speaker output with python. PyAudio with PortAudio for Windows | Extended | Loopback | WASAPI | Latest precompiled Version
MIT License
245 stars 62 forks source link

Issue importing pyaudio when installing using .msi installer #9

Closed peeves91 closed 6 years ago

peeves91 commented 6 years ago

I'm trying to install this fork to use the loopback adapter, and after installing using the .msi installer, when I try to import pyaudio, I get the following from python:

ModuleNotFoundError: No module named '_portaudio'

intxcc commented 6 years ago

Which python version are you using?