Ubuntu: No module named 'commonroad_dc'

Hi,
I get this error message in Tutorial 1_search_algorithms:
ModuleNotFoundError: No module named ‘commonroad_dc’

I have drivability-checker installed and I’m working on Ubuntu 22.04.1 LTS

Thanks for any advice!

Hi ge86huf,

Thank you for your question.

Could you please check whether the conda environment with installed commmonroad packages activated? It shouldn’t complain such an error if the env is set up properly and activated.

Your further questions are of course welcomed.

Best,
Mingxuan

Hi Mingxuan,

yes, my conda environment is activated but it doesn’t work nevertheless.

BR

Hi ge86huf,

Thank you for your response.

I would recommand you to delete your current env and create one again, since it should not be this case if the env is properly installed. If it still doesn’t work for you, please provide the printed result of pip list when env is activated.

Best,
Mingxuan

Now this error disappeared. Thanks for your help!