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

Every time install maniskill using pip, it will automatically install the newest version of torch which covers the torch in local env #900

Open
lyxichigoichie opened this issue Mar 3, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@lyxichigoichie
Copy link

Hi,
every time I install maniskill using pip, it will automatically download and install the newest version of torch which covers the torch in local env. I remeber that we can select the torch that is compatible with our system saying in the documentation.

I check the dependencies in setup.py and find that the pytorch_kinematics package set torch as its dependencies(link) which causes the automatical download.

Could you please fix this problem? It is unconvenient for me since I have to specify the version of torch for satifying the need of some packages that need compliling like pytorch3d.

Thanks.

@StoneT2000
Copy link
Member

I see, I'll see if we can install pytorch kinematics without dependencies and manage them ourselves.

@StoneT2000 StoneT2000 added the enhancement New feature or request label Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants