|
本帖最后由 vincent911001 于 2020-3-24 10:23 编辑
I have already installed python3-toybrick through the downloaded python3-toybrick-0.2-12.aarch64.rpm and have also copied the /include and /lib64 which contains librockx.so from RockX_SDK_V1.2.0_20200302
However, when I try:
I get the following error:
- [toybrick@toybrick ~]$ python3
- Python 3.6.8 (default, Mar 21 2019, 09:31:25)
- [GCC 8.3.1 20190223 (Red Hat 8.3.1-2)] on linux
- Type "help", "copyright", "credits" or "license" for more information.
- >>> import toybrick as toy
- Traceback (most recent call last):
- File "<stdin>", line 1, in <module>
- File "/usr/local/lib/python3.6/site-packages/toybrick/__init__.py", line 35, in <module>
- from toybrick.rockx import createRockx, RockxType, Rockx
- File "/usr/local/lib/python3.6/site-packages/toybrick/rockx.py", line 1, in <module>
- from . import rkrockx
- ImportError: libobject_detection.so: cannot open shared object file: No such file or directory
Please help. Thanks. |
|