Closed CouleeApps closed 1 year ago
Version and Platform (required):
Bug Description: When trying to load python on Windows 11, an error is thrown and the plugin does not load correctly.
Steps To Reproduce: Please provide all steps required to reproduce the behavior:
Expected Behavior: I expected python to load properly
Screenshots:
Additional Information: Installing packaging from pip fixes this error. Looks like it's missing from the import here: https://github.com/Vector35/binaryninja-api/commit/e4ab8f35ce16baafe11d7056d1d1304f3c057cd5#diff-60aca48317c1b5b7b3cb011b29c27ca4347c64e14cfd27d8fa0fa4b7d22d7589R17
packaging
Looks like installing packaging from pip fixes this error for now. This is caused by the new deprecation module importing packaging.
deprecation
Version and Platform (required):
Bug Description: When trying to load python on Windows 11, an error is thrown and the plugin does not load correctly.
Steps To Reproduce: Please provide all steps required to reproduce the behavior:
Expected Behavior: I expected python to load properly
Screenshots:
Additional Information: Installing
packaging
from pip fixes this error. Looks like it's missing from the import here: https://github.com/Vector35/binaryninja-api/commit/e4ab8f35ce16baafe11d7056d1d1304f3c057cd5#diff-60aca48317c1b5b7b3cb011b29c27ca4347c64e14cfd27d8fa0fa4b7d22d7589R17