I wanted to create an interpreter in between two programming languages - python and c++ (with is an critical part of my project) and I had discovered that the required header files, like (for example) python3-dev (and other) are missing.
Unfortunatelly, due the “No new priviledges” flag on sudo, I’m unable to install the required files and in the same, I’m unable to work on my project.