Sotiris Niarchos
Sotiris Niarchos
I downgraded `pycparser` from version 2.20 to 2.19 and it worked. Problem is that the version of `pycparserext` that is available from `pip` does not forbid version 2.20 of `pycparser`,...
I tried registering each array type in my struct with `get_or_register_dtype` and retried with a redefined version consisting of the registered types I got, and now there is a different...
And something more, I can not make it work with a plain array either, because arrays do not have the attribute `fields`: ``` >>> t = np.dtype((np.int, 10)) >>> t...
Just opened a PR, looking forward to your review!
Hello, upgrading docker to 7.1.0 as @xujiahao718 said also fixed this error for me