DAIRLab / dair_pll

DAIRLab Physics-based Learning Library
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Python 3.11 Compatibility #10

Closed mshalm closed 1 year ago

mshalm commented 1 year ago

Drake has recently updated to version 1.13.0, which contains additions necessary to prevent segfaults in the current version of the code (specifically in calls to pydrake.geometry.SceneGraph.RemoveRole()). Furthermore, Python 3.11 is the only version of Python that has drake==1.13.* available on PyPi. As a result, the rest of dair_pll and its dependencies must be updated to be compatible with Python 3.11. This issue will track our progress to this end.

The following are a current list of identified issues:

mshalm commented 1 year ago

Current version has been tested witb Python 3.11 on both macOS and Linux -- closing this issue for now!