Hi!
I ran into the following problem:
When trying to create an executable from my Python code using pyinstaller (using the command 'pyinstaller myProgram.py' in the respective directory) it looks like everything runs fine, but in the end i get this error message 'AttributeError: module 'PyInstaller.compat' has no attribute 'is_py312''' and pyinstaller stops. At this point a .spec file has been createt alongside an empty dist folder. I updated both pyinstaller as well as conda which i use to handle my environments.
Has anybody similar issues or an idea on how to fix this?
Thanks a lot! Have a great day!
Niko