Kay Hayen

Results 1287 comments of Kay Hayen

Different issues posted in comments are unlikely to be resolved ever. Create a new issue instead @Yaroher2442

I think CentOS 7/Fedora 19 are working. It seems the `ldd` output produces unexpected output on Ubuntu 14.04, which would need investigation. I think it once worked, and surely I...

Nuitka scans PATH for gcc and lldb, and takes the first it finds. Are you saying, that clang cannot be debugged with gcc?

I will need to reproduce this myself, but can you check the PyQt5 plugin, if it is putting bad paths. This seems like PyQt5 would crash due to the path...

@jayvdb looking forward to any patches. For now we should then disable attemping the gdb discovery on macOS, if it's no good anyway.

@jayvdb what came out of that patch, if I am not mistaken it's in Nuitka now to use lldb. As for PyQt5, I am looking at that now. It needs...

This is not currently supported, and will need `sharedist` or `multidist` from the roadmap. Basically a binary with multiple entry points is what it does: https://nuitka.net/doc/roadmap.html It is expected to...

This is an enhancement that may end up being too risky for 1.0 and be pushed to 1.1

Yes, that option already exists. I do not consider look aheead though, as it increases the complexity for little gain. The fallback will just make it work, and insisting on...

That's interesting, it probably is indeed a compatibility problem with PyTorch. I have to admit, support for torch is currently not great, but it will arrive in the coming months.