when running the batch_processing_file I always get an “ModuleNotFoundError” in the Virtual Machine and in the docker. The Compiler complains about the line “import SMP.batch_processing.helper_functions as hf” and says that there is not module named SMP.
I haven’t changed anything prior of the running of the batch_processing file.
Is it only me, did I run the wrong file when testing for the scenarios?
You can easily follow the steps implemented in this tutorial Tutorial-batch processing to run batch_processing_(parallel / sequential).py. The line sys.path.append(...) used in this notebook should also solve the “ModuleNotFoundError” you mentioned in the first post.