s0d3s / PyAudioWPatch

🐍 PyAudio | PortAudio fork with WASAPI loopback support 🔊 Record audio from speakers on Windows
Other
129 stars 7 forks source link

Unable to install on Py3.8, 3.9 - version not found for matching distribution #14

Closed tshrjn closed 1 year ago

tshrjn commented 1 year ago

What problem are you facing? Unable to install the package via pip: pip install PyAudioWPatch

Error thrown is as:

ERROR: Could not find a version that satisfies the requirement PyAudioWPatch (from versions: none)
ERROR: No matching distribution found for PyAudioWPatch

The issue can be recreated as follows:

conda create -n test python=3.9
conda activate test
pip install PyAudioWPatch
shosseini811 commented 1 year ago

Same here

shosseini811 commented 1 year ago

Its for Windows ONLY.

" Wheels are available for Windows, Python 3.{7,8,9,10,11}. All wheels support APIs: WMME, WASAPI, DirectX(DSound)."

s0d3s commented 1 year ago

Yes, unfortunately, the library is currently only available under Windows. Support for other systems may appear no earlier than in 5 months.

DoramisStudio commented 5 months ago

I am using Windows but i get the same error too, any solution? image

DoramisStudio commented 5 months ago

@s0d3s any solution? currently I am using Windows 11 Pro

s0d3s commented 5 months ago

@DoramisStudio What version of Python do you use?(python -V)