dpgen install issue in a docker container #408
Unanswered
shuaijiang-ustc
asked this question in
Q&A
Replies: 1 comment
-
I think you need to add the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I intend to install dpgen in a docker container with non-administrative privileges, so I try to install it with another direcotory instead of ./local/bin, e.g. pip install --prefix /ghome/jiangshuai/dpgen_test
However, even though the installation is successfully with no error reporting, when dpgen -h, it shows: ModuleNotFoundError: No module named 'dpgen'. Does anyone know how to fix this or is there another way to install dpgen?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions