Clojure 1.10.1 user=> (ns user (:require [libpython-clj.python :as py])) Execution error (NullPointerException) at tech.jna.base/fn (base.clj:35). null I'm use python 3.7 and compile project as lein uberjar. Thanks.