ODM Error after installing and trying to execute for the first time

This is the text of the failure to launch. PC is an Intel I5 8th gen 64gig RAM, 1tb NvME SSD. attempting to set this PC up to operate as a node on the cluster I’m testing.

 ____________________________
/   ____    _____    __  __  \
|  / __ \  |  __ \  |  \/  | |
| | |  | | | |  | | | \  / | |
| | |  | | | |  | | | |\/| | |
| | |__| | | |__| | | |  | | |
|  \____/  |_____/  |_|  |_| |
\____________________________/
       version: 3.5.3

Traceback (most recent call last):
  File "C:\ODM\\run.py", line 15, in <module>
    from opendm.utils import get_processing_results_paths, rm_r
  File "C:\ODM\opendm\utils.py", line 5, in <module>
    from opendm.photo import find_largest_photo_dims
  File "C:\ODM\opendm\photo.py", line 17, in <module>
    from opendm import get_image_size
  File "C:\ODM\opendm\get_image_size.py", line 2, in <module>
    import cv2
  File "C:\ODM\venv\lib\site-packages\cv2\__init__.py", line 96, in <module>
    bootstrap()
  File "C:\ODM\venv\lib\site-packages\cv2\__init__.py", line 86, in bootstrap
    import cv2
ImportError: DLL load failed while importing cv2: The specified module could not be found.

Mmm… Have any system-wide installations of Python on that machine?

Could you remove them if so, and/or try running this under a freshly-made local Windows User account?

Its a pretty fresh build based on an image I have. I’ll wipe it and put a fresh install in it and go from there.

Reinstalling windows corrected the issue. Thanks!