Found while investigating the failure to start `dials.image_viewer`, in which a numpy calculation produced the error ``` Windows fatal exception: code 0xc06d007f ``` This looked like this: https://youtrack-production.pub.aws.intellij.net/projects/PY/issues/PY-89258/DLL-load-error-0xC06D007F-with-conda-forge-packages-due-to-incomplete-PATH-inheritance-in-PyCharm Indeed, adding `C:\Users\fcx32934\AppData\Local\dials\Library\bin` to the `PATH` variable allowed `dials.image_viewer` to open.
Found while investigating the failure to start
dials.image_viewer, in which a numpy calculation produced the errorThis looked like this:
https://youtrack-production.pub.aws.intellij.net/projects/PY/issues/PY-89258/DLL-load-error-0xC06D007F-with-conda-forge-packages-due-to-incomplete-PATH-inheritance-in-PyCharm
Indeed, adding
C:\Users\fcx32934\AppData\Local\dials\Library\binto thePATHvariable alloweddials.image_viewerto open.