Python ImportError:文件太短(NAOqi框架)

时间:2018-06-29 13:11:34

标签: python macos

我正在尝试通过具有High Sierra 10.13.5的macOS上的导入,使用Python中Aldebaran的NAOqi框架。 我按照他们在此网站上的安装说明进行操作
http://doc.aldebaran.com/2-1/dev/python/install_guide.html

但是,当我尝试导入NAOqi时,出现以下错误:

ImportError: dlopen(/Users/Stanley/Documents/Nao/pynaoqi-python2.7-2.1.4.13-mac64/_allog.so, 2): no suitable image found. Did find:
/Users/Stanley/Documents/Nao/pynaoqi-python2.7-2.1.4.13-mac64/_allog.so:  file too short

我不确定“文件太短”的含义是什么,但是该错误似乎与共享库有关。我发现了一些类似的问题,但找不到令人满意的解决方案。您将在下面找到它们。

Aldebaran forums
"no suitable image found" error when using numpy
"File too short" with Tableau Data Extract API (Python and Linux)

任何帮助将不胜感激。

0 个答案:

没有答案