-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi Taccel Team,
First off, great work on the simulator! I'm trying to integrate it into my existing workflow which uses a Python 3.11 environment.
I've followed the installation instructions, but I noticed that the warp_ipc directory contains shared object (.so) files compiled specifically for Python 3.10:
warp_ipc/collision_detection.cpython-310-x86_64-linux-gnu.so
warp_ipc/ipc_integrator.cpython-310-x86_64-linux-gnu.so
warp_ipc/sim_model.cpython-310-x86_64-linux-gnu.soThis will cause an ImportError in my Python 3.11 environment.
My questions are:
- Are the sources for these
.sofiles open-sourced? - If so, where can I find them in the repository so I can try to recompile them for Python 3.11?
Thank you for your help!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels