Zielon/metrical-tracker

conda installing issue

Closed this issue · 1 comments

Hello I want to install the conda environment, but I get a big error message that is doesn't work. What should I do or do somebody know what's the issue?

Here is the link to the return message (due it was too long I had to upload it into a .txt file):
https://drive.google.com/file/d/152DL3RU8A9qNP3FQgdkE5C9zfk-_3DmQ/view?usp=sharing

Thank u in advance

fixing it by deleting the incompatible conda packages.
my environment.yml file looks now like this:

name: tracker
channels:
  - pytorch3d
  - iopath
  - pytorch
  - nvidia
  - conda-forge
  - defaults
dependencies:
  - blas=1.0=mkl
  - cuda=11.6.1=0
  - cuda-cccl=11.6.55=hf6102b2_0
  - cuda-command-line-tools=11.6.2=0
  - cuda-compiler=11.6.2=0
  - cuda-cudart=11.6.55=he381448_0
  - cuda-cudart-dev=11.6.55=h42ad0f4_0
  - cuda-cuobjdump=11.6.124=h2eeebcb_0
  - cuda-cupti=11.6.124=h86345e5_0
  - cuda-cuxxfilt=11.6.124=hecbf4f6_0
  - cuda-driver-dev=11.6.55=0
  - cuda-gdb=12.1.55=0
  - cuda-libraries=11.6.1=0
  - cuda-libraries-dev=11.6.1=0
  - cuda-memcheck=11.8.86=0
  - cuda-nsight=12.1.55=0
  - cuda-nsight-compute=12.1.0=0
  - cuda-nvcc=11.6.124=hbba6d2d_0
  - cuda-nvdisasm=12.1.55=0
  - cuda-nvml-dev=11.6.55=haa9ef22_0
  - cuda-nvprof=12.1.55=0
  - cuda-nvprune=11.6.124=he22ec0a_0
  - cuda-nvrtc=11.6.124=h020bade_0
  - cuda-nvrtc-dev=11.6.124=h249d397_0
  - cuda-nvtx=11.6.124=h0630a44_0
  - cuda-nvvp=12.1.55=0
  - cuda-runtime=11.6.1=0
  - cuda-samples=11.6.101=h8efea70_0
  - cuda-sanitizer-api=12.1.55=0
  - cuda-toolkit=11.6.1=0
  - cuda-tools=11.6.1=0
  - cuda-visual-tools=11.6.1=0
  - fvcore=0.1.5.post20221221=pyhd8ed1ab_0
  - gds-tools=1.6.0.25=0
  - intel-openmp=2021.4.0=h06a4308_3561
  - iopath=0.1.9=py39
  - libcufile=1.6.0.25=0
  - libcufile-dev=1.6.0.25=0
  - libcublas=11.9.2.110=h5e84587_0
  - libcublas-dev=11.9.2.110=h5c901ab_0
  - libcufft=10.7.1.112=hf425ae0_0
  - libcufft-dev=10.7.1.112=ha5ce4c0_0
  - libcurand=10.3.2.56=0
  - libcurand-dev=10.3.2.56=0
  - libcusolver=11.3.4.124=h33c3c4e_0
  - libcusparse=11.7.2.124=h7538f96_0
  - libcusparse-dev=11.7.2.124=hbbe9722_0
  - libnpp=11.6.3.124=hd2722f0_0
  - libnpp-dev=11.6.3.124=h3c42840_0
  - libnvjpeg=11.6.2.124=hd473ad6_0
  - libnvjpeg-dev=11.6.2.124=hb5906b9_0
  - nsight-compute=2023.1.0.15=0
  - pytorch=1.13.0=py3.9_cuda11.6_cudnn8.3.2_0
  - pytorch-cuda=11.6=h867d48c_1
  - pytorch-mutex=1.0=cuda
  - pytorch3d=0.7.2=py39_cu116_pyt1130
  - pyyaml=6.0=py39hb9d737c_4
  - tabulate=0.9.0=pyhd8ed1ab_1
  - termcolor=2.2.0=pyhd8ed1ab_0
  - torchvision=0.14.0=py39_cu116
  - tqdm=4.65.0=pyhd8ed1ab_1
  - yacs=0.1.8=pyhd8ed1ab_0
  - pip:
      - absl-py==1.4.0
      - attrs==22.2.0
      - cachetools==5.3.0
      - chumpy==0.70
      - contourpy==1.0.7
      - cycler==0.11.0
      - face-alignment==1.3.5
      - flatbuffers==23.3.3
      - fonttools==4.39.2
      - google-auth==2.16.2
      - google-auth-oauthlib==0.4.6
      - grpcio==1.51.3
      - imageio==2.26.1
      - importlib-metadata==6.1.0
      - importlib-resources==5.12.0
      - kiwisolver==1.4.4
      - lazy-loader==0.1
      - llvmlite==0.39.1
      - loguru==0.6.0
      - markdown==3.4.1
      - markupsafe==2.1.2
      - matplotlib==3.7.1
      - mediapipe==0.10.0
      - networkx==3.0
      - numba==0.56.4
      - oauthlib==3.2.2
      - opencv-contrib-python==4.7.0.72
      - opencv-python==4.7.0.72
      - packaging==23.0
      - protobuf==3.20.3
      - pyasn1==0.4.8
      - pyasn1-modules==0.2.8
      - pyparsing==3.0.9
      - python-dateutil==2.8.2
      - pywavelets==1.4.1
      - requests-oauthlib==1.3.1
      - rsa==4.9
      - scikit-image==0.20.0
      - scipy==1.9.1
      - sounddevice==0.4.6
      - tensorboard==2.12.0
      - tensorboard-data-server==0.7.0
      - tensorboard-plugin-wit==1.8.1
      - tifffile==2023.3.15
      - trimesh==3.20.2
      - werkzeug==2.2.3
      - zipp==3.15.0
prefix: /home/wzielonka/miniconda3/envs/tracker