我正在为Android设备进行Python图像识别测试。它适用于本地;但是当我尝试为AWS构建它时,我总是会收到以下错误:
复制M2Crypto \ SSL__init __。py - >建立\ lib.win32-2.7 \ M2Crypto \ SSL 运行build_ext构建'M2Crypto .__ m2crypto'扩展
swigging SWIG / _m2crypto.i到SWIG / _m2crypto_wrap.c swig.exe -python -Ic:\ python27 \ include -Ic:\ python27 \ PC -Ic:\ pkg \ include -includeall -modern -builtin -outdir build \ lib.win32-2.7 \ M2Crypto -o SWIG / _m2crypto_wrap.c SWIG / _m2crypto.i错误:命令'swig.exe' 失败:没有这样的文件或目录
我已经尝试过几乎我在互联网上找到的所有解决方案,但没有任何改变。我正在使用Windows 8.1和Python 2.7
我该怎么办?我该如何解决这个问题?
提前谢谢。
答案 0 :(得分:0)
Device Farm要求你的python测试应该能够在Linux_X64平台上执行。
您可以在linux_x64平台上创建和打包测试包,然后尝试在Device Farm上运行它。