-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NumPy 1.14+ compatibility #22
Comments
I just investigated newer NumPy versions. 14.1 and 14.2 result in the same error as 14.0 above.
|
So, I located the first type of failure to NumPy's source file
So far I conclude that somehow attribute (write-)access of |
Tracked it down a bit further: The |
Note that the CPython output is as one would naively expect: |
The "dict" object of type |
Quick experiment:
Now the descriptor is evaluated, but so far this doesn't fix anything because it just evaluates to |
The recently released NumPy 1.15.0 gives the following error on import:
However, I suppose this is easier to fix. Adding a |
Did you find any solution for this yet? Even a temporary hardcoded patch would do. I need to use sequitur-g2p with Jython and sadly it requires NumPy 1.14.2 or higher. |
... is currently broken:
Stick to NumPy 13.3 until this is solved...
The text was updated successfully, but these errors were encountered: