PermissionError: [Errno 13] Permission denied: '../../outputs'

Hi,

I followed the installation guide and built the framework on Ubuntu 20.04. I wanted to work on VS Code to be able to debug it. T

Tutorials work fine, but for example, when I run the script batch_processing_sequential directly, it throws ModuleNotFoundError: No module named ‘SMP’. I solved this issue by adding the following lines into the script:
import os
import sys
sys.path.append(os.path.join(os.getcwd()))

but now I am getting permission error and cannot run the script directly. However I can run it in tutorial file. What is the problem here?

The whole error:

Hi koray.koca,

One thing to try would be to:

sudo chown -R koray /home/koray/commonroad-search

maybe even:

mkdir /home/koray/commonroad-search/outputs