zju3dv / NeuralRecon

Code for "NeuralRecon: Real-Time Coherent 3D Reconstruction from Monocular Video", CVPR 2021 oral
https://zju3dv.github.io/neuralrecon/
Apache License 2.0
2.03k stars 294 forks source link

as for cuda=11.8,update env.yml #145

Open Atticuszz opened 7 months ago

Atticuszz commented 7 months ago
# cuda in system ==11.8
name: neucon
channels:
  - pytorch
  - defaults
  - nvidia
  - conda-forge
dependencies:
  - python=3.10
  - pytorch=2.0.0
  - torchvision=0.15.0 
  - torchaudio=2.0.0
  - pytorch-cuda=11.8
  - ipython
  - tqdm
  - numba
  - sparsehash  # dependency for torchsparse
  - pip
  - pip:
    - -r requirements.txt
    - git+https://github.com/mit-han-lab/torchsparse.git@v2.0.0
# torchsparse.git@v2.0.0 must be v2.0.0, the higher version has changed api!!!
# and it may take times to build wheels which is like compiling the source code.

it works for me running demo, wsl,ubuntu22,RTX4060,cuda==11.8

tenlhak commented 2 months ago

hi I am still getting this error
ERROR: Failed building wheel for pycuda ERROR: Could not build wheels for pycuda, which is required to install pyproject.toml-based projects

could you please help me out ? thax