You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone
I am trying to install the devkit for waymo motion dataset using pip install "trajdata[waymo]" but pip is downloading each version of the requirements specified in the pyproject.toml file instead of the available ones. This is taking way too long and even loading nvidia packages from cache is taking north of 10-20 mins per package from the cache.
Here are the dependancies I am trying to install from the .toml file.
Can someone help me with this issue? Is there anything I might be doing incorrectly while installing the waymo package?
Any help would be greatly appretiated. Thanks
The text was updated successfully, but these errors were encountered:
Hi everyone
I am trying to install the devkit for waymo motion dataset using
pip install "trajdata[waymo]"
but pip is downloading each version of the requirements specified in the pyproject.toml file instead of the available ones. This is taking way too long and even loading nvidia packages from cache is taking north of 10-20 mins per package from the cache.Here are the dependancies I am trying to install from the .toml file.
Can someone help me with this issue? Is there anything I might be doing incorrectly while installing the waymo package?
Any help would be greatly appretiated. Thanks
The text was updated successfully, but these errors were encountered: