Skip to content

Question: Compiling for Python 3.11 and Source of .so files #15

@renhong-zhang

Description

@renhong-zhang

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.so

This will cause an ImportError in my Python 3.11 environment.

My questions are:

  1. Are the sources for these .so files open-sourced?
  2. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions