Git Product home page Git Product logo

Comments (6)

shpotes avatar shpotes commented on June 25, 2024 2

You can also install dataclasses in python 3.6 and fix the version incompatibility https://pypi.org/project/dataclasses/

from pytorch3d.

bottler avatar bottler commented on June 25, 2024 1

This is a known problem with our release not being compatible with python 3.6. We use a python feature which doesn't exist there. This is fixed in the version on github, and we hope to have a full release soon.
For the moment, as a temporary solution, you can try overwriting the file ~/Disk/Software/Anaconda3/envs/pytorch3d/lib/python3.6/site-packages/pytorch3d/renderer/mesh/rasterizer.py with the text at https://raw.githubusercontent.com/facebookresearch/pytorch3d/533887a18885c244d89b292036e167d668736124/pytorch3d/renderer/mesh/rasterizer.py

from pytorch3d.

nikhilaravi avatar nikhilaravi commented on June 25, 2024 1

Are you running the notebook locally? What was not working with Python 3.7? As mentioned, dataclasses is available in Python 3.7 - see #31 which is about the same issue.

from pytorch3d.

bottler avatar bottler commented on June 25, 2024 1

OP's issue in other pythons is in #47. It seems that pytorch itself would not install.

from pytorch3d.

nikhilaravi avatar nikhilaravi commented on June 25, 2024

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

from pytorch3d.

shersoni610 avatar shersoni610 commented on June 25, 2024

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.