4 Known issues ❗
4.1 Fetching dependencies
If you encounter: Error building classpath. Could not acquire write lock for ‘artifact:org.bytedeco:mkl’
Try:
clj -P -Sthreads 1
from your terminal.
See Ask Clojure.
4.2 Native Dependencies
Several of the machine learning models included in Noj are known to have native, operating system level, dependencies. For most OS these get “autoinstalled” via depedencies to jars.
For some OS this is not working or needs manual instalations or configuration.
We maintain a complete integration test suite, which exercises all models, and we have a known-to-work devcontainer setup in which all models do work.
This can be used for reference or as a starting point to use Noj, if one desires.
4.2.1 scicloj.ml.smile
Some of the Smile based models require native dependencies. This is documented in Smile