-
-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
Python's sys
module gives the same error as numpy
on 2.0.0-beta-15 and JDK 16.
user=> (require '(libpython-clj2 [require :refer [require-python]]))
...
user=> (require-python 'sys)
Execution error (IllegalArgumentException) at jdk.internal.foreign.MemoryAddressImpl/asSegmentRestricted (MemoryAddressImpl.java:99).
Invalid size : 0
user=> (require-python 'numpy))
Execution error (IllegalArgumentException) at jdk.internal.foreign.MemoryAddressImpl/asSegmentRestricted (MemoryAddressImpl.java:99).
Invalid size : 0
Metadata
Metadata
Assignees
Labels
No labels