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 error during pip install -r requirements.txt #13

Closed
nirmalsnair opened this issue Dec 8, 2023 · 2 comments
Closed

Installation error during pip install -r requirements.txt #13

nirmalsnair opened this issue Dec 8, 2023 · 2 comments
Assignees

Comments

@nirmalsnair
Copy link

🤗 Thanks for making the code publicly available.

I used the following instructions to set up the environment on my Windows 10 laptop. (see full installation log below)

conda create -n splatam python=3.10
conda activate splatam
conda install -c "nvidia/label/cuda-11.6.0" cuda-toolkit
conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.6 -c pytorch -c conda-forge
pip install -r requirements.txt

But at the final step of the installation, pip shows the following error.

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tea-console 0.0.6 requires rich~=9.11.0, but you have rich 13.7.0 which is incompatible.
typer 0.3.2 requires click<7.2.0,>=7.1.1, but you have click 8.1.7 which is incompatible.
Successfully installed Click-8.1.7 Flask-3.0.0 GitPython-3.1.40 Jinja2-3.1.2 MarkupSafe-2.1.3 Werkzeug-3.0.1 ansi2html-1.8.0 appdirs-1.4.4 asttokens-2.4.1 attrs-23.1.0 blinker-1.7.0 colorama-0.4.6 comm-0.2.0 configargparse-1.7 contourpy-1.2.0 cycler-0.12.1 cyclonedds-0.10.2 dash-2.14.2 dash-core-components-2.0.0 dash-html-components-2.0.0 dash-table-5.0.0 decorator-5.1.1 diff-gaussian-rasterization-0.0.0 docker-pycreds-0.4.0 exceptiongroup-1.2.0 executing-2.0.1 fastjsonschema-2.19.0 fonttools-4.46.0 gitdb-4.0.11 imageio-2.33.0 importlib-metadata-7.0.0 ipython-8.18.1 ipywidgets-8.1.1 itsdangerous-2.1.2 jedi-0.19.1 jsonschema-4.20.0 jsonschema-specifications-2023.11.2 jupyter_core-5.5.0 jupyterlab-widgets-3.0.9 kiwisolver-1.4.5 kornia-0.7.0 lightning-utilities-0.10.0 lpips-0.1.4 markdown-it-py-3.0.0 matplotlib-3.8.2 matplotlib-inline-0.1.6 mdurl-0.1.2 natsort-8.4.0 nbformat-5.5.0 nest-asyncio-1.5.8 open3d-0.16.0 opencv-python-4.8.1.78 packaging-23.2 parso-0.8.3 platformdirs-4.1.0 plotly-5.18.0 prompt-toolkit-3.0.41 protobuf-4.25.1 pure-eval-0.2.2 pygments-2.17.2 pyparsing-3.1.1 python-dateutil-2.8.2 pytorch-msssim-1.0.0 pywin32-306 pyyaml-6.0.1 referencing-0.32.0 retrying-1.3.4 rich-13.7.0 rich-click-1.7.2 rpds-py-0.13.2 scipy-1.11.4 sentry-sdk-1.38.0 setproctitle-1.3.3 six-1.16.0 smmap-5.0.1 stack-data-0.6.3 tenacity-8.2.3 torchmetrics-1.2.1 tqdm-4.65.0 traitlets-5.14.0 typing-extensions-4.8.0 wandb-0.16.1 wcwidth-0.2.12 widgetsnbextension-4.0.9 zipp-3.17.0

I'm not sure if the installation was successful, because on running:
(splatam) C:\Users\Nirmal\Documents\SplaTAM>bash bash_scripts/online_demo.bash configs/iphone/online_demo.py

I get the following error:

<3>WSL (8) ERROR: CreateProcessParseCommon:754: getpwuid(0) failed 2
Processing fstab with mount -a failed.

<3>WSL (8) ERROR: CreateProcessEntryCommon:331: getpwuid(0) failed 2
<3>WSL (8) ERROR: CreateProcessEntryCommon:502: execvpe /bin/bash failed 2
<3>WSL (8) ERROR: CreateProcessEntryCommon:505: Create process not expected to return

View the full installation log
(base) C:\WINDOWS\system32>conda env list
# conda environments:
#
base                  *  C:\Anaconda3
voldor                   C:\Users\Nirmal\.conda\envs\voldor
work                     C:\Users\Nirmal\.conda\envs\work
(base) C:\WINDOWS\system32>conda create -n splatam python=3.10
WARNING: A directory already exists at the target location 'C:\Anaconda3\envs\splatam'
but it is not a conda environment.
Continue creating environment (y/[n])? y

Channels:
 - defaults
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: C:\Anaconda3\envs\splatam

  added / updated specs:
    - python=3.10

The following NEW packages will be INSTALLED:

  bzip2              pkgs/main/win-64::bzip2-1.0.8-he774522_0
  ca-certificates    pkgs/main/win-64::ca-certificates-2023.08.22-haa95532_0
  libffi             pkgs/main/win-64::libffi-3.4.4-hd77b12b_0
  openssl            pkgs/main/win-64::openssl-3.0.12-h2bbff1b_0
  pip                pkgs/main/win-64::pip-23.3.1-py310haa95532_0
  python             pkgs/main/win-64::python-3.10.13-he1021f5_0
  setuptools         pkgs/main/win-64::setuptools-68.0.0-py310haa95532_0
  sqlite             pkgs/main/win-64::sqlite-3.41.2-h2bbff1b_0
  tk                 pkgs/main/win-64::tk-8.6.12-h2bbff1b_0
  tzdata             pkgs/main/noarch::tzdata-2023c-h04d1e81_0
  vc                 pkgs/main/win-64::vc-14.2-h21ff451_1
  vs2015_runtime     pkgs/main/win-64::vs2015_runtime-14.27.29016-h5e58377_2
  wheel              pkgs/main/win-64::wheel-0.41.2-py310haa95532_0
  xz                 pkgs/main/win-64::xz-5.4.5-h8cc25b3_0
  zlib               pkgs/main/win-64::zlib-1.2.13-h8cc25b3_0

Proceed ([y]/n)?

Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate splatam
#
# To deactivate an active environment, use
#
#     $ conda deactivate
(base) C:\WINDOWS\system32>conda activate splatam
(splatam) C:\WINDOWS\system32>conda install -c "nvidia/label/cuda-11.6.0" cuda-toolkit
Channels:
 - nvidia/label/cuda-11.6.0
 - defaults
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: C:\Anaconda3\envs\splatam

  added / updated specs:
    - cuda-toolkit

The following NEW packages will be INSTALLED:

  cuda-cccl          nvidia/label/cuda-11.6.0/win-64::cuda-cccl-11.6.55-0
  cuda-command-line~ nvidia/label/cuda-11.6.0/win-64::cuda-command-line-tools-11.6.0-0
  cuda-compiler      nvidia/label/cuda-11.6.0/win-64::cuda-compiler-11.6.0-0
  cuda-cudart        nvidia/label/cuda-11.6.0/win-64::cuda-cudart-11.6.55-0
  cuda-cudart-dev    nvidia/label/cuda-11.6.0/win-64::cuda-cudart-dev-11.6.55-0
  cuda-cuobjdump     nvidia/label/cuda-11.6.0/win-64::cuda-cuobjdump-11.6.55-0
  cuda-cupti         nvidia/label/cuda-11.6.0/win-64::cuda-cupti-11.6.55-0
  cuda-cuxxfilt      nvidia/label/cuda-11.6.0/win-64::cuda-cuxxfilt-11.6.55-0
  cuda-libraries     nvidia/label/cuda-11.6.0/win-64::cuda-libraries-11.6.0-0
  cuda-libraries-dev nvidia/label/cuda-11.6.0/win-64::cuda-libraries-dev-11.6.0-0
  cuda-memcheck      nvidia/label/cuda-11.6.0/win-64::cuda-memcheck-11.6.55-0
  cuda-nsight-compu~ nvidia/label/cuda-11.6.0/win-64::cuda-nsight-compute-11.6.0-0
  cuda-nvcc          nvidia/label/cuda-11.6.0/win-64::cuda-nvcc-11.6.55-0
  cuda-nvdisasm      nvidia/label/cuda-11.6.0/win-64::cuda-nvdisasm-11.6.55-0
  cuda-nvml-dev      nvidia/label/cuda-11.6.0/win-64::cuda-nvml-dev-11.6.55-0
  cuda-nvprof        nvidia/label/cuda-11.6.0/win-64::cuda-nvprof-11.6.55-0
  cuda-nvprune       nvidia/label/cuda-11.6.0/win-64::cuda-nvprune-11.6.55-0
  cuda-nvrtc         nvidia/label/cuda-11.6.0/win-64::cuda-nvrtc-11.6.55-0
  cuda-nvrtc-dev     nvidia/label/cuda-11.6.0/win-64::cuda-nvrtc-dev-11.6.55-0
  cuda-nvtx          nvidia/label/cuda-11.6.0/win-64::cuda-nvtx-11.6.55-0
  cuda-nvvp          nvidia/label/cuda-11.6.0/win-64::cuda-nvvp-11.6.58-0
  cuda-sanitizer-api nvidia/label/cuda-11.6.0/win-64::cuda-sanitizer-api-11.6.55-0
  cuda-toolkit       nvidia/label/cuda-11.6.0/win-64::cuda-toolkit-11.6.0-0
  cuda-tools         nvidia/label/cuda-11.6.0/win-64::cuda-tools-11.6.0-0
  cuda-visual-tools  nvidia/label/cuda-11.6.0/win-64::cuda-visual-tools-11.6.0-0
  libcublas          nvidia/label/cuda-11.6.0/win-64::libcublas-11.8.1.74-0
  libcublas-dev      nvidia/label/cuda-11.6.0/win-64::libcublas-dev-11.8.1.74-0
  libcufft           nvidia/label/cuda-11.6.0/win-64::libcufft-10.7.0.55-0
  libcufft-dev       nvidia/label/cuda-11.6.0/win-64::libcufft-dev-10.7.0.55-0
  libcurand          nvidia/label/cuda-11.6.0/win-64::libcurand-10.2.9.55-0
  libcurand-dev      nvidia/label/cuda-11.6.0/win-64::libcurand-dev-10.2.9.55-0
  libcusolver        nvidia/label/cuda-11.6.0/win-64::libcusolver-11.3.2.55-0
  libcusolver-dev    nvidia/label/cuda-11.6.0/win-64::libcusolver-dev-11.3.2.55-0
  libcusparse        nvidia/label/cuda-11.6.0/win-64::libcusparse-11.7.1.55-0
  libcusparse-dev    nvidia/label/cuda-11.6.0/win-64::libcusparse-dev-11.7.1.55-0
  libnpp             nvidia/label/cuda-11.6.0/win-64::libnpp-11.6.0.55-0
  libnpp-dev         nvidia/label/cuda-11.6.0/win-64::libnpp-dev-11.6.0.55-0
  libnvjpeg          nvidia/label/cuda-11.6.0/win-64::libnvjpeg-11.6.0.55-0
  libnvjpeg-dev      nvidia/label/cuda-11.6.0/win-64::libnvjpeg-dev-11.6.0.55-0
  nsight-compute     nvidia/label/cuda-11.6.0/win-64::nsight-compute-2022.1.0.12-0

Proceed ([y]/n)? y

Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
(splatam) C:\WINDOWS\system32>conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.6 -c pytorch -c conda-forge
Channels:
 - pytorch
 - conda-forge
 - defaults
 - nvidia/label/cuda-11.6.0
Platform: win-64
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: C:\Anaconda3\envs\splatam

  added / updated specs:
    - cudatoolkit=11.6
    - pytorch==1.12.1
    - torchaudio==0.12.1
    - torchvision==0.13.1

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    brotli-python-1.0.9        |  py310h8a704f9_7         335 KB  conda-forge
    cudatoolkit-11.6.0         |      hc0ea762_10       965.1 MB  conda-forge
    freetype-2.10.4            |       h546665d_1         489 KB  conda-forge
    giflib-5.2.1               |       h8d14728_2          85 KB  conda-forge
    jbig-2.1                   |    h8d14728_2003          45 KB  conda-forge
    lerc-2.2.1                 |       h0e60522_0         133 KB  conda-forge
    libdeflate-1.7             |       h8ffe710_5          61 KB  conda-forge
    libtiff-4.3.0              |       h0c97f57_1         1.1 MB  conda-forge
    libuv-1.44.2               |       h8ffe710_0         362 KB  conda-forge
    libwebp-1.3.2              |       hbc33d0d_0          73 KB
    libwebp-base-1.3.2         |       h2bbff1b_0         306 KB
    numpy-1.23.2               |  py310h8a5b91a_0         6.4 MB  conda-forge
    openjpeg-2.4.0             |       hb211442_1         238 KB  conda-forge
    pillow-10.0.1              |  py310h045eedc_0         788 KB
    python_abi-3.10            |          2_cp310           4 KB  conda-forge
    torchvision-0.13.1         |      py310_cu116         7.4 MB  pytorch
    zstd-1.5.0                 |       h6255e5f_0        1004 KB  conda-forge
    ------------------------------------------------------------
                                           Total:       983.8 MB

The following NEW packages will be INSTALLED:

  blas               conda-forge/win-64::blas-2.120-mkl
  blas-devel         conda-forge/win-64::blas-devel-3.9.0-20_win64_mkl
  brotli-python      conda-forge/win-64::brotli-python-1.0.9-py310h8a704f9_7
  certifi            conda-forge/noarch::certifi-2023.11.17-pyhd8ed1ab_0
  charset-normalizer conda-forge/noarch::charset-normalizer-3.3.2-pyhd8ed1ab_0
  cudatoolkit        conda-forge/win-64::cudatoolkit-11.6.0-hc0ea762_10
  freetype           conda-forge/win-64::freetype-2.10.4-h546665d_1
  giflib             conda-forge/win-64::giflib-5.2.1-h8d14728_2
  idna               conda-forge/noarch::idna-3.6-pyhd8ed1ab_0
  intel-openmp       conda-forge/win-64::intel-openmp-2023.2.0-h57928b3_50497
  jbig               conda-forge/win-64::jbig-2.1-h8d14728_2003
  jpeg               conda-forge/win-64::jpeg-9e-h8ffe710_2
  lerc               conda-forge/win-64::lerc-2.2.1-h0e60522_0
  libblas            conda-forge/win-64::libblas-3.9.0-20_win64_mkl
  libcblas           conda-forge/win-64::libcblas-3.9.0-20_win64_mkl
  libdeflate         conda-forge/win-64::libdeflate-1.7-h8ffe710_5
  liblapack          conda-forge/win-64::liblapack-3.9.0-20_win64_mkl
  liblapacke         conda-forge/win-64::liblapacke-3.9.0-20_win64_mkl
  libpng             pkgs/main/win-64::libpng-1.6.39-h8cc25b3_0
  libtiff            conda-forge/win-64::libtiff-4.3.0-h0c97f57_1
  libuv              conda-forge/win-64::libuv-1.44.2-h8ffe710_0
  libwebp            pkgs/main/win-64::libwebp-1.3.2-hbc33d0d_0
  libwebp-base       pkgs/main/win-64::libwebp-base-1.3.2-h2bbff1b_0
  lz4-c              conda-forge/win-64::lz4-c-1.9.3-h8ffe710_1
  m2w64-gcc-libgfor~ conda-forge/win-64::m2w64-gcc-libgfortran-5.3.0-6
  m2w64-gcc-libs     conda-forge/win-64::m2w64-gcc-libs-5.3.0-7
  m2w64-gcc-libs-co~ conda-forge/win-64::m2w64-gcc-libs-core-5.3.0-7
  m2w64-gmp          conda-forge/win-64::m2w64-gmp-6.1.0-2
  m2w64-libwinpthre~ conda-forge/win-64::m2w64-libwinpthread-git-5.0.0.4634.697f757-2
  mkl                conda-forge/win-64::mkl-2023.2.0-h6a75c08_50497
  mkl-devel          conda-forge/win-64::mkl-devel-2023.2.0-h57928b3_50497
  mkl-include        conda-forge/win-64::mkl-include-2023.2.0-h6a75c08_50497
  msys2-conda-epoch  conda-forge/win-64::msys2-conda-epoch-20160418-1
  numpy              conda-forge/win-64::numpy-1.23.2-py310h8a5b91a_0
  openjpeg           conda-forge/win-64::openjpeg-2.4.0-hb211442_1
  pillow             pkgs/main/win-64::pillow-10.0.1-py310h045eedc_0
  pysocks            conda-forge/noarch::pysocks-1.7.1-pyh0701188_6
  python_abi         conda-forge/win-64::python_abi-3.10-2_cp310
  pytorch            pytorch/win-64::pytorch-1.12.1-py3.10_cuda11.6_cudnn8_0
  pytorch-mutex      pytorch/noarch::pytorch-mutex-1.0-cuda
  requests           conda-forge/noarch::requests-2.31.0-pyhd8ed1ab_0
  tbb                conda-forge/win-64::tbb-2021.5.0-h2d74725_1
  torchaudio         pytorch/win-64::torchaudio-0.12.1-py310_cu116
  torchvision        pytorch/win-64::torchvision-0.13.1-py310_cu116
  typing_extensions  conda-forge/noarch::typing_extensions-4.8.0-pyha770c72_0
  urllib3            conda-forge/noarch::urllib3-2.1.0-pyhd8ed1ab_0
  win_inet_pton      conda-forge/noarch::win_inet_pton-1.1.0-pyhd8ed1ab_6
  zstd               conda-forge/win-64::zstd-1.5.0-h6255e5f_0

The following packages will be UPDATED:

  ca-certificates    pkgs/main::ca-certificates-2023.08.22~ --> conda-forge::ca-certificates-2023.11.17-h56e8100_0

Proceed ([y]/n)? y

Downloading and Extracting Packages

Preparing transaction: done
Verifying transaction: done
Executing transaction: / "By downloading and using the CUDA Toolkit conda packages, you accept the terms and conditions of the CUDA End User License Agreement (EULA): https://docs.nvidia.com/cuda/eula/index.html"

done
(splatam) C:\WINDOWS\system32>pip install -r requirements.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

(splatam) C:\WINDOWS\system32>
(splatam) C:\WINDOWS\system32>cd "C:\Users\Nirmal\Documents\SplaTAM"

(splatam) C:\Users\Nirmal\Documents\SplaTAM>
(splatam) C:\Users\Nirmal\Documents\SplaTAM>pip install -r requirements.txt
Collecting git+https://github.com/JonathonLuiten/diff-gaussian-rasterization-w-depth.git@cb65e4b86bc3bd8ed42174b72a62e8d3a3a71110 (from -r requirements.txt (line 15))
  Cloning https://github.com/JonathonLuiten/diff-gaussian-rasterization-w-depth.git (to revision cb65e4b86bc3bd8ed42174b72a62e8d3a3a71110) to c:\users\nirmal\appdata\local\temp\pip-req-build-_4q0dnct
  Running command git clone --filter=blob:none --quiet https://github.com/JonathonLuiten/diff-gaussian-rasterization-w-depth.git 'C:\Users\Nirmal\AppData\Local\Temp\pip-req-build-_4q0dnct'
  Running command git rev-parse -q --verify 'sha^cb65e4b86bc3bd8ed42174b72a62e8d3a3a71110'
  Running command git fetch -q https://github.com/JonathonLuiten/diff-gaussian-rasterization-w-depth.git cb65e4b86bc3bd8ed42174b72a62e8d3a3a71110
  Resolved https://github.com/JonathonLuiten/diff-gaussian-rasterization-w-depth.git to commit cb65e4b86bc3bd8ed42174b72a62e8d3a3a71110
  Running command git submodule update --init --recursive -q
  Preparing metadata (setup.py) ... done
Collecting tqdm==4.65.0 (from -r requirements.txt (line 1))
  Downloading tqdm-4.65.0-py3-none-any.whl (77 kB)
     ---------------------------------------- 77.1/77.1 kB 474.1 kB/s eta 0:00:00
Requirement already satisfied: Pillow in c:\anaconda3\envs\splatam\lib\site-packages (from -r requirements.txt (line 2)) (10.0.1)
Collecting opencv-python (from -r requirements.txt (line 3))
  Downloading opencv_python-4.8.1.78-cp37-abi3-win_amd64.whl.metadata (20 kB)
Collecting imageio (from -r requirements.txt (line 4))
  Downloading imageio-2.33.0-py3-none-any.whl.metadata (4.9 kB)
Collecting matplotlib (from -r requirements.txt (line 5))
  Downloading matplotlib-3.8.2-cp310-cp310-win_amd64.whl.metadata (5.9 kB)
Collecting kornia (from -r requirements.txt (line 6))
  Downloading kornia-0.7.0-py2.py3-none-any.whl.metadata (12 kB)
Collecting natsort (from -r requirements.txt (line 7))
  Downloading natsort-8.4.0-py3-none-any.whl.metadata (21 kB)
Collecting pyyaml (from -r requirements.txt (line 8))
  Downloading PyYAML-6.0.1-cp310-cp310-win_amd64.whl.metadata (2.1 kB)
Collecting wandb (from -r requirements.txt (line 9))
  Downloading wandb-0.16.1-py3-none-any.whl.metadata (9.8 kB)
Collecting lpips (from -r requirements.txt (line 10))
  Downloading lpips-0.1.4-py3-none-any.whl (53 kB)
     ---------------------------------------- 53.8/53.8 kB 2.7 MB/s eta 0:00:00
Collecting open3d==0.16.0 (from -r requirements.txt (line 11))
  Downloading open3d-0.16.0-cp310-cp310-win_amd64.whl (62.3 MB)
     ---------------------------------------- 62.3/62.3 MB 1.3 MB/s eta 0:00:00
Collecting torchmetrics (from -r requirements.txt (line 12))
  Downloading torchmetrics-1.2.1-py3-none-any.whl.metadata (20 kB)
Collecting cyclonedds (from -r requirements.txt (line 13))
  Downloading cyclonedds-0.10.2-cp310-cp310-win_amd64.whl (2.3 MB)
     ---------------------------------------- 2.3/2.3 MB 1.6 MB/s eta 0:00:00
Collecting pytorch-msssim (from -r requirements.txt (line 14))
  Downloading pytorch_msssim-1.0.0-py3-none-any.whl.metadata (8.0 kB)
Collecting colorama (from tqdm==4.65.0->-r requirements.txt (line 1))
  Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Requirement already satisfied: numpy>=1.18.0 in c:\anaconda3\envs\splatam\lib\site-packages (from open3d==0.16.0->-r requirements.txt (line 11)) (1.23.2)
Collecting dash>=2.6.0 (from open3d==0.16.0->-r requirements.txt (line 11))
  Downloading dash-2.14.2-py3-none-any.whl.metadata (11 kB)
Collecting nbformat==5.5.0 (from open3d==0.16.0->-r requirements.txt (line 11))
  Downloading nbformat-5.5.0-py3-none-any.whl (75 kB)
     ---------------------------------------- 75.3/75.3 kB 1.4 MB/s eta 0:00:00
Collecting configargparse (from open3d==0.16.0->-r requirements.txt (line 11))
  Downloading ConfigArgParse-1.7-py3-none-any.whl.metadata (23 kB)
Collecting ipywidgets>=7.6.0 (from open3d==0.16.0->-r requirements.txt (line 11))
  Downloading ipywidgets-8.1.1-py3-none-any.whl.metadata (2.4 kB)
Collecting fastjsonschema (from nbformat==5.5.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading fastjsonschema-2.19.0-py3-none-any.whl.metadata (2.0 kB)
Collecting jsonschema>=2.6 (from nbformat==5.5.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading jsonschema-4.20.0-py3-none-any.whl.metadata (8.1 kB)
Collecting jupyter_core (from nbformat==5.5.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading jupyter_core-5.5.0-py3-none-any.whl.metadata (3.4 kB)
Collecting traitlets>=5.1 (from nbformat==5.5.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading traitlets-5.14.0-py3-none-any.whl.metadata (10 kB)
Collecting contourpy>=1.0.1 (from matplotlib->-r requirements.txt (line 5))
  Downloading contourpy-1.2.0-cp310-cp310-win_amd64.whl.metadata (5.8 kB)
Collecting cycler>=0.10 (from matplotlib->-r requirements.txt (line 5))
  Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB)
Collecting fonttools>=4.22.0 (from matplotlib->-r requirements.txt (line 5))
  Downloading fonttools-4.46.0-cp310-cp310-win_amd64.whl.metadata (159 kB)
     ---------------------------------------- 159.4/159.4 kB 867.2 kB/s eta 0:00:00
Collecting kiwisolver>=1.3.1 (from matplotlib->-r requirements.txt (line 5))
  Downloading kiwisolver-1.4.5-cp310-cp310-win_amd64.whl.metadata (6.5 kB)
Collecting packaging>=20.0 (from matplotlib->-r requirements.txt (line 5))
  Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
Collecting pyparsing>=2.3.1 (from matplotlib->-r requirements.txt (line 5))
  Downloading pyparsing-3.1.1-py3-none-any.whl.metadata (5.1 kB)
Collecting python-dateutil>=2.7 (from matplotlib->-r requirements.txt (line 5))
  Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
     ---------------------------------------- 247.7/247.7 kB 1.7 MB/s eta 0:00:00
Requirement already satisfied: torch>=1.9.1 in c:\anaconda3\envs\splatam\lib\site-packages (from kornia->-r requirements.txt (line 6)) (1.12.1)
Requirement already satisfied: Click!=8.0.0,>=7.1 in c:\users\nirmal\appdata\roaming\python\python310\site-packages (from wandb->-r requirements.txt (line 9)) (7.1.2)
Collecting GitPython!=3.1.29,>=1.0.0 (from wandb->-r requirements.txt (line 9))
  Downloading GitPython-3.1.40-py3-none-any.whl.metadata (12 kB)
Requirement already satisfied: requests<3,>=2.0.0 in c:\anaconda3\envs\splatam\lib\site-packages (from wandb->-r requirements.txt (line 9)) (2.31.0)
Requirement already satisfied: psutil>=5.0.0 in c:\users\nirmal\appdata\roaming\python\python310\site-packages (from wandb->-r requirements.txt (line 9)) (5.8.0)
Collecting sentry-sdk>=1.0.0 (from wandb->-r requirements.txt (line 9))
  Downloading sentry_sdk-1.38.0-py2.py3-none-any.whl.metadata (9.7 kB)
Collecting docker-pycreds>=0.4.0 (from wandb->-r requirements.txt (line 9))
  Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB)
Collecting setproctitle (from wandb->-r requirements.txt (line 9))
  Downloading setproctitle-1.3.3-cp310-cp310-win_amd64.whl.metadata (10 kB)
Requirement already satisfied: setuptools in c:\anaconda3\envs\splatam\lib\site-packages (from wandb->-r requirements.txt (line 9)) (68.0.0)
Collecting appdirs>=1.4.3 (from wandb->-r requirements.txt (line 9))
  Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Collecting protobuf!=4.21.0,<5,>=3.19.0 (from wandb->-r requirements.txt (line 9))
  Downloading protobuf-4.25.1-cp310-abi3-win_amd64.whl.metadata (541 bytes)
Requirement already satisfied: torchvision>=0.2.1 in c:\anaconda3\envs\splatam\lib\site-packages (from lpips->-r requirements.txt (line 10)) (0.13.1)
Collecting scipy>=1.0.1 (from lpips->-r requirements.txt (line 10))
  Downloading scipy-1.11.4-cp310-cp310-win_amd64.whl.metadata (60 kB)
     ---------------------------------------- 60.4/60.4 kB 401.3 kB/s eta 0:00:00
Collecting lightning-utilities>=0.8.0 (from torchmetrics->-r requirements.txt (line 12))
  Downloading lightning_utilities-0.10.0-py3-none-any.whl.metadata (4.8 kB)
Collecting rich-click (from cyclonedds->-r requirements.txt (line 13))
  Downloading rich_click-1.7.2-py3-none-any.whl.metadata (22 kB)
Collecting Flask<3.1,>=1.0.4 (from dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading flask-3.0.0-py3-none-any.whl.metadata (3.6 kB)
Collecting Werkzeug<3.1 (from dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading werkzeug-3.0.1-py3-none-any.whl.metadata (4.1 kB)
Collecting plotly>=5.0.0 (from dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading plotly-5.18.0-py3-none-any.whl.metadata (7.0 kB)
Collecting dash-html-components==2.0.0 (from dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading dash_html_components-2.0.0-py3-none-any.whl (4.1 kB)
Collecting dash-core-components==2.0.0 (from dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading dash_core_components-2.0.0-py3-none-any.whl (3.8 kB)
Collecting dash-table==5.0.0 (from dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading dash_table-5.0.0-py3-none-any.whl (3.9 kB)
Collecting typing-extensions>=4.1.1 (from dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading typing_extensions-4.8.0-py3-none-any.whl.metadata (3.0 kB)
Collecting retrying (from dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading retrying-1.3.4-py3-none-any.whl (11 kB)
Collecting ansi2html (from dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading ansi2html-1.8.0-py3-none-any.whl (16 kB)
Collecting nest-asyncio (from dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading nest_asyncio-1.5.8-py3-none-any.whl.metadata (2.8 kB)
Collecting importlib-metadata (from dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading importlib_metadata-7.0.0-py3-none-any.whl.metadata (4.9 kB)
Collecting six>=1.4.0 (from docker-pycreds>=0.4.0->wandb->-r requirements.txt (line 9))
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting gitdb<5,>=4.0.1 (from GitPython!=3.1.29,>=1.0.0->wandb->-r requirements.txt (line 9))
  Downloading gitdb-4.0.11-py3-none-any.whl.metadata (1.2 kB)
Collecting comm>=0.1.3 (from ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading comm-0.2.0-py3-none-any.whl.metadata (3.7 kB)
Collecting ipython>=6.1.0 (from ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading ipython-8.18.1-py3-none-any.whl.metadata (6.0 kB)
Collecting widgetsnbextension~=4.0.9 (from ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading widgetsnbextension-4.0.9-py3-none-any.whl.metadata (1.6 kB)
Collecting jupyterlab-widgets~=3.0.9 (from ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading jupyterlab_widgets-3.0.9-py3-none-any.whl.metadata (4.1 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in c:\anaconda3\envs\splatam\lib\site-packages (from requests<3,>=2.0.0->wandb->-r requirements.txt (line 9)) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in c:\anaconda3\envs\splatam\lib\site-packages (from requests<3,>=2.0.0->wandb->-r requirements.txt (line 9)) (3.6)
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\anaconda3\envs\splatam\lib\site-packages (from requests<3,>=2.0.0->wandb->-r requirements.txt (line 9)) (2.1.0)
Requirement already satisfied: certifi>=2017.4.17 in c:\anaconda3\envs\splatam\lib\site-packages (from requests<3,>=2.0.0->wandb->-r requirements.txt (line 9)) (2023.11.17)
Collecting rich>=10.7.0 (from rich-click->cyclonedds->-r requirements.txt (line 13))
  Downloading rich-13.7.0-py3-none-any.whl.metadata (18 kB)
Collecting Jinja2>=3.1.2 (from Flask<3.1,>=1.0.4->dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Using cached Jinja2-3.1.2-py3-none-any.whl (133 kB)
Collecting itsdangerous>=2.1.2 (from Flask<3.1,>=1.0.4->dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Using cached itsdangerous-2.1.2-py3-none-any.whl (15 kB)
Collecting Click!=8.0.0,>=7.1 (from wandb->-r requirements.txt (line 9))
  Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
Collecting blinker>=1.6.2 (from Flask<3.1,>=1.0.4->dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading blinker-1.7.0-py3-none-any.whl.metadata (1.9 kB)
Collecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->GitPython!=3.1.29,>=1.0.0->wandb->-r requirements.txt (line 9))
  Downloading smmap-5.0.1-py3-none-any.whl.metadata (4.3 kB)
Collecting decorator (from ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
Collecting jedi>=0.16 (from ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading jedi-0.19.1-py2.py3-none-any.whl.metadata (22 kB)
Collecting matplotlib-inline (from ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB)
Collecting prompt-toolkit<3.1.0,>=3.0.41 (from ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading prompt_toolkit-3.0.41-py3-none-any.whl.metadata (6.5 kB)
Collecting pygments>=2.4.0 (from ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading pygments-2.17.2-py3-none-any.whl.metadata (2.6 kB)
Collecting stack-data (from ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading stack_data-0.6.3-py3-none-any.whl.metadata (18 kB)
Collecting exceptiongroup (from ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading exceptiongroup-1.2.0-py3-none-any.whl.metadata (6.6 kB)
Collecting attrs>=22.2.0 (from jsonschema>=2.6->nbformat==5.5.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
     ---------------------------------------- 61.2/61.2 kB 363.7 kB/s eta 0:00:00
Collecting jsonschema-specifications>=2023.03.6 (from jsonschema>=2.6->nbformat==5.5.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading jsonschema_specifications-2023.11.2-py3-none-any.whl.metadata (3.0 kB)
Collecting referencing>=0.28.4 (from jsonschema>=2.6->nbformat==5.5.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading referencing-0.32.0-py3-none-any.whl.metadata (2.7 kB)
Collecting rpds-py>=0.7.1 (from jsonschema>=2.6->nbformat==5.5.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading rpds_py-0.13.2-cp310-none-win_amd64.whl.metadata (4.0 kB)
Collecting tenacity>=6.2.0 (from plotly>=5.0.0->dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading tenacity-8.2.3-py3-none-any.whl.metadata (1.0 kB)
Collecting markdown-it-py>=2.2.0 (from rich>=10.7.0->rich-click->cyclonedds->-r requirements.txt (line 13))
  Downloading markdown_it_py-3.0.0-py3-none-any.whl.metadata (6.9 kB)
Collecting MarkupSafe>=2.1.1 (from Werkzeug<3.1->dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl.metadata (3.1 kB)
Collecting zipp>=0.5 (from importlib-metadata->dash>=2.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading zipp-3.17.0-py3-none-any.whl.metadata (3.7 kB)
Collecting platformdirs>=2.5 (from jupyter_core->nbformat==5.5.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading platformdirs-4.1.0-py3-none-any.whl.metadata (11 kB)
Collecting pywin32>=300 (from jupyter_core->nbformat==5.5.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading pywin32-306-cp310-cp310-win_amd64.whl (9.2 MB)
     ---------------------------------------- 9.2/9.2 MB 1.1 MB/s eta 0:00:00
Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading parso-0.8.3-py2.py3-none-any.whl (100 kB)
     ---------------------------------------- 100.8/100.8 kB 580.4 kB/s eta 0:00:00
Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.7.0->rich-click->cyclonedds->-r requirements.txt (line 13))
  Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
Collecting wcwidth (from prompt-toolkit<3.1.0,>=3.0.41->ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading wcwidth-0.2.12-py2.py3-none-any.whl.metadata (14 kB)
Collecting executing>=1.2.0 (from stack-data->ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading executing-2.0.1-py2.py3-none-any.whl.metadata (9.0 kB)
Collecting asttokens>=2.1.0 (from stack-data->ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading asttokens-2.4.1-py2.py3-none-any.whl.metadata (5.2 kB)
Collecting pure-eval (from stack-data->ipython>=6.1.0->ipywidgets>=7.6.0->open3d==0.16.0->-r requirements.txt (line 11))
  Downloading pure_eval-0.2.2-py3-none-any.whl (11 kB)
Downloading opencv_python-4.8.1.78-cp37-abi3-win_amd64.whl (38.1 MB)
   ---------------------------------------- 38.1/38.1 MB 1.2 MB/s eta 0:00:00
Downloading imageio-2.33.0-py3-none-any.whl (313 kB)
   ---------------------------------------- 313.3/313.3 kB 1.9 MB/s eta 0:00:00
Downloading matplotlib-3.8.2-cp310-cp310-win_amd64.whl (7.6 MB)
   ---------------------------------------- 7.6/7.6 MB 1.4 MB/s eta 0:00:00
Downloading kornia-0.7.0-py2.py3-none-any.whl (705 kB)
   ---------------------------------------- 705.7/705.7 kB 781.4 kB/s eta 0:00:00
Downloading natsort-8.4.0-py3-none-any.whl (38 kB)
Downloading PyYAML-6.0.1-cp310-cp310-win_amd64.whl (145 kB)
   ---------------------------------------- 145.3/145.3 kB 1.7 MB/s eta 0:00:00
Downloading wandb-0.16.1-py3-none-any.whl (2.1 MB)
   ---------------------------------------- 2.1/2.1 MB 1.5 MB/s eta 0:00:00
Downloading torchmetrics-1.2.1-py3-none-any.whl (806 kB)
   ---------------------------------------- 806.1/806.1 kB 2.0 MB/s eta 0:00:00
Downloading pytorch_msssim-1.0.0-py3-none-any.whl (7.7 kB)
Downloading contourpy-1.2.0-cp310-cp310-win_amd64.whl (186 kB)
   ---------------------------------------- 186.7/186.7 kB 2.3 MB/s eta 0:00:00
Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB)
Downloading dash-2.14.2-py3-none-any.whl (10.2 MB)
   ---------------------------------------- 10.2/10.2 MB 1.3 MB/s eta 0:00:00
Downloading fonttools-4.46.0-cp310-cp310-win_amd64.whl (2.2 MB)
   ---------------------------------------- 2.2/2.2 MB 1.1 MB/s eta 0:00:00
Downloading GitPython-3.1.40-py3-none-any.whl (190 kB)
   ---------------------------------------- 190.6/190.6 kB 1.4 MB/s eta 0:00:00
Downloading ipywidgets-8.1.1-py3-none-any.whl (139 kB)
   ---------------------------------------- 139.4/139.4 kB 2.1 MB/s eta 0:00:00
Downloading kiwisolver-1.4.5-cp310-cp310-win_amd64.whl (56 kB)
   ---------------------------------------- 56.1/56.1 kB 1.4 MB/s eta 0:00:00
Downloading lightning_utilities-0.10.0-py3-none-any.whl (24 kB)
Downloading packaging-23.2-py3-none-any.whl (53 kB)
   ---------------------------------------- 53.0/53.0 kB 1.4 MB/s eta 0:00:00
Downloading protobuf-4.25.1-cp310-abi3-win_amd64.whl (413 kB)
   ---------------------------------------- 413.4/413.4 kB 1.8 MB/s eta 0:00:00
Downloading pyparsing-3.1.1-py3-none-any.whl (103 kB)
   ---------------------------------------- 103.1/103.1 kB 2.0 MB/s eta 0:00:00
Downloading scipy-1.11.4-cp310-cp310-win_amd64.whl (44.1 MB)
   ---------------------------------------- 44.1/44.1 MB 1.3 MB/s eta 0:00:00
Downloading sentry_sdk-1.38.0-py2.py3-none-any.whl (252 kB)
   ---------------------------------------- 252.8/252.8 kB 1.5 MB/s eta 0:00:00
Downloading ConfigArgParse-1.7-py3-none-any.whl (25 kB)
Downloading rich_click-1.7.2-py3-none-any.whl (32 kB)
Downloading setproctitle-1.3.3-cp310-cp310-win_amd64.whl (11 kB)
Downloading comm-0.2.0-py3-none-any.whl (7.0 kB)
Downloading flask-3.0.0-py3-none-any.whl (99 kB)
   ---------------------------------------- 99.7/99.7 kB 952.0 kB/s eta 0:00:00
Downloading click-8.1.7-py3-none-any.whl (97 kB)
   ---------------------------------------- 97.9/97.9 kB 1.9 MB/s eta 0:00:00
Downloading gitdb-4.0.11-py3-none-any.whl (62 kB)
   ---------------------------------------- 62.7/62.7 kB 3.5 MB/s eta 0:00:00
Downloading ipython-8.18.1-py3-none-any.whl (808 kB)
   ---------------------------------------- 808.2/808.2 kB 1.6 MB/s eta 0:00:00
Downloading jsonschema-4.20.0-py3-none-any.whl (84 kB)
   ---------------------------------------- 84.7/84.7 kB 1.6 MB/s eta 0:00:00
Downloading jupyterlab_widgets-3.0.9-py3-none-any.whl (214 kB)
   ---------------------------------------- 214.9/214.9 kB 1.3 MB/s eta 0:00:00
Downloading plotly-5.18.0-py3-none-any.whl (15.6 MB)
   ---------------------------------------- 15.6/15.6 MB 1.3 MB/s eta 0:00:00
Downloading rich-13.7.0-py3-none-any.whl (240 kB)
   ---------------------------------------- 240.6/240.6 kB 2.1 MB/s eta 0:00:00
Downloading traitlets-5.14.0-py3-none-any.whl (85 kB)
   ---------------------------------------- 85.2/85.2 kB 1.2 MB/s eta 0:00:00
Downloading typing_extensions-4.8.0-py3-none-any.whl (31 kB)
Downloading werkzeug-3.0.1-py3-none-any.whl (226 kB)
   ---------------------------------------- 226.7/226.7 kB 2.0 MB/s eta 0:00:00
Downloading widgetsnbextension-4.0.9-py3-none-any.whl (2.3 MB)
   ---------------------------------------- 2.3/2.3 MB 1.3 MB/s eta 0:00:00
Downloading fastjsonschema-2.19.0-py3-none-any.whl (23 kB)
Downloading importlib_metadata-7.0.0-py3-none-any.whl (23 kB)
Downloading jupyter_core-5.5.0-py3-none-any.whl (28 kB)
Downloading nest_asyncio-1.5.8-py3-none-any.whl (5.3 kB)
Downloading blinker-1.7.0-py3-none-any.whl (13 kB)
Downloading jedi-0.19.1-py2.py3-none-any.whl (1.6 MB)
   ---------------------------------------- 1.6/1.6 MB 1.6 MB/s eta 0:00:00
Downloading jsonschema_specifications-2023.11.2-py3-none-any.whl (17 kB)
Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
   ---------------------------------------- 87.5/87.5 kB 2.5 MB/s eta 0:00:00
Downloading MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl (17 kB)
Downloading platformdirs-4.1.0-py3-none-any.whl (17 kB)
Downloading prompt_toolkit-3.0.41-py3-none-any.whl (385 kB)
   ---------------------------------------- 385.5/385.5 kB 1.2 MB/s eta 0:00:00
Downloading pygments-2.17.2-py3-none-any.whl (1.2 MB)
   ---------------------------------------- 1.2/1.2 MB 859.9 kB/s eta 0:00:00
Downloading referencing-0.32.0-py3-none-any.whl (26 kB)
Downloading rpds_py-0.13.2-cp310-none-win_amd64.whl (188 kB)
   ---------------------------------------- 188.9/188.9 kB 1.4 MB/s eta 0:00:00
Downloading smmap-5.0.1-py3-none-any.whl (24 kB)
Downloading tenacity-8.2.3-py3-none-any.whl (24 kB)
Downloading zipp-3.17.0-py3-none-any.whl (7.4 kB)
Downloading exceptiongroup-1.2.0-py3-none-any.whl (16 kB)
Downloading stack_data-0.6.3-py3-none-any.whl (24 kB)
Downloading asttokens-2.4.1-py2.py3-none-any.whl (27 kB)
Downloading executing-2.0.1-py2.py3-none-any.whl (24 kB)
Downloading wcwidth-0.2.12-py2.py3-none-any.whl (34 kB)
Building wheels for collected packages: diff-gaussian-rasterization
  Building wheel for diff-gaussian-rasterization (setup.py) ... done
  Created wheel for diff-gaussian-rasterization: filename=diff_gaussian_rasterization-0.0.0-cp310-cp310-win_amd64.whl size=323784 sha256=c60080785f3de0f801684ae41ddb0359833d3c1eb37cb67b304e48b99497a16f
  Stored in directory: c:\users\nirmal\appdata\local\pip\cache\wheels\7f\06\a4\a99846e65c144ce0493fdc05cecd76e841ecadd5385d3db393
Successfully built diff-gaussian-rasterization
Installing collected packages: wcwidth, pywin32, pure-eval, fastjsonschema, diff-gaussian-rasterization, dash-table, dash-html-components, dash-core-components, appdirs, zipp, widgetsnbextension, typing-extensions, traitlets, tenacity, smmap, six, setproctitle, sentry-sdk, scipy, rpds-py, pyyaml, pyparsing, pygments, protobuf, prompt-toolkit, platformdirs, parso, packaging, opencv-python, nest-asyncio, natsort, mdurl, MarkupSafe, kiwisolver, jupyterlab-widgets, itsdangerous, imageio, fonttools, executing, exceptiongroup, decorator, cycler, contourpy, configargparse, colorama, blinker, attrs, ansi2html, Werkzeug, tqdm, retrying, referencing, python-dateutil, plotly, matplotlib-inline, markdown-it-py, lightning-utilities, jupyter_core, Jinja2, jedi, importlib-metadata, gitdb, docker-pycreds, comm, Click, asttokens, torchmetrics, stack-data, rich, pytorch-msssim, matplotlib, kornia, jsonschema-specifications, GitPython, Flask, wandb, rich-click, lpips, jsonschema, ipython, dash, nbformat, ipywidgets, cyclonedds, open3d
  Attempting uninstall: typing-extensions
    Found existing installation: typing-extensions 3.10.0.2
    Uninstalling typing-extensions-3.10.0.2:
      Successfully uninstalled typing-extensions-3.10.0.2
  Attempting uninstall: Click
    Found existing installation: click 7.1.2
    Uninstalling click-7.1.2:
      Successfully uninstalled click-7.1.2
  Attempting uninstall: rich
    Found existing installation: rich 9.11.1
    Uninstalling rich-9.11.1:
      Successfully uninstalled rich-9.11.1
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tea-console 0.0.6 requires rich~=9.11.0, but you have rich 13.7.0 which is incompatible.
typer 0.3.2 requires click<7.2.0,>=7.1.1, but you have click 8.1.7 which is incompatible.
Successfully installed Click-8.1.7 Flask-3.0.0 GitPython-3.1.40 Jinja2-3.1.2 MarkupSafe-2.1.3 Werkzeug-3.0.1 ansi2html-1.8.0 appdirs-1.4.4 asttokens-2.4.1 attrs-23.1.0 blinker-1.7.0 colorama-0.4.6 comm-0.2.0 configargparse-1.7 contourpy-1.2.0 cycler-0.12.1 cyclonedds-0.10.2 dash-2.14.2 dash-core-components-2.0.0 dash-html-components-2.0.0 dash-table-5.0.0 decorator-5.1.1 diff-gaussian-rasterization-0.0.0 docker-pycreds-0.4.0 exceptiongroup-1.2.0 executing-2.0.1 fastjsonschema-2.19.0 fonttools-4.46.0 gitdb-4.0.11 imageio-2.33.0 importlib-metadata-7.0.0 ipython-8.18.1 ipywidgets-8.1.1 itsdangerous-2.1.2 jedi-0.19.1 jsonschema-4.20.0 jsonschema-specifications-2023.11.2 jupyter_core-5.5.0 jupyterlab-widgets-3.0.9 kiwisolver-1.4.5 kornia-0.7.0 lightning-utilities-0.10.0 lpips-0.1.4 markdown-it-py-3.0.0 matplotlib-3.8.2 matplotlib-inline-0.1.6 mdurl-0.1.2 natsort-8.4.0 nbformat-5.5.0 nest-asyncio-1.5.8 open3d-0.16.0 opencv-python-4.8.1.78 packaging-23.2 parso-0.8.3 platformdirs-4.1.0 plotly-5.18.0 prompt-toolkit-3.0.41 protobuf-4.25.1 pure-eval-0.2.2 pygments-2.17.2 pyparsing-3.1.1 python-dateutil-2.8.2 pytorch-msssim-1.0.0 pywin32-306 pyyaml-6.0.1 referencing-0.32.0 retrying-1.3.4 rich-13.7.0 rich-click-1.7.2 rpds-py-0.13.2 scipy-1.11.4 sentry-sdk-1.38.0 setproctitle-1.3.3 six-1.16.0 smmap-5.0.1 stack-data-0.6.3 tenacity-8.2.3 torchmetrics-1.2.1 tqdm-4.65.0 traitlets-5.14.0 typing-extensions-4.8.0 wandb-0.16.1 wcwidth-0.2.12 widgetsnbextension-4.0.9 zipp-3.17.0
@JayKarhade
Copy link
Collaborator

Hi @nirmalsnair we did not test our code on windows.

Could you first confirm if the replica or other benchmark runs successfully?

@nirmalsnair
Copy link
Author

The error I got on running online_demo.py was not due to SplaTAM, but because I was running it on Anaconda Prompt on Windows. Running the code on Git Bash solved the issue.

I've posted the full details here. Thanks!

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