data-science

Data science, data analysis, and machine learning in Clojure https://scicloj.github.io/pages/chat_streams/ for additional discussions
Nazral 2021-06-29T05:46:34.040300Z

Thanks! That looks exactly like what I want and more maintained

👍 1
chrisn 2021-06-29T12:03:37.042200Z

@dharrigan - Lots of times when this happens it is because libpython-clj is loading an old python shared library or the incorrect python shared library. Is the a libpython3.5.so (or .dylib if you are on mac) located at /home/david/tmp/kevin2/.direnv/pyton-3.9.5?

chrisn 2021-06-29T12:04:54.042600Z

See this: https://clj-python.github.io/libpython-clj/environments.html - the issues linked have a lot of information.

dharrigan 2021-06-29T12:08:39.042800Z

Thank you. Will read and review.

chrisn 2021-06-29T12:18:30.043300Z

This is a very common issue. The key thing is to figure out which shared library it is loading and make sure it is the right one.

dharrigan 2021-06-29T13:24:00.043400Z

unfortunately not