-
Notifications
You must be signed in to change notification settings - Fork 282
Python 3.14 support #8049
Copy link
Copy link
Closed
Labels
Component: Python APIIssue needs changes to the python APIIssue needs changes to the python APIEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: HighIssue adds or blocks important functionalityIssue adds or blocks important functionality
Milestone
Metadata
Metadata
Assignees
Labels
Component: Python APIIssue needs changes to the python APIIssue needs changes to the python APIEffort: TrivialIssues require < 1 day of workIssues require < 1 day of workImpact: HighIssue adds or blocks important functionalityIssue adds or blocks important functionality
Version and Platform (required):
Bug Description:
Binary ninja fails to load the native plugin
pythonpluginif system has only python 3.14 installed. And I get these error & warning:I have
This causes all python plugins to fail to load.
If I add a symlink
libpython3.13.so.1.0then the previous warning & error are gone but I doubt this is a robust long term solution.Expected Behavior:
I expected binary ninja to load properly without errors and warnings and to have plugins load correctly.