wafo-project / pywafo

Wave Analysis for Fatigue and Oceanography
http://www.maths.lth.se/matstat/wafo/
Other
94 stars 42 forks source link

wafo-<version>.whl is not a supported wheel on this platform. #33

Open ghost opened 7 years ago

ghost commented 7 years ago

I've tried to install pywafo on Ubuntu 16.04:

apt-get install gfortran
git clone https://github.com/wafo-project/pywafo.git
python3 setup.py bdist_wheel -d dist
pip3 install dist/wafo-0.3.1.post0.dev41+gea2edc1-cp27-cp27mu-linux_x86_64.whl 

But I am getting:

$ pip3 install dist/wafo-0.3.1.post0.dev41+gea2edc1-cp27-cp27mu-linux_x86_64.whl 
wafo-0.3.1.post0.dev41+gea2edc1-cp27-cp27mu-linux_x86_64.whl is not
a supported wheel on this platform.

Am I doing something wrong or is this an issue?

davidovitch commented 7 years ago

I will try to have a look at this over the weekend...