无法访问senbox快速引擎python API

时间:2019-07-17 10:33:52

标签: python

我正尝试通过指令访问快照引擎https://github.com/senbox-org/snap-engine的python api: https://github.com/senbox-org/snap-engine/tree/master/snap-python/src/main/resourceshttps://senbox.atlassian.net/wiki/spaces/SNAP/pages/50855941/Configure+Python+to+use+the+SNAP-Python+snappy+interface

我正在使用ubuntu 18,并且已经构建了snap-engine。我安装了snappy和jpy模块,如安装说明

python3 setup.py install --user

并在~/.local/lib/python3.6/site-packages目录中查找模块。

但是当我尝试将snappy导入python时,我已经有了

> import snappy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/user/.local/lib/python3.6/site-packages/snappy/__init__.py", line 62, in <module>
import jpyutil
ModuleNotFoundError: No module named 'jpyutil

似乎模块尚未完成。我在这里https://github.com/GlobWetlandAfrica/installer/issues/10发现了类似的问题,但没有找到解决方法

0 个答案:

没有答案