openvax / mhcflurry

Peptide-MHC I binding affinity prediction
http://openvax.github.io/mhcflurry/
Apache License 2.0
191 stars 57 forks source link

installation guide does not work - tensorflow version #131

Closed tahuh closed 5 years ago

tahuh commented 6 years ago

Hi, I tried to install mhcflurry using pip on our lab server but the error raised. I ran the installation command as a root user following the installation instruction. The lines of errors while installation shown below.

Downloading/unpacking tensorflow>=1.1.0 (from mhcflurry) Could not find any downloads that satisfy the requirement tensorflow>=1.1.0 (from mhcflurry) Cleaning up... No distributions at all found for tensorflow>=1.1.0 (from mhcflurry)

However, our server equipped with TensorFlow with version 1.4.0 as shown below

Python 2.7.6 (default, Nov 23 2017, 15:49:48) [GCC 4.8.4] on linux2 Type "help", "copyright", "credits" or "license" for more information.

import tensorflow as tf tf.version '1.4.0'

Is there any reason that the installation fails or any specific hardware specificity? Our server system equipped with NVIDA's TITAN X as GPU card and CUDA with version 8

Thanks.

timodonnell commented 5 years ago

Sorry we couldn't help with this - did you get it working?