Hi AIX Experts,
I am trying to install SHAP on python 3.7 and as a dependency, I have to install llvmlite. I have tried installation of several versions of llvmlite package and all got the following error. I am wondering if there is a way to install llvmlite with Python on AIX?
Thanks
Mi
running bdist_wheel
/opt/freeware/bin/python3 /tmp/pip-install-ynzxlm4x/llvmlite/ffi/build.py
Traceback (most recent call last):
File "/tmp/pip-install-ynzxlm4x/llvmlite/ffi/build.py", line 226, in <module>
main()
File "/tmp/pip-install-ynzxlm4x/llvmlite/ffi/build.py", line 222, in main
raise RuntimeError("unsupported platform: %r" % (sys.platform,))
RuntimeError: unsupported platform: 'aix6'
------------------------------
Mi Wang
------------------------------