HUJI-Deep/simnets-tf

Install wheel file not working

Closed this issue · 1 comments

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?

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