Closed delvillarfr closed 7 years ago
I am running Ubuntu 16.04. uname -m returns x86_64. I have python 2.7 installed and pip 9.0.1
uname -m
x86_64
pip install pyaudi returns the error message:
pip install pyaudi
Could not find a version that satisfies the requirement pyaudi (from versions: ) No matching distribution found for pyaudi
I also downloaded the .whl file from here, but pip install pyaudi-1.0.3-cp27-cp27m-manylinux1_x86_64.whl returns the error message:
pip install pyaudi-1.0.3-cp27-cp27m-manylinux1_x86_64.whl
pyaudi-1.0.3-cp27-cp27m-manylinux1_x86_64.whl is not a supported wheel on this platform.
Is installation only possible through the instructions at: http://darioizzo.github.io/audi/installation.html ?
Thank you very much, Francisco
The wheels are only available for some platforms. (OSx / python version). If yours is not supported you will need to compile and install.
I am running Ubuntu 16.04.
uname -m
returnsx86_64
. I have python 2.7 installed and pip 9.0.1pip install pyaudi
returns the error message:I also downloaded the .whl file from here, but
pip install pyaudi-1.0.3-cp27-cp27m-manylinux1_x86_64.whl
returns the error message:Is installation only possible through the instructions at: http://darioizzo.github.io/audi/installation.html ?
Thank you very much, Francisco