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

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

Open
AtticusZeller opened this issue Feb 15, 2024 · 2 comments
Open

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

AtticusZeller opened this issue Feb 15, 2024 · 2 comments

Comments

@AtticusZeller
Copy link

# 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/[email protected]
# [email protected] 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
Copy link

tenlhak commented Jul 12, 2024

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

@Cyberyyc
Copy link

due to the numpy version,the project still cannot be executed

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

3 participants