Code Monkey home page Code Monkey logo

Comments (3)

bottler avatar bottler commented on July 24, 2024 2

The problem to solve is number 4. That is the correct thing to run and should run easily.

conda install pytorch-gpu, which I think is what you did in 5, won't help. I don't know where that package comes from, but it is an older version (1.3) of pytorch. Pytorch3d won't work with that.

Can you set up a new conda environment with python working? E.g. conda create -n myenv python=3.8. If this doesn't work then conda isn't working. If it is, then it would be interesting to see what happens if you do conda activate myenv, conda list and then conda install pytorch torchvision cudatoolkit=10.1 -c pytorch

from pytorch3d.

nikhilaravi avatar nikhilaravi commented on July 24, 2024

@shersoni610 were you able to resolve this installation issue? If so, please close this issue. Thank you!

from pytorch3d.

nikhilaravi avatar nikhilaravi commented on July 24, 2024

Closing this issue! If you are still having problems feel free to reopen it.

from pytorch3d.

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.