How to add the absolute path of commonroad-sumo-interface to python interpreter in Ubuntu?

Hi everyone,

I’m trying to install the interface, but I don’t know how to add the absolute path of commonroad-sumo-interface to Pythion interpreter. I’m using the Pycharm Pro 2020.1.3. I can only find the commonroad-io 2020.2 in my package list. My operating system is Ubuntu18.04.

I’ll appreciate any kind of help!

Thanks and regards,
John

Hi John,

I hope this helps: https://stackoverflow.com/questions/48947494/add-directory-to-python-path-in-pycharm

Kind Regards,
Edmond

Hi Irani,

Thanks for your advice, it is successfully handled according to the linked page. And I got another problem:

Best regards,
John

The errors occured when I run the ‘make -j8’ according to the installation guide, https://commonroad.in.tum.de/static/docs/commonroad-sumo-interface/install/install.html#prerequisites.

Maybe this is a compiler error, perhaps you need to update your compiler.

Thanks for your reply. I’m not familiar with the Cmake, I’ve upgraded the Cmake version from 3.10.2 to 3.13.2, but the problem still happened. Do you know what I should do then?

I just upgraded the gcc 7.5.0 to 9.2.0, this problem still happened.