danielholanda / LeFlow

Enabling Flexible FPGA High-Level Synthesis of Tensorflow Deep Neural Networks
Other
588 stars 101 forks source link

Unsupported wheel on virtual machine #40

Open hernandezurbina opened 3 years ago

hernandezurbina commented 3 years ago

Hi,

I am following the instructions in the repo. I am working on the legup VM but when trying to install tensorflow as described in the instructions, i.e. running: pip install tensorflow-1.6.0-cp27-cp27mu-linux_x86_64 --ignore-installed six I get the following error: tensorflow-1.6.0-cp27-cp27mu-linux_x86_64.whl is not a supported wheel on this platform.

Any ideas on how to solve this? Thanks!

jayroopramesh commented 2 years ago

Did you ever solve this?

danielholanda commented 2 years ago

Sorry for the delay.

Looks like some computers have problems installing the last whl file, but the one before that seems to work fine for all architectures.

https://github.com/danielholanda/LeFlow/blob/7504ea9a5fcde898d6962eca5efbc5602bb522f2/src/tensorflow/tensorflow-1.6.0-cp27-cp27mu-linux_x86_64.whl

Sumaya10 commented 2 years ago

Hi. I'm also having the same issue. I have tried by installing both whl files but getting same error. Did anyone resolve this issue?