Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试安装 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
Pyjnius 依赖于 Cython 和 Java。假设您已经安装了 Java。请执行以下操作:
su pip install cython pip install pyjnius