Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Move Model Script imports fail to resolve #830

Closed
1 task done
peterhessey opened this issue Nov 10, 2022 · 0 comments · Fixed by #831
Closed
1 task done

Move Model Script imports fail to resolve #830

peterhessey opened this issue Nov 10, 2022 · 0 comments · Fixed by #831
Assignees
Labels
bug Something isn't working

Comments

@peterhessey
Copy link
Contributor

peterhessey commented Nov 10, 2022

Is there an existing issue for this?

  • I have searched the existing issues

Bug summary

move_model.py fails to run with the current instructions for moving models betwen workspaces due to import / module errors.

Code for reproduction

`python InnerEye/Scripts/move_model.py`

Actual outcome

Fail

Error messages

Traceback (most recent call last):
  File "InnerEye/Scripts/move_model.py", line 14, in <module>
    from InnerEye.ML.common import FINAL_ENSEMBLE_MODEL_FOLDER, FINAL_MODEL_FOLDER
ModuleNotFoundError: No module named 'InnerEye'

Expected outcome

Not fail

System info

No response

AB#8098

@peterhessey peterhessey added the bug Something isn't working label Nov 10, 2022
@peterhessey peterhessey self-assigned this Nov 10, 2022
peterhessey added a commit that referenced this issue Nov 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant