cjweeks / tensorflow-cmake

Integrate TensorFlow with CMake projects effortlessly
MIT License
331 stars 83 forks source link

Not able to download eigen during make? #21

Closed RexYing closed 7 years ago

RexYing commented 7 years ago

Hi, I was able to follow the instruction until the "make" command. It seems that make is not able to download the eigen library even if I verified that the url is valid? I posted the error log below. Do you know what's going on?

-- Retry after 60 seconds (attempt #5) ... -- Using src='http://mirror.bazel.build/bitbucket.org/eigen/eigen/get/f3a22f35b044.tar.gz,https://bitbucket.org/eigen/eigen/get/f3a22f35b044.tar.gz,' CMake Error at Eigen-stamp/download-Eigen.cmake:157 (message): Each download failed!

error: downloading 'http://mirror.bazel.build/bitbucket.org/eigen/eigen/get/f3a22f35b044.tar.gz,https://bitbucket.org/eigen/eigen/get/f3a22f35b044.tar.gz,' failed
     status_code: 22
     status_string: "HTTP response code said error"
     log:
     --- LOG BEGIN ---
       Trying 130.211.22.235...

TCP_NODELAY set

Connected to mirror.bazel.build (130.211.22.235) port 80 (#0)

GET /bitbucket.org/eigen/eigen/get/f3a22f35b044.tar.gz,https://bitbucket.org/eigen/eigen/get/f3a22f35b044.tar.gz, HTTP/1.1

Host: mirror.bazel.build

User-Agent: curl/7.51.0

Accept: /

The requested URL returned error: 403 Forbidden

Curl_http_done: called premature == 1

Closing connection 0