How to install Pyjnius on ubuntu 16.04 64 bit

≯℡__Kan透↙ 提交于 2019-12-08 09:54:38

问题


Who can guide me step by step I am a beginner and I trying to figure out how to install pyjnius. Thank You Regards.


回答1:


Pyjnius depends on Cython and Java. Assuming that you already have Java installed. Please do the following:

su
pip install cython
pip install pyjnius

Example - Installation

A minimal Pyjnius example



来源:https://stackoverflow.com/questions/46367417/how-to-install-pyjnius-on-ubuntu-16-04-64-bit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!