Skip to content
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

Installation failed! #495

Closed
haiduo opened this issue Sep 14, 2022 · 3 comments
Closed

Installation failed! #495

haiduo opened this issue Sep 14, 2022 · 3 comments

Comments

@haiduo
Copy link

haiduo commented Sep 14, 2022

Who can help me take a look? I would be very grateful. The process is as followsh #208 (comment)

:)

@zsc
Copy link

zsc commented Sep 15, 2022

Maybe you've run out of storage space of /tmp (can be checked by looking at result of df -h and see if tmps partition has a high occupancy ratio).

@haiduo
Copy link
Author

haiduo commented Sep 15, 2022

Maybe you've run out of storage space of /tmp (can be checked by looking at result of df -h and see if tmps partition has a high occupancy ratio).

Thank you for your reply. I took a look. I don't think that's the problem.
image

@haiduo
Copy link
Author

haiduo commented Sep 16, 2022

Fortunately, after replacing a graphic card, the installation succeeded. The operation is as follows:

configure:
sysytem:ubuntu18.04 
cuda:10.2  
cudnn:7.6.5

commands orders:
conda create -n py3-mink python=3.8
conda activate py3-mink
conda install openblas-devel -c anaconda
pip install torch==1.7.0 torchvision==0.8.0 torchaudio==0.7.0
conda install cudatoolkit=10.2
git clone https://github.com/NVIDIA/MinkowskiEngine.git
cd MinkowskiEngine/
export CXX=g++-7
python setup.py install --blas_include_dirs=${CONDA_PREFIX}/include --blas=openblas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants