Algorithm.Initialize() Error: During the algorithm initialization, the following exception has occurred: Loader.TryCreatePythonAlgorithm(): Unable to import python module ./cache/algorithm/project/main.pyc. AlgorithmPythonWrapper(): No module named 'selfImports'
  at <module>
    from selfImports import *
 in main.py: line 0
 No module named 'selfImports' Stack Trace: During the algorithm initialization, the following exception has occurred: Loader.TryCreatePythonAlgorithm(): Unable to import python module ./cache/algorithm/project/main.pyc. AlgorithmPythonWrapper(): No module named 'selfImports'
  at <module>
    from selfImports import *
 in main.py: line 0
 No module named 'selfImports'