pyjnius库安装程序执行错误

Posted

技术标签:

【中文标题】pyjnius库安装程序执行错误【英文标题】:pyjnius library installation program execution error 【发布时间】:2018-03-02 10:35:07 【问题描述】:

我正在尝试安装 pyjnius,当我执行简单程序时,它显示以下错误.. 如何解决?

 SystemError: Error calling dlopen(/usr/lib/jvm/java-7-openjdk/jre/lib/amd64      /server/libjvm.so: /usr/lib/jvm/java-7-openjdk/jre/lib/amd6h file or directory

【问题讨论】:

【参考方案1】:

Pyjnius 依赖于 Cython 和 Java。假设您已经安装了 Java。请执行以下操作:

su
pip install cython
pip install pyjnius

示例

【讨论】:

以上是关于pyjnius库安装程序执行错误的主要内容,如果未能解决你的问题,请参考以下文章

蟒蛇pyjnius; PythonActivity错误我安装了JDK+Visual C++

Python 与 Java,PyJNIus 安装

安装 Python sikuli 包(安装 pyjnius 的问题) Windows 7 Python 2.6

错误:命令出错,退出状态为 1:python setup.py egg_info 检查日志以获取完整的命令输出。- 尝试安装 pyjnius [重复]

PyJNIus 的安装 - PermissionError: [WinError 5] Access denied

pyjnius 通过包名获取其他应用程序的名称