smaegol/PlasFlow

tensorflow=0.10.0rc0 Install Failed

orctyr opened this issue · 5 comments

Hi smaegol,

I use conda python=3.5 to install plasflow, everything is OK but tensorflow.
tensorflow=0.10.0rc0 is not in list
2. Then I use "pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0rc0-cp35-cp35m-linux_x86_64.whl", but it failed with "tensorflow-0.10.0rc0-cp35-cp35m-linux_x86_64.whl is not a supported wheel on this platform."

HOW to fix it?

conda install -c jjhelmus tensorflow=0.10.0rc0, it does not work.
@smaegol If you can give me another source, that is also available. Many thanks!

Which version of conda do you use? Do you install using conda install -c smaegol plasflow in the sourced separate environment? This should definitely work.

Ach, now I understand. You've tried to install PlasFlow in Windows and this is currently not possible (see platforms badge) as PlasFlow works only in UNIX-based systems (Linux, OSX). You should switch to any UNIX system to be able to use this software.