So I am trying to compile a rat using PySilon, but no mater what I do I always get the same error:
Traceback (most recent call last):
File "source_prepared.py", line 32, in <module>
File "pyimod02_importers.py", line 457, in exec_module
File "imageio\__init__.py", line 21, in <module>
File "importlib\metadata\__init__.py", line 991, in version
File "importlib\metadata\__init__.py", line 964, in distribution
File "importlib\metadata\__init__.py", line 561, in from_name
importlib.metadata.PackageNotFoundError: No package metadata was found for imageio
I am running python 3.11.0 and I have been trying to fix this error for the whole day.
Whatever I do, nothing seems to work, even changing python versions, editing compiler files etc. Reinstalling imageio and everything of the sort, nothing worked. Does anyone PLEASE have a solution??
Thanks!