Failed to download dependencies

Hey,

I’ve downloaded the source from git hub and installed VS 2017. When I start up setup.bat, I get this error

Checking dependencies (excluding Mac, Linux)…
Updating dependencies: 0% (0/35819)…
Failed to download ‘http://cdn.unrealengine.com/dependencies/2802540-1c38965ba19349a094ca69c2c2a48781/01d8f488804be4085b5dbef561644ca15b63ce04’: Unable to connect to the remote server (WebException)
Press any key to continue . . .

I am able to go the http link and download the *.gz file but the setup.bat file doesn’t seem to want to do the same. Can any one help?

Hi, I had the same issue, and I manage to solve it with the following steps

  1. sudo apt-get install build-essential clang-3.9 git cmake ninja-build python3-requests python-dev tzdata sed curl wget unzip autoconf libtool
  2. sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/lib/llvm-3.9/bin/clang++ 100
  3. sudo update-alternatives --install /usr/bin/clang clang /usr/lib/llvm-3.9/bin/clang 100
  4. run ./Setup.sh again

Hope this helps