Carla not building from source on Ubuntu 20.04 #8049
5dollarperson
started this conversation in
General
Replies: 1 comment
-
The solution that worked for me was to install |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have cloned this repository, and I am attempting to build this project from source.
I am following directions from this link:
https://carla.readthedocs.io/en/latest/build_linux/
after cloning carla's branch of Unreal Engine, The step:
./Setup.sh && ./GenerateProjectFiles.sh && make
I receive this error:
Updating dependencies: 0% (0/63398)...
Failed to download 'http://cdn.unrealengine.com/dependencies/UnrealEngine-16118673/01acf3604f04c7b14a01645a77f5950f68863971': Error: TrustFailure (The authentication or decryption has failed.) (WebException)
ERROR building certificate chain: System.Threading.ThreadAbortException: Thread was being aborted.
---rest is omited---
Does anyone have any insight as to what I am doing wrong in this step of the build process
Beta Was this translation helpful? Give feedback.
All reactions