GO-SLAM icon indicating copy to clipboard operation
GO-SLAM copied to clipboard

`PackagesNotFoundError` error on Windows

Open nirmalsnair opened this issue 1 year ago • 2 comments

Hi, thanks for making this code publicly available.

Have you tried running this code in Windows? I'm getting PackagesNotFoundError while trying to install the conda packages.

View anaconda log
(base) C:\Users\centr\OneDrive\Documents\GO-SLAM>conda env create -f environment.yaml
Channels:
 - pytorch
 - conda-forge
 - defaults
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: failed

PackagesNotFoundError: The following packages are not available from current channels:

  - _libgcc_mutex==0.1=conda_forge
  - _openmp_mutex==4.5=1_llvm
  - brotli==1.0.9=he6710b0_2
  - brotlipy==0.7.0=py37h27cfd23_1003
  - bzip2==1.0.8=h7f98852_4
  - ca-certificates==2022.3.29=h06a4308_0
  - certifi==2021.10.8=py37h06a4308_2
  - cffi==1.15.0=py37hd667e15_1
  - cryptography==36.0.0=py37h9ce1e76_0
  - cudatoolkit==11.3.1=h2bc3f7f_2
  - dbus==1.13.18=hb2f20db_0
  - embree==2.17.7=ha770c72_1
  - expat==2.4.4=h295c915_0
  - ffmpeg==4.3=hf484d3e_0
  - fontconfig==2.13.1=h6c09931_0
  - freetype==2.10.4=h0708190_1
  - giflib==5.2.1=h7b6447c_0
  - glib==2.69.1=h4ff587b_1
  - gmp==6.2.1=h58526e2_0
  - gnutls==3.6.13=h85f3911_1
  - gst-plugins-base==1.14.0=h8213a91_2
  - gstreamer==1.14.0=h28cd5cc_2
  - icu==58.2=he6710b0_3
  - jpeg==9b=h024ee3a_2
  - kiwisolver==1.3.2=py37h295c915_0
  - lame==3.100=h7f98852_1001
  - lcms2==2.12=h3be6417_0
  - ld_impl_linux-64==2.36.1=hea4e1c9_2
  - libffi==3.3=he6710b0_2
  - libgcc-ng==11.2.0=h1d223b6_14
  - libiconv==1.16=h516909a_0
  - libnsl==2.0.0=h7f98852_0
  - libpng==1.6.37=h21135ba_2
  - libstdcxx-ng==11.2.0=he4da1e4_14
  - libtiff==4.2.0=h85742a9_0
  - libuuid==1.0.3=h7f8727e_2
  - libuv==1.43.0=h7f98852_0
  - libwebp==1.2.0=h89dd481_0
  - libwebp-base==1.2.0=h27cfd23_0
  - libxcb==1.14=h7b6447c_0
  - libxml2==2.9.12=h03d6c58_0
  - libzlib==1.2.11=h166bdaf_1014
  - llvm-openmp==13.0.1=he0ac6c6_1
  - lz4-c==1.9.3=h295c915_1
  - matplotlib==3.4.3=py37h06a4308_0
  - matplotlib-base==3.4.3=py37hbbc1b5f_0
  - mkl==2021.4.0=h8d4b97c_729
  - mkl-service==2.4.0=py37h402132d_0
  - mkl_fft==1.3.1=py37h3e078e5_1
  - mkl_random==1.2.2=py37h219a48f_0
  - ncurses==6.3=h9c3ff4c_0
  - nettle==3.6=he412f7d_0
  - ninja==1.10.2=h4bd325d_1
  - numpy-base==1.21.2=py37h79a1101_0
  - openh264==2.1.1=h780b84a_0
  - openssl==1.1.1n=h166bdaf_0
  - pcre==8.45=h295c915_0
  - pillow==9.0.1=py37h22f2fdc_0
  - pyembree==0.1.6=py37h0da4684_1
  - pyqt==5.9.2=py37h05f1152_2
  - python==3.7.11=h12debd9_0
  - pytorch==1.11.0=py3.7_cuda11.3_cudnn8.2.0_0
  - qt==5.9.7=h5867ecd_1
  - readline==8.1=h46c0cb4_0
  - setuptools==61.2.0=py37h89c1867_3
  - sip==4.19.8=py37hf484d3e_0
  - sqlite==3.37.1=h4ff8645_0
  - tbb==2021.5.0=h4bd325d_0
  - tk==8.6.12=h27826a3_0
  - tornado==6.1=py37h27cfd23_0
  - xz==5.2.5=h516909a_1
  - zlib==1.2.11=h166bdaf_1014
  - zstd==1.4.9=haebb681_0

Current channels:

  - https://conda.anaconda.org/pytorch/win-64
  - https://conda.anaconda.org/conda-forge/win-64
  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/msys2/win-64

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

nirmalsnair avatar Jan 16 '24 06:01 nirmalsnair