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

Does pytorch3d work with python3.11? #1842

Closed
Ryang20718 opened this issue Jul 24, 2024 · 2 comments
Closed

Does pytorch3d work with python3.11? #1842

Ryang20718 opened this issue Jul 24, 2024 · 2 comments

Comments

@Ryang20718
Copy link

❓ Questions on how to use PyTorch3D

When will pytorch3d work with python3.11/ What would be needed to support python3.11?

Based on install https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md#core-library, I see pytorch3d only supports 3.10.

When will pytorch3d support python3.11?

On python 3.11 I see

from pytorch3d import _C
....
ImportError: undefined symbol: _ZNK3c105Error4whatEv
@Ryang20718
Copy link
Author

On python3.10, everything just works :)

@bottler
Copy link
Contributor

bottler commented Jul 25, 2024

It should work, and we need to update that line in INSTALL.md. I think that error suggests you have a mismatch between the pytorch build (e.g. python version or pytorch version) used to build pytorch3d and the version you are running with.

@bottler bottler closed this as completed Aug 13, 2024
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

2 participants