-
Notifications
You must be signed in to change notification settings - Fork 349
Description
I have installed warp 1.5.1.
Prior to installation I install the dependency according to the docs.
pip install usd-core matplotlib pyglet
Which at this time resulted in
usd-core Version: 25.2
matplotlib Version: 3.10
pyglet Version: 2.1.2
After which I installed warp using the suggested method according to docs. I tried 2 different methods in different virtual env
1)pip install warp-lang[extras]
2) Install from source
To verify the installation I tried to run the examples. This is what I experienced.
For examples requiring matplotlib
, I also needed to install PyQT6
to get the window to show.
I'm not sure if this is related to warp but it might help someone to document this solution here.
For examples generating a.usd
file, I tried to open the .usd
with Isaac Sim, USD Composer, and Apple Preview, but was not able to open the file (errored, example: 'Failed to open stage example_mesh.usd. Please check console for error.' But when checking the console it only showed Failed to open: <path to example_mesh.usd>
). But when I downgraded usd-core
to version 24.8 the generated files were able to be opened.
To see if it was usd-core
v25.2 itself generates a bad file, I tried running their hello world example. I was able to open the file without any issue. So I am not sure if this is due to some interaction between warp
and usd-core
25.2.
I wanted to ask if there's a specific version for dependencies that is required for warp
. Additionally, I would like to ask if they could be provided in the documentation.
System Information
Warp Version: 1.5.1
CUDA Version: 12.5
OS Ubuntu 22.04
Python Version: 3.10.12