Yo, I'm currently studying how to pentest and etc. and only for education purposes wanted to setup PySilon for MY pc. But after successful build of exe when running it I get error of module imageio didn't get some metadata. Does any1 know how to fix that? Error: C:\Users(author)\Desktop\source_prepared.exe pygame 2.6.1 (SDL 2.28.4, Python 3.11.6) Hello from the pygame community. https://www.pygame.org/contribute.html
Traceback (most recent call last): File "importlib\metadata_init_.py", line 563, in from_name File "importlib\metadata_init_.py", line 557, in <listcomp> StopIteration
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "source_prepared.py", line 38, in <module> File "pygame\scripts_main_.py", line 18, in prepare File "imgui_init_.py", line 457, in <module> File "importlib\metadata_init_.py", line 1010, in version File "importlib\metadata_init_.py", line 581, in distribution File "importlib\metadata_init_.py", line 563, in from_name ImportError: No package metadata was found for imgui [907] Failed to execute script 'source_prepared' due to unhandled exception! C:\Users(author)\Desktop>