there's an exeption that i get whenever i want to run my python script
I/flutter (13437): Finished unpacking application archive.
E/flutter (13437): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method runPython on channel serious_python)
E/flutter (13437): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7)
E/flutter (13437):
E/flutter (13437): #1 MethodChannelSeriousPython.run (package:serious_python/src/serious_python_method_channel.dart:30:12)
E/flutter (13437):
the file i want to run in question is the yt-dlp i compiled it and when i checked it type it said python3 so i tried to run it in serious_python and it didn't work
there's an exeption that i get whenever i want to run my python script
I/flutter (13437): Finished unpacking application archive.
E/flutter (13437): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: MissingPluginException(No implementation found for method runPython on channel serious_python)
E/flutter (13437): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:308:7)
E/flutter (13437):
E/flutter (13437): #1 MethodChannelSeriousPython.run (package:serious_python/src/serious_python_method_channel.dart:30:12)
E/flutter (13437):
the file i want to run in question is the yt-dlp i compiled it and when i checked it type it said python3 so i tried to run it in serious_python and it didn't work