We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://clojurians.zulipchat.com/#narrow/stream/215609-libpython-clj-dev/topic/-.3Ejvm.20on.20ndarray.20of.20type.20'object'.20fails
The text was updated successfully, but these errors were encountered:
seems to work now:
(require-python '[numpy]) (py/->jvm (numpy/array [] :dtype :object)) ;; => []
Sorry, something went wrong.
I think it will still fail if you have the zero-copy bindings loaded.
Indeed, this still fails:
(require-python '[numpy]) (require '[libpython-clj2.python.np-array]) (py/->jvm (numpy/array [] :dtype :object))
No branches or pull requests
See https://clojurians.zulipchat.com/#narrow/stream/215609-libpython-clj-dev/topic/-.3Ejvm.20on.20ndarray.20of.20type.20'object'.20fails
The text was updated successfully, but these errors were encountered: