Attempted relative import with no known parent package
Apparently, box_utils.py isn’t part of a package. You still can import functions defined in this file, but only if the python script that tries to import these functions lives in the same directory as box_utils.py, see this answer. Nota bene: In my case, I stumbled upon this error with an import statement with one period, … Read more