Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 5970

Installing Tensorflow (building pip package)

$
0
0

I'm tring to install tensorflow 2.6.0 on WSL2. I follow the guide (https://www.tensorflow.org/install/source?hl=pl) and after:

bazel build //tensorflow/tools/pip_package:wheel --repo_env=WHEEL_NAME=tensorflow --config=cuda

I have an error:

Auto-Configuration Warning: 'TMP' environment variable is not set, using 'C:\Windows\Temp' as defaultERROR: Skipping '//tensorflow/tools/pip_package:wheel': no such target '//tensorflow/tools/pip_package:wheel': target 'wheel' not declared in package 'tensorflow/tools/pip_package' defined by /home/jakmacc/tensorflow/tensorflow/tools/pip_package/BUILDWARNING: Target pattern parsing failed.ERROR: no such target '//tensorflow/tools/pip_package:wheel': target 'wheel' not declared in package 'tensorflow/tools/pip_package' defined by /home/jakmacc/tensorflow/tensorflow/tools/pip_package/BUILDINFO: Elapsed time: 10.827sINFO: 0 processes.FAILED: Build did NOT complete successfully (2 packages loaded)

I don't know how to solve it.

I want to solve that mistake.

I tried also that command:

bazel build //tensorflow/tools/pip_package:wheel --repo_env=WHEEL_NAME=tensorflow_cpu

Viewing all articles
Browse latest Browse all 5970

Trending Articles