Changes between Initial Version and Version 1 of Ticket #62685, comment 6


Ignore:
Timestamp:
Apr 13, 2021, 9:56:16 PM (3 years ago)
Author:
cjones051073 (Chris Jones)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62685, comment 6

    initial v1  
    33What you should see is
    44
    5 ```
     5{{{
    66<snip>
    77Loading:
     
    3535Analyzing: target //tensorflow/tools/pip_package:build_pip_package (320 packages loaded, 6159 targets configured)
    3636<snip>
    37 ```
     37}}}
    3838
    3939From your log it appears you have issues downloading targets. You should check your network settings etc...
     
    4141Also, although I don't see why it would cause this, you have in your log
    4242
    43 ```
     43{{{
    4444:warn:main The macOS 11.2 SDK does not appear to be installed. Ports may not build correctly.
    4545:warn:main You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
    46 ```
     46}}}
    4747
    4848please also try resolving the above issue and try again.