No module named 'commonroad_dc.pycrcc' on linux

Hi all,
I am using ubuntu 20.04 of linux, after I successfully installed and compilded the drivability checker library (pucrcc) with $bash build.sh and python setup.py intsall , I still got this error, don’t know how to fix it.

Hi,

it looks like there is some old installation which cannot be uninstalled.
What happens when you execute the drivability-checker?
If you install it in a new Python environment this error shouldn’t appear.

Note that the drivability-checker can now also be installed directly via pip:

pip install commonroad-drivability-checker

Hi Sebastian,

after i using pip install --upgrade --force-reinstall commonroad-drivability-checker, I still got this error when i opened the tutorial of commonroad-drivability-checker.


Have you tried it in a new Python environment?

I tried, and neither method seems to work, I’ll try the virtual machine again