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

[BUG] missing dependency "packaging" #708

Open
twoyoung opened this issue Mar 12, 2024 · 1 comment
Open

[BUG] missing dependency "packaging" #708

twoyoung opened this issue Mar 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@twoyoung
Copy link

Describe the bug

After fresh install - there seems to be a missing dependency on packaging.

 File "/csse/users/yya164/Documents/taichi-splatting/taichi_splatting/data_types.py", line 4, in <module>
    from tensordict import tensorclass
  File "/local/miniforge3/envs/torch/lib/python3.11/site-packages/tensordict/__init__.py", line 6, in <module>
    from tensordict._lazy import LazyStackedTensorDict
  File "/local/miniforge3/envs/torch/lib/python3.11/site-packages/tensordict/_lazy.py", line 25, in <module>
    from tensordict._td import _SubTensorDict, _TensorDictKeysView, TensorDict
  File "/local/miniforge3/envs/torch/lib/python3.11/site-packages/tensordict/_td.py", line 25, in <module>
    from tensordict.base import (
  File "/local/miniforge3/envs/torch/lib/python3.11/site-packages/tensordict/base.py", line 40, in <module>
    from tensordict.utils import (
  File "/local/miniforge3/envs/torch/lib/python3.11/site-packages/tensordict/utils.py", line 44, in <module>
    from packaging.version import parse

@twoyoung twoyoung added the bug Something isn't working label Mar 12, 2024
@vmoens
Copy link
Contributor

vmoens commented Mar 12, 2024

Thanks for reporting! I'll add packaging to the tensordict deps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants