You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ignore tools/git/gen and fix a bash error in python_config.sh (tensorflow#5405)
* Ignore tools/git/gen
* Avoid bash error in python_config.sh
Without this change, I get
Please specify the location of python. [Default is /usr/bin/python]:
Do you wish to build TensorFlow with Google Cloud Platform support? [y/N]
No Google Cloud Platform support will be enabled for TensorFlow
Do you wish to build TensorFlow with Hadoop File System support? [y/N]
No Hadoop File System support will be enabled for TensorFlow
./util/python/python_config.sh: line 124: [: : integer expression expected
Found possible Python library paths:
/usr/local/lib/python2.7/dist-packages
/usr/lib/python2.7/dist-packages
/usr/local/buildtools/current/sitecustomize
Please input the desired Python library path to use. Default is [/usr/local/lib/python2.7/dist-packages]
The problem is that -eq is valid only for integers on both sides.
0 commit comments