You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've setup an HCP environment which includes the gradunwarp module. However, I'm running into an error when executing the HCP. I followed the installation instructions and created a local version of the build. I then copied the build directories to a shared server so they can be accessed by a set of cluster nodes. When I run it through the cluster, I get the error:
Traceback (most recent call last):
File "/opt/HCP/gradunwarp/bin/gradient_unwarp.py", line 11, in
from gradunwarp.core import (globals, coeffs, utils)
ImportError: No module named gradunwarp.core
The text was updated successfully, but these errors were encountered:
I've setup an HCP environment which includes the gradunwarp module. However, I'm running into an error when executing the HCP. I followed the installation instructions and created a local version of the build. I then copied the build directories to a shared server so they can be accessed by a set of cluster nodes. When I run it through the cluster, I get the error:
Traceback (most recent call last):
File "/opt/HCP/gradunwarp/bin/gradient_unwarp.py", line 11, in
from gradunwarp.core import (globals, coeffs, utils)
ImportError: No module named gradunwarp.core
The text was updated successfully, but these errors were encountered: