henriquemeca commented on issue #13030:
URL: https://github.com/apache/skywalking/issues/13030#issuecomment-2654915529

   I'm having issues to fill all the PR requirements due to architecture 
incompatibilities.
   But if I may suggest a solution, a change in the 
`skywalking/plugins/__init__.py` file was enough to solve the issue locally.
   
   ```suggest
           if sys.version_info < (3, 12):
               plugin = importer.find_module(modname).load_module(modname)
           else: 
               plugin = 
importlib.util.module_from_spec(importer.find_spec(modname))
   ```
   
   Does it make sense to continue with it ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to