tensorflow / fold

Deep learning with dynamic computation graphs in TensorFlow
Apache License 2.0
1.83k stars 266 forks source link

Not a supported wheel on this platform #25

Closed ch3njust1n closed 7 years ago

ch3njust1n commented 7 years ago

I'm trying to install the pip package for Fold according to the instructions, but I'm getting an error saying that it's not supported. I'm running this in Virtualenv on OSX El Capitan version 10.11.3. (python3_env) dhcp-wifi-8021x-155-41-72-88:~ ch3njust1n$ sudo -H pip install https://storage.googleapis.com/tensorflow_fold/tensorflow_fold-0.0.1-py3-none-linux_x86_64.whl

tensorflow_fold-0.0.1-py3-none-linux_x86_64.whl is not a supported wheel on this platform.

moshelooks commented 7 years ago

Right, we are a small team and none of us are OSX devs. We can only provide pre-built binaries for linux (as we say in the first line of the instructions), unfortunately, and cannot provide support for any other OSes. If you can get Fold to build from sources under OSX we'd love a pull request :).