-
Notifications
You must be signed in to change notification settings - Fork 120
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
Cannot install MinkowskiEngine with provided instructions #63
Comments
Update: If I separately install cuda-nvcc through conda (https://anaconda.org/nvidia/cuda-nvcc), I can see that
|
I am also on a shared server and similarly fail at git Just wanted to add pressure to this issue. |
Same problem |
I have followed all instructions in
INSTALL.md
, and the provided command for installing the MinkowskiEngine does not work for me. Specifically, I ran every command exactly except forgit submodule update --init --recursive
andgit submodule update --recursive --remote
, which also do not work for me; instead, I ransed -i "s/url.*/url=https:\/\/github.com\/shwoo93\/MinkowskiEngine.git/g" .gitmodules &&\ git submodule update --init --recursive && git submodule update --recursive
following #50.After running
python setup.py install --blas_include_dirs=${CONDA_PREFIX}/include --blas=openblas
, I get the following error:These instructions seem incomplete to me. What am I supposed to set
CUDA_HOME
to? I am on a shared server and do not have sudo access or anything like/usr/local/cuda-11.1
, which the MinkowskiEngine installation instructions suggest I should setCUDA_HOME
to (https://github.com/shwoo93/MinkowskiEngine/tree/bbc30ef581ea6deb505976b663f5fc2358a83749); for example, the commandnvcc
is not found, but I can still access GPUs.The text was updated successfully, but these errors were encountered: