-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import DeepLM have error? ModuleNotFoundError: No module named 'LMCore' #29
Comments
@lunalulu it expects some env variables to be set, to successfully import, here is the snippet that solves the import issue.
Edit ./etc/conda/activate.d/env_vars.sh as
Edit ./etc/conda/deactivate.d/env_vars.sh as
|
Hi @lunalulu ans @krishna-esrlabs, I'm facing a similar issue except when i get the error `(oppp) linux@os:~/Desktop/Workspace/OnePose_Plus_Plus/submodules/DeepLM$ sh example.sh Compiler output: Call Stack (most recent call first): -- Configuring incomplete, errors occurred! problem-49-7776-pre.txt.bz2 100%[==================================================>] 437.97K 508KB/s in 0.9s 2023-06-11 19:06:39 (508 KB/s) - ‘problem-49-7776-pre.txt.bz2’ saved [448484/448484] Traceback (most recent call last): I tried what you have said @krishna-esrlabs, but I get the same error... |
Your compilation failed because of this reason. Either the Cuda compiler is missing or the CMake is unable to find it. |
i have successfully instrall DeepLM like below nop errors:
`git submodule update --init --recursive
Install DeepLM
cd submodules/DeepLM
sh example.sh
cp ${REPO_ROOT}/backup/deeplm_init_backup.py ${REPO_ROOT}/submodules/DeepLM/init.py`
but when i import DeepLM, it return
ModuleNotFoundError: No module named 'LMCore'
@hxy-123
thanks~
The text was updated successfully, but these errors were encountered: