I’m looking to create a deep learning chat bot as a prototype, my plan was to utilize my Orin 8gb machine to create the prototype. Ive updated everything, installed (with and without dependencies), uninstalled and reinstalled sklearn…but still getting the below error;
in
raise_build_error(e)
File “/…/lib/python3.8/site-packages/sklearn/__check_build/init.py”, line 31, in raise_build_error
raise ImportError(“”"%s
ImportError: /…local/lib/python3.8/site-packages/sklearn/__check_build/…/…/scikit_learn.libs/libgomp-d22c30c5.so.1.0.0: cannot allocate memory in static TLS block
Contents of /…/python3.8/site-packages/sklearn/__check_build:
pycache init.py setup.py
_check_build.cpython-38-aarch64-linux-gnu.so
It seems that scikit-learn has not been built correctly.
Any ideas?..