Kay Hayen
Kay Hayen
I think for DLLs with Anaconda, there are still issues. I would need you to retry with current develop version and Anaconda, and tell me if it is better. I...
I have seen this myself recently, and fixed it on factory, however, at least for `numpy`, I was still having errors, that I am looking at right now, relatated to...
This is part of develop version now.
Well, Nuitka runs its test on 3.10 just fine on Github Actions for all I know @roniemartinez this issue is for Anaconda mixed configuration. It may not be building in...
Ah, that's bad, it definitely shouldn't let system references remain undetected. But I believe `otool` usage on macOS is kind of broken, which is probably why this happens. Now GitHub...
This is part of the stable release 1.1 that I just made.
Are you using prettytable from the RPM or from PyPI?
I managed to reproduce this, my mistake was to use 3.9 and not 3.6 as you do.
It seems, this pattern is not working for static optimization in Nuitka: ```` try: # Python 3.8+ import importlib.metadata as importlib_metadata except ImportError: #
@chrisy definitely something that is a different issue