darioizzo / audi

Header only, C++ library (and the Python pyaudi package) implementing the algebra of Taylor truncated polynomials and a few algorithms useful for its applications (Differential Intelligence, automatic differentiation, Taylor Models, etc.)
http://darioizzo.github.io/audi/
GNU General Public License v2.0
71 stars 18 forks source link

pip install pyaudi #23

Closed delvillarfr closed 7 years ago

delvillarfr commented 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

pip install pyaudi returns the error message:

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:

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

darioizzo commented 7 years ago

The wheels are only available for some platforms. (OSx / python version). If yours is not supported you will need to compile and install.