lack of module #932
|
compasRootDir = os.environ['COMPAS_ROOT_DIR'] When I try the above codes, I find that there is no module of "compasUtils" in the file I download. I wonder where I can find the module. Thanks a lot! |
Answered by
SimonStevenson
Mar 13, 2023
Replies: 1 comment 1 reply
|
The compasUtils file currently resides in the 'untracked scripts' directory (see here). Adding this directory to your path should resolve this error. We are working to make the Python infrastructure for COMPAS more user friendly (e.g., pip install-able). |
1 reply
Answer selected by
hulin-Lee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The compasUtils file currently resides in the 'untracked scripts' directory (see here). Adding this directory to your path should resolve this error. We are working to make the Python infrastructure for COMPAS more user friendly (e.g., pip install-able).