Closed PriestOfAdanos closed 2 years ago
I have the same issue while building carla in a docker:
BuildPythonAPI.sh: Success!
BuildUtilsDocker.sh: Downloading FBX SDK...
--2022-05-13 06:26:31-- https://www.autodesk.com/content/dam/autodesk/www/adn/fbx/2020-0-1/fbx202001_fbxsdk_linux.tar.gz
Resolving www.autodesk.com (www.autodesk.com)... 104.125.70.182
Connecting to www.autodesk.com (www.autodesk.com)|104.125.70.182|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2022-05-13 06:26:31 ERROR 403: Forbidden.
make: *** [build.utils] Error 8
Util/BuildTools/Linux.mk:149: recipe for target 'build.utils' failed
The command '/bin/sh -c cd /home/carla/ && if [ -z ${GIT_BRANCH+x} ]; then git clone --depth 1 https://github.com/carla-simulator/carla.git; else git clone --depth 1 --branch $GIT_BRANCH https://github.com/carla-simulator/carla.git; fi && cd /home/carla/carla && ./Update.sh && make CarlaUE4Editor && make PythonAPI && make build.utils && make package && rm -r /home/carla/carla/Dist' returned a non-zero code: 2
Where should I use this flag? In my docker command or do I have to modify the BuildUtilsDocker.sh
. I use the current dev branch of carla.
docker build -t carla -f Carla.Dockerfile .
I have the same issue while building carla in a docker:
BuildPythonAPI.sh: Success! BuildUtilsDocker.sh: Downloading FBX SDK... --2022-05-13 06:26:31-- https://www.autodesk.com/content/dam/autodesk/www/adn/fbx/2020-0-1/fbx202001_fbxsdk_linux.tar.gz Resolving www.autodesk.com (www.autodesk.com)... 104.125.70.182 Connecting to www.autodesk.com (www.autodesk.com)|104.125.70.182|:443... connected. HTTP request sent, awaiting response... 403 Forbidden 2022-05-13 06:26:31 ERROR 403: Forbidden. make: *** [build.utils] Error 8 Util/BuildTools/Linux.mk:149: recipe for target 'build.utils' failed The command '/bin/sh -c cd /home/carla/ && if [ -z ${GIT_BRANCH+x} ]; then git clone --depth 1 https://github.com/carla-simulator/carla.git; else git clone --depth 1 --branch $GIT_BRANCH https://github.com/carla-simulator/carla.git; fi && cd /home/carla/carla && ./Update.sh && make CarlaUE4Editor && make PythonAPI && make build.utils && make package && rm -r /home/carla/carla/Dist' returned a non-zero code: 2
Where should I use this flag? In my docker command or do I have to modify the
BuildUtilsDocker.sh
. I use the current dev branch of carla.docker build -t carla -f Carla.Dockerfile .
Were you able to resolve this problem? I'm having a similar difficulty.
No, I wasn't. Sorry.
Hi @PriestOfAdanos,
Could you please suggest how exactly "--user-agent="Mozilla" this fix needs to be applied?
This issue can be fixed with adding flag
--user-agent="Mozilla"
to wget