Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insallation Problems (local installation and docker) #209

Open
mcitir opened this issue Jun 8, 2023 · 4 comments
Open

Insallation Problems (local installation and docker) #209

mcitir opened this issue Jun 8, 2023 · 4 comments

Comments

@mcitir
Copy link

mcitir commented Jun 8, 2023

Hello,
I want to use OpenCDA and make some tests for V2X scenarios. However, I have encountered installation problems even I complete all steps correctly.

Errors for Local installation

  1. I have an conda environment and install all dependencies correctly without any error.
  2. Also, I installed carla prebuild version, and extracted additional maps.

If I run single_2lanefree_carla, I got an error as below:

image

I also tested with another scenario single_town06_carla but I got extra error with the same error. However, the maps from link are already downloaded and extracted to Carla with ./ImportAssets.sh command. I can see the town06 at the folder as below:

image

However, I still get the following error and the eval_manager error is still present:

image

Errors for Docker installation

First small error, during the build of docker image, the name was selected as opencda_container, but then in the running command, it is called as opencda_docker, so it produces an error

image

I had set OPENCDA_FULL_INSTALL to true, I did not run setup.sh
Then I realized the python version of carla dist is not correct:

image

Naturally, carla module could not found:

image

Then, I run setup.sh to install carla

image

Then, I got an version error about numpy and I upgraded,

image

After that, when I run the scenario, I got exact same error with local installation:
image

I know it's a long topic but I wanted to show the errors I encountered during installation. Thank you in advance for replying.

@DerrickXuNu
Copy link
Contributor

It seems that you didn't run Carla. Did you run Carla first and run OpenCDA?

@mcitir
Copy link
Author

mcitir commented Jun 8, 2023

It seems that you didn't run Carla. Did you run Carla first and run OpenCDA?
Yes, the carla is already running.
image

@DerrickXuNu
Copy link
Contributor

Did you install your Carla under /opt path?

@Soe518
Copy link

Soe518 commented Aug 11, 2023

image

Did you install your Carla under /opt path?

I have the same problem and don't know how to solve it as well ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants