Rate This Document
Findability
Accuracy
Completeness
Readability

Failed to Download Third-Party Libraries During TensorFlow Serving Compilation

Symptom

During TensorFlow Serving compilation, a message is displayed indicating that some third-party libraries cannot be downloaded.

Key Process and Cause Analysis

The network is abnormal.

Conclusion and Solution

  1. Go to the download directory /download.
    1
    cd download
    
  2. Run the wget command to download the library that cannot be downloaded during the compilation from the corresponding URL.

    Example:

    1
    wget https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz --no-check-certificate
    

    The number of files that can be manually downloaded varies depending on the network. If the file cannot be downloaded by running the wget command due to network issues, download it using a browser to your local PC and then upload it to the download directory on the server. Verify that the name of the downloaded file matches that shown in the error message.