NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.43k stars 360 forks source link

Problems with anaconda install #549

Open MaximeBinot opened 1 year ago

MaximeBinot commented 1 year ago

Describe the bug I am trying to install the engine and I am installing it in a fresh conda env as requested in the first step. I can go through the first steps with no problem but when I try to install pytorch and cuda ( conda install pytorch=1.9.0 torchvision cudatoolkit=11.1 -c pytorch -c nvidia ) I am facing this issue and I have spent plenty of time trying to resolve it but I can't find the issue causing it on my side.

First I get this :

conda install pytorch=1.9.0 torchvision cudatoolkit=11.1 -c pytorch -c nvidia
Collecting package metadata (current_repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: unsuccessful initial attempt using frozen solve. Retrying with flexible solve.
Solving environment: - 
Found conflicts! Looking for incompatible packages. 

Then I get an endless list of uncompatible package ending with this report :

The following specifications were found to be incompatible with your system:

  - feature:/linux-64::__cuda==12.2=0
  - feature:/linux-64::__glibc==2.31=0
  - feature:|@/linux-64::__cuda==12.2=0
  - feature:|@/linux-64::__glibc==2.31=0
  - blas -> libgfortran-ng -> __glibc[version='>=2.17']
  - bzip2 -> libgcc-ng[version='>=9.3.0'] -> __glibc[version='>=2.17']
  - cudatoolkit=11.1 -> __glibc[version='>=2.17,<3.0.a0']
  - cudatoolkit=11.1 -> libgcc-ng[version='>=7.3.0'] -> __glibc[version='>=2.17']
  - libffi -> libgcc-ng[version='>=9.4.0'] -> __glibc[version='>=2.17']
  - libgcc-ng -> __glibc[version='>=2.17']
  - libgfortran-ng -> __glibc[version='>=2.17']
  - libnsl -> libgcc-ng[version='>=9.4.0'] -> __glibc[version='>=2.17']
  - libopenblas -> libgcc-ng[version='>=11.2.0'] -> __glibc[version='>=2.17']
  - libstdcxx-ng -> __glibc[version='>=2.17']
  - libuuid -> libgcc-ng[version='>=9.3.0'] -> __glibc[version='>=2.17']
  - libzlib -> libgcc-ng[version='>=10.3.0'] -> __glibc[version='>=2.17']
  - ncurses -> libgcc-ng[version='>=10.3.0'] -> __glibc[version='>=2.17']
  - openssl -> libgcc-ng[version='>=10.3.0'] -> __glibc[version='>=2.17']
  - pytorch=1.9.0 -> __glibc[version='>=2.17|>=2.17,<3.0.a0']
  - pytorch=1.9.0 -> nccl[version='>=2.10.3.1,<3.0a0'] -> __cuda[version='10.2|10.2.*|11.0|11.0.*|>=11.2,<12|11.1|11.1.*']
  - readline -> libgcc-ng[version='>=9.3.0'] -> __glibc[version='>=2.17']
  - tk -> libgcc-ng[version='>=9.4.0'] -> __glibc[version='>=2.17']
  - torchvision -> __glibc[version='>=2.17|>=2.17,<3.0.a0']
  - torchvision -> pytorch==2.0.0 -> __cuda
  - xz -> libgcc-ng[version='>=7.5.0'] -> __glibc[version='>=2.17']

Your installed version is: 2.31

To Reproduce Follow the installation steps describe in the Anaconda section (CUDA 11.X)


Desktop (please complete the following information):

niconiconi1234 commented 1 year ago

same problem

kxxbeomjun commented 11 months ago

Have you solved it?

bring-nirachornkul commented 10 months ago

Same problem here.

BrunoDaCosta commented 10 months ago

Did someone solve this?

Brunoadc commented 10 months ago

Adding --solver=libmambato the conda install command seems to work for me