installTensorFlowTX1 icon indicating copy to clipboard operation
installTensorFlowTX1 copied to clipboard

packageTensorFlow.sh error

Open hangongzi opened this issue 7 years ago • 1 comments

Hi,When I do this ./packageTensorFlow.sh there is a error: Mon Apr 3 14:31:53 CST 2017 : === Using tmpdir: /tmp/tmp.XKdajLIXiI /tmp/tmp.XKdajLIXiI ~/tensorflow Mon Apr 3 14:31:54 CST 2017 : === Building wheel error: can't copy 'tensorflow/python/pywrap_tensorflow.py': doesn't exist or not a regular file mv: cannot stat '/tmp/tensorflow_pkg/tensorflow-0.11.0-py2-none-any.whl': Not a directory

While my path /tmp/tmp.mOxA2mN1Mn/tensorflow/python have these files: client init.py platform saved_model user_ops debug lib pywrap_tensorflow.py summary util framework ops _pywrap_tensorflow.so training

and in my home path /home/ubuntu/tensorflow/tensorflow/python/ there is this file(pywrap_tensorflow.py) . So why does this happen and what should I do next. Please give me an idea,thank you!

hangongzi avatar Apr 03 '17 06:04 hangongzi

You could try executing the commands in packageTensorFlow.sh manually and see where it fails.

jetsonhacks avatar Apr 03 '17 15:04 jetsonhacks