Running commonroad in Pycharm with Docker - Errors

Hey everyone,

i am having trouble to get the exmaple files running without Jupyter notebook e.g. in Pycharm connected with docker. Is there any tutorial on just running the individual python files e.g. “batch_processing_parallel.py” ? Currently i have the following setup: MacOS + PreBuilt Docker Container

  1. The Docker container itself runs fine, logging into localhost:9000 and starting the jupyter notebooks runs perfect for all the tutorials.

  2. Pycharm is connected with a remote Python Interpreter (in the Docker), is having all the folders sourced with “commonroad-search” as content root.

  3. I tried running the “batch_processing_parallel.py” directly in pycharm by executing the RUN option in Pycharm. This leads to an additional error which i think is heavenly connected to the other:
    https://drive.google.com/file/d/1r03jaalSdzSkqzd3QDiDn6HkI3G8yHTf/view?usp=sharing

This is mainly from the perspective of using the Debugger and Pycharm.
Probably i am missing something in the access of the docker terminal or in the connection of Pycharm with the Docker container. Is it possible to share a running “RUN/DEBUG” Configuration for Pycharm that displays the correct interpreter, working directory and e.g. path mappings? I think that would be helpfulPerhaps you have an idea what i am missing here.

Hi bumbumquietsch,
unfortunately, we have not tried using the mentioned setup for running the code. In your error message it shows Empty can’t be imported, but that was not called in queue.py. Not really sure what’s the issue. Perhaps this helps?