I am trying to install tensorflow 2.0.0-beta using command: sudo pip3 install tensorflow==2.0.0-beta1
but getting the following error: ERROR: Could not find a version that satisfies the requirement tensorflow==2.0.0-beta1 (from versions: none)
ERROR: No matching distribution found for tensorflow==2.0.0-beta1
Note: I already have tensorflow 1.14.0 installed on the jetson nano developer kit so I don’t think it’s a problem of dependencies.
Did anyone manage to install Tensorflow 2 Beta/RC on Jetson Nano?
I tried following the instructions here as advised in the answer above, but I get the following error:
INFO: From Compiling tensorflow/core/kernels/where_op_gpu_impl_8.cu.cc:
external/com_google_absl/absl/strings/string_view.h(495): warning: expression has no effect
external/com_google_absl/absl/types/optional.h(425): warning: expression has no effect
detected during instantiation of "const T &absl::optional<T>::operator*() const & [with T=stream_executor::dnn::AlgorithmDesc]"
./tensorflow/stream_executor/dnn.h(802): here
external/com_google_absl/absl/types/optional.h(425): warning: expression has no effect
detected during instantiation of "const T &absl::optional<T>::operator*() const & [with T=size_t]"
./tensorflow/stream_executor/dnn.h(856): here
Killed
ERROR: /home/nano/tensorflow/tensorflow/core/kernels/BUILD:1306:1: output 'tensorflow/core/kernels/_objs/where_op_gpu/where_op_gpu_impl_8.cu.pic.o' was not created
ERROR: /home/nano/tensorflow/tensorflow/core/kernels/BUILD:1306:1: not all outputs were created or valid
Target //tensorflow/tools/pip_package:build_pip_package failed to build
INFO: Elapsed time: 3831.205s, Critical Path: 439.05s
INFO: 2595 processes: 2595 local.
FAILED: Build did NOT complete successfully
dkreutz, thanks for your response.
It turns out my swapfile was back to 2G(after a reboot) and that might have caused it. It is currently compiling way beyond where it used to stop and the swapfile usage got beyond 2G at a certain point. I will post again once I have any result.