0

我正在使用从 PyPi 下载的用于 Python 3.6 的 numba-0.48.0 和 llvmlite-0.31.0 的轮文件。因为我试图通过 AWS Glue Python Shell Job 执行它。当我执行作业时,我收到以下错误:

"Could not load shared object file: 
{}
".format(_lib_name))
OSError: Could not load shared object file: libllvmlite.so

我也尝试过使用egg文件,但错误仍然相同。任何帮助解决此错误?

4

1 回答 1

0

AWS Glue Spark 作业尚不支持加载使用 c-bindings 的 python 包

于 2020-03-16T17:05:55.337 回答