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

Is there a way to install pytorch3d in a virtual environment on Windows without using conda? #1837

Open
turugi-ni opened this issue Jul 17, 2024 · 1 comment

Comments

@turugi-ni
Copy link

I need pytorch3d.structures as a module to run Unique3D on Windows.
Is there a way to install PyTorch3D in a venv virtual environment without using conda?

@bottler
Copy link
Contributor

bottler commented Jul 17, 2024

Yes, you don't need conda and a virtualenv should be fine. You just need to be careful to get the versions of cuda/cudatoolkit (if you are using GPU) and pytorch consistent with what your machine is running, and build PyTorch3D from source as described in other issues. If you need cuda, note that building on Windows is anyway quite complicated.

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