Since I could not get PyAudio to work with the WDMKS api that I desire, I attempted to install the wheel "sounddevice-0.3.5-py2.py3.cp26.cp27.cp32.cp33.cp34.cp35.cp36.pp27.pp32.pp33.pp34.pp35.pp36-none-win_amd64.whl" from https://pypi.python.org/pypi/sounddevice/ into 64-bit WinPython 3.5.2.2.
I tried elevated WinPython Control Panel and "wppm -i" from the elevated WinPython Command Prompt, and both threw an error saying the file is not recognized. I thought it might be the file name length, so a made copy to a short file name. With both methods, the file was then recognized, but I still got an error saying the wheel is not compatible with 64-bit Python 3.5.
This PR is 2 problems:
- long wheel names are not recognized
- Please look at the wheel file and see if really is incompatible.
Since I could not get PyAudio to work with the WDMKS api that I desire, I attempted to install the wheel "sounddevice-0.3.5-py2.py3.cp26.cp27.cp32.cp33.cp34.cp35.cp36.pp27.pp32.pp33.pp34.pp35.pp36-none-win_amd64.whl" from https://pypi.python.org/pypi/sounddevice/ into 64-bit WinPython 3.5.2.2.
I tried elevated WinPython Control Panel and "wppm -i" from the elevated WinPython Command Prompt, and both threw an error saying the file is not recognized. I thought it might be the file name length, so a made copy to a short file name. With both methods, the file was then recognized, but I still got an error saying the wheel is not compatible with 64-bit Python 3.5.
This PR is 2 problems: