Code Monkey home page Code Monkey logo

Comments (10)

Pipe-Runner avatar Pipe-Runner commented on June 9, 2024 1

Use PyTorch version: 1.13 with CUDA Toolkit version 11.7
conda install pytorch==1.13.0 torchvision==0.14.0 torchaudio==0.13.0 pytorch-cuda=11.7 -c pytorch -c nvidia

Then install CUDA toolkit version 11.7 as well:
https://developer.nvidia.com/cuda-11-7-0-download-archive

Once installed make sure to add the following to bashrc/zshrc:

export LD_LIBRARY_PATH="/usr/local/cuda-11.7/lib64:$LD_LIBRARY_PATH"
export PATH="/usr/local/cuda-11.7/bin:$PATH"

Start new shell, run pip install -r requirements.txt. It will work.
I was trying with latest version of pyTorch with CUDA toolkit version 12.1 but it was failing to compile.

Be aware that you don't need to downgrade the driver while installing outdated version of CUDA toolkit. I am using 530 driver.

from pointnet2_pytorch.

ZewLin avatar ZewLin commented on June 9, 2024 1

@Pipe-Runner Thanks a lot bro,your advice works for me!!!

from pointnet2_pytorch.

zhaotong96 avatar zhaotong96 commented on June 9, 2024

Same problem , are you figure it out?

from pointnet2_pytorch.

nasheizhidaoei avatar nasheizhidaoei commented on June 9, 2024

@Chopper-233 hey bro, have you figure out this problem? thanks!

from pointnet2_pytorch.

asadmujtaba avatar asadmujtaba commented on June 9, 2024

I am still getting the same error even with pytorch==1.13.0 torchvision==0.14.0 torchaudio==0.13.0 pytorch-cuda=11.7 . Did anyone solved it??

from pointnet2_pytorch.

plebbyd avatar plebbyd commented on June 9, 2024

I am having this issue and none of the recommendations are working. If anyone who has been able to get the CUDA kernels to build successfully can help, that would be much appreciated.

from pointnet2_pytorch.

TouqeerAhmad avatar TouqeerAhmad commented on June 9, 2024

@plebbyd did you have any success with this? I installed PyTorch 1.13 with CUDA 11.7 as @Pipe-Runner advised. Also Installed the CUDA toolkit version 11.7 and then set the environment variables properly as suggested above and in other issues on this repo. I am still not able to run the pip install -r requirements.txt successfully.

I am on Ubuntu 22.04.3 LTS in a Conda virtual env.

Any advise?

from pointnet2_pytorch.

printpal-io avatar printpal-io commented on June 9, 2024

@plebbyd did you have any success with this? I installed PyTorch 1.13 with CUDA 11.7 as @Pipe-Runner advised. Also Installed the CUDA toolkit version 11.7 and then set the environment variables properly as suggested above and in other issues on this repo. I am still not able to run the pip install -r requirements.txt successfully.

I am on Ubuntu 22.04.3 LTS in a Conda virtual env.

Any advise?

@TouqeerAhmad this is Plebbyd on the company GitHub account. I was able to get it installed by using a very specific OS and set of libraries. See here: junshengzhou/3D-OAE#4 (comment)

from pointnet2_pytorch.

Hetal-patel1994 avatar Hetal-patel1994 commented on June 9, 2024

@TouqeerAhmad did you got any solution??? I was working on Ubuntu 22.04.3 LTS in a Conda virtual env but got few errors and later figured out pip install -r requirements.txt needs gcc version < 10.0 which is not possible with Ubuntu 22.04 LTS.

I was able to run pip install -r requirements.txt on Ubuntu 20.04 LTS in a conda virtual env with gcc version 9.4.0
PyTorch version: 1.13 with CUDA Toolkit version 11.7

from pointnet2_pytorch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.