问题
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