tensorflow: pip error: No such file or directory: '/tmp/pip-...-build/setup.py'
I’m getting the following error when trying to install on a GPU desktop using pip as described in the tensorflow setup page:
$ sudo pip install https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
Downloading/unpacking https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
Downloading tensorflow-0.5.0-cp27-none-linux_x86_64.whl (50.5Mb): 50.5Mb downloaded
Running setup.py egg_info for package from https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/tmp/pip-kYFqUa-build/setup.py'
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/tmp/pip-kYFqUa-build/setup.py'
See this Stackoverflow page that discusses the problem and indicates that a setup.py file is missing in the package.
About this issue
- Original URL
- State: closed
- Created 9 years ago
- Comments: 23
Commits related to this issue
- Merge pull request #56 from google/categorical Ref #55: Adding first implementation of categorical variables support — committed to ilblackdragon/tensorflow by ilblackdragon 9 years ago
- [OpenCL] Fixes CUDA specific test run on SYCL (#56) The testBadParentValuesOnGPU should only be run on CUDA devices, as the test checks for particular CUDA behaviour. We don't actually provide a SY... — committed to tensorflow/tensorflow by jwlawson 7 years ago
- Merge pull request #10988 from lukeiwanski/opencl/beam_search_ops_test [OpenCL] Fixes CUDA specific test run on SYCL (#56) — committed to tensorflow/tensorflow by yifeif 7 years ago
- Branch 160346151 (#11094) * Properly handle ops that don't have a CPU kernel PiperOrigin-RevId: 159655906 * Selected BUILD cleanup in tensorflow/contrib/... PiperOrigin-RevId: 159673079 *... — committed to tensorflow/tensorflow by yifeif 7 years ago
- [OpenCL] Fixes CUDA specific test run on SYCL (#56) The testBadParentValuesOnGPU should only be run on CUDA devices, as the test checks for particular CUDA behaviour. We don't actually provide a SY... — committed to allenlavoie/tensorflow by jwlawson 7 years ago
- Merge pull request #10988 from lukeiwanski/opencl/beam_search_ops_test [OpenCL] Fixes CUDA specific test run on SYCL (#56) — committed to allenlavoie/tensorflow by yifeif 7 years ago
- Branch 160346151 (#11094) * Properly handle ops that don't have a CPU kernel PiperOrigin-RevId: 159655906 * Selected BUILD cleanup in tensorflow/contrib/... PiperOrigin-RevId: 159673079 *... — committed to allenlavoie/tensorflow by yifeif 7 years ago
- [spirv] Add binary arithmetic operations #2. Add binary operations such as: OpUdiv, OpSDiv, OpUMod, OpSRem, OpSMod. Closes #56 COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/56 f... — committed to tensorflow/tensorflow by denis0x0D 5 years ago
- Merge pull request #56 from ROCmSoftwarePlatform/doc_sync_upstream Initial draft of upstream TensorFlow synchronization process — committed to Cerebras/tensorflow by whchung 6 years ago
- PR #56: Implement the logic in tpu estimator to support user provided stopping signals and save a checkpoint before stop. Implement the logic in tpu estimator to support user provided True/False stopp... — committed to tensorflow/tensorflow by deleted user 4 years ago
Upgrading pip to the latest version has solved this issue.
I have pip 9.0.1 installed and still see this error.
I was getting the same issue, and it turned out to be the package was missing a setup.py entirely. Not sure if it’s the same for everyone else tho. (pip 20.1.1)
after pip install --upgrade pip it still not work. I am using ubuntu 12.04 and pip version is 1.0