PatrickPromitzer
PatrickPromitzer
Hi, I didn't noticed it at the first time, but your "python" is version 2.7 while your "python3" is version 3.10 My guess is, that the sh scrip may have...
The Import.sh script is using python3 ``` line 22 PY_VERSION_LIST=3 line 51 /usr/bin/env python${PY_VERSION_LIST[0]} ${CARLA_BUILD_TOOLS_FOLDER}/Import.py ${ARGS} ``` It I fill out the line 51 without variables, it would look like...
Hi, I can't say if the "py.carla" could be a problem. You can try installing the .whl file of Carla in the python environment you are using. ``` path/to/python.exe -m...
Hi, the error doesn't give much information because it is used for many different errors. Something I noticed, that it helps to set the clang soft link again. ``` sudo...
I tried deleting everything and starting from scratch on an Ubuntu 22.04 system, and I could not get it working. I don't know if something changed in Ubuntu or Carla,...
I read the error code again and saw it comes from the "proj" installation. I have a something which could fix it. pat/to/carla/Util/BuildTools/Setup.sh ``` mkdir ${PROJ_SRC_DIR}/build mkdir ${PROJ_INSTALL_DIR} sed -i...
To make sure the content data is fine, you can download the file from the browser. You need to replace the ${CONTENT_ID} with the Id of the right version https://carla-assets.s3.us-east-005.backblazeb2.com/${CONTENT_ID}.tar.gz...
try https:// ```wget "https://carla-assets.s3.us-east-005.backblazeb2.com/20231108_c5101a5.tar.gz"```
It is strange because on my Computer it works. It is a problem, but not that important for now.  Can you go to the file path/to/carla/Until/BuildTools/enable_carsim_to_uproject.py and edit this...
Hi, you could test if the file has a problem or not. You can compare the hash of your file with the hash it should have ``` sha256sum 20231108_c5101a5.tar.gz ```...