Skip to content

issues Search Results · repo:clj-python/libpython-clj language:Clojure

Filter by

184 results
 (91 ms)

184 results

inclj-python/libpython-clj (press backspace or delete to remove)

the problem to access nested Python attributes or methods (py.. torch/backends mps is_available), Please comment how to fix it (defn get-device [] (try (let [device (torch/device (if (py.. torch/backends ...
  • Thinking-Functionally
  • 1
  • Opened 
    yesterday
  • #271

The fix of #216 is not fully solving the issue. using libpythin-clj , there is so far no way to enforce autoflush . So when a third party python library does not explicitly flush, then we cannot force ...
  • behrica
  • 1
  • Opened 
    on May 20
  • #270

Hi, I experienced an issue while I was using libpython-clj to encode the returned list as json via cheshire, it threw an exception with this snippet: (println Just something interesting from Python: ...
  • whatacold
  • 3
  • Opened 
    on Feb 18
  • #269

The linter is doing something weird, because it assumes that py/py. is actually a reference to the symbol py/py with no . . I m unable to write a custom :lint-as for this, because clj-kondo doesn t consider ...
  • sstraust
  • 5
  • Opened 
    on Dec 8, 2024
  • #268

Hello! First, I d like to thank you for the amazing work on this library. It s a mind-bending level of inter-language interaction, IMO. 👏 I was experimenting with it in the embedded mode. Not sure if ...
  • residentsummer
  • 19
  • Opened 
    on Nov 10, 2024
  • #267

``see here for details: https://clojurians.zulipchat.com/#narrow/stream/215609-libpython-clj-dev/topic/poetry.20install.20--sync I can do a PR, if you are interested This would be full optional, and ...
  • behrica
  • 6
  • Opened 
    on Sep 15, 2024
  • #266

on JDK-21-LTS, I get: Caused by: java.lang.ClassNotFoundException: jdk.incubator.foreign.MemoryAddress
  • behrica
  • 2
  • Opened 
    on Sep 15, 2024
  • #265

Following code stop with AttributeError: builtin_function_or_method object has no attribute code . Did you mean: call ? (ns pytorchlightning.core (:gen-class) (:require [libpython-clj2.python ...
  • niitsuma
  • 3
  • Opened 
    on Jun 18, 2024
  • #263

similar to this: https://github.com/scicloj/devcontainer-templates/tree/main/src/scicloj (not needed things can be removed, if needed) - Makes hacking on libpython-clj a bit easier. The setup as ...
  • behrica
  • Opened 
    on May 22, 2024
  • #262

We have a long-running process that uses libpython-clj as a bridge between Java and Python code. We ve noticed that we seem to be for some reason, leaking memory just a tiny bit. This is enough to cause ...
  • mharju
  • 3
  • Opened 
    on Jan 16, 2024
  • #260
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub