【发布时间】:2018-07-27 16:24:14
【问题描述】:
ruamel.yaml 似乎需要安装 PIP,这不是构建和安装 Python 包的默认 buildroot 解决方案。
- 是否可以 - 至少 - 将纯 Python 版本的
ruamel.yaml安装到 buildroot 映像中 - 以及如何规避 pip 限制? - 是否可以交叉构建
ruamel.yaml?
强制RUAMEL_NO_PIP_INSTALL_CHECK 环境。变种。没有帮助:
test compiling test_ruamel_yaml
running install
Checking .pth file support in ...
Failed to import the site module
ModuleNotFoundError: No module named '_sysconfigdata_m_linux_arm-linux-gnueabihf'
error: command '.../output/host/bin/python' failed with exit status 1
package/pkg-generic.mk:310: recipe for target '.../output/build/python-ruamel-yaml-0.15.45/.stamp_target_installed' failed
【问题讨论】:
标签: ruamel.yaml