Kay Hayen

Results 1287 comments of Kay Hayen

I managed to reproduce this indeed, I was first thinking it's the performance warning for `_json` and that it might become too slow with the Python fallback, but adding that...

@mhammond this is the Nuitka author, pywin32 is considered largely supported. I didn't check the specific feature mentioned in the linked issue for a long time. With `__compiled__` presence you...

I am OK with your closing the issue then, and if there is anything needed from you, we can get back to it. I didn't care about the specific issue...

Actually it's going to work with the next pre-release of Nuitka, relatively trivial to workaround things there.

I have started to look at this, but I will first optimize it with anti-bloat which may take a while, it using `distutils` for no good reason, etc.

This indeed appears to not have to do directly with `tensorflow_probability` at all, it is somehow an incompatibility with the import mechanism, that I do not get. This is sufficient...

Ok, even `tensorflow.compat` does't work. For once, people have not used a meta path based importer, to achieve strange behaviour, this time, they are extending `__path__` in switch `__path__` in...

Thanks for your report, this is fixed on the factory branch, which is a development version under rapid development. You can try it out by going here: https://nuitka.net/doc/factory.html Feedback if...

I have been compiling for `tensorflow_probability` and it found more missing modules, and there are also a few hidden dependenies. So while the more API changes are part of 1.2.7...

I got quite a bit done, but this is not immediately obvious: ``` File "C:\Users\kayha\repos\Py2C\MINITE~1.DIS\tensorflow_probability\python\distributions\__init__.py", line 161, in File "C:\Users\kayha\repos\Py2C\MINITE~1.DIS\tensorflow_probability\python\distributions\kullback_leibler.py", line 269, in augment_kl_xent_docs File "C:\Users\kayha\repos\Py2C\MINITE~1.DIS\tensorflow_probability\python\distributions\kullback_leibler.py", line 261, in merge_doc...