-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
https://clj-python.github.io/libpython-clj/Usage.html
(require '[libpython-clj.python
:refer [as-python as-jvm
->python ->jvm
get-attr call-attr call-attr-kw
get-item att-type-map
call call-kw initialize!
as-numpy as-tensor ->numpy
run-simple-string
add-module module-dict
import-module
python-type]])
fails.
Removing call, as-numpy, as-tensor, ->numpy and changing namespace works:
(require '[libpython-clj2.python
:refer [as-python as-jvm
->python ->jvm
get-attr call-attr call-attr-kw
get-item
initialize!
run-simple-string
add-module module-dict
import-module
python-type]])
I haven't checked any other examples.
Pinjontall94 and daemianmack
Metadata
Metadata
Assignees
Labels
No labels