HUJI-Deep / simnets-tf

SimNets implementation in TensorFlow
MIT License
7 stars 3 forks source link

Install wheel file not working #2

Closed orsharir closed 7 years ago

orsharir commented 7 years ago

When I run the command python -m pip install simnets-0.0.1-py3-none-any.whl after a successful make create_wheel, I get the following error: simnets-0.0.1-py3-none-any.whl is not a supported wheel on this platform. Do you have any idea what's wrong?

orsharir commented 7 years ago

Never mind, I've now noticed that I've compiled it to python3 while running the command with python2. Now it's working fine.