Skip to content
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

from-import does not support "string" #235

Open
behrica opened this issue Dec 6, 2022 · 0 comments
Open

from-import does not support "string" #235

behrica opened this issue Dec 6, 2022 · 0 comments

Comments

@behrica
Copy link
Contributor

behrica commented Dec 6, 2022

This syntax cannot be used in libpython-clj,

from yellowbrick.contrib.wrapper import CLASSIFIER

when classifier is a String.

(py/from-import yellowbrick.contrib.wrapper CLASSIFIER)

fails with

 Unhandled java.lang.IllegalArgumentException
   No implementation of method: :get-attr of protocol:
   #'libpython-clj2.python.protocols/PPyAttr found for class: java.lang.String

          core_deftype.clj:  583  clojure.core/-cache-protocol-fn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant