登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
12月21日就在北京,来看大模型推理 + 国产硬件生态 + 开源社区分享,一起搞技术、聊开源、领福利~~
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
6
Star
21
Fork
36
openEuler
/
oebuild
代码
Issues
21
Pull Requests
3
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
oebuild默认不安装 kconfiglib 依赖
待办的
#I924OQ
缺陷
hanzongcheng
创建于
2024-02-19 15:05
``` [Build@localhost 15:37:52 ~/work_master/build/x86_std] $ pip install oebuild --upgrade Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: oebuild in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (0.0.38) Collecting oebuild Downloading oebuild-0.0.44-py3-none-any.whl (96 kB) |████████████████████████████████| 96 kB 56 kB/s Requirement already satisfied: dataclasses in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (0.6) Requirement already satisfied: colorama in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (0.4.6) Requirement already satisfied: reprint in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (0.6.0) Requirement already satisfied: packaging in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (23.1) Requirement already satisfied: prettytable in /usr/lib/python3.9/site-packages (from oebuild) (2.4.0) Requirement already satisfied: setuptools in /usr/lib/python3.9/site-packages (from oebuild) (59.4.0) Requirement already satisfied: GitPython in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (3.1.31) Requirement already satisfied: ruamel.yaml in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (0.17.21) Requirement already satisfied: PyYaml in /usr/lib64/python3.9/site-packages (from oebuild) (6.0) Requirement already satisfied: docker in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (6.0.1) Requirement already satisfied: requests>=2.26.0 in /usr/lib/python3.9/site-packages (from docker->oebuild) (2.26.0) Requirement already satisfied: websocket-client>=0.32.0 in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from docker->oebuild) (1.5.1) Requirement already satisfied: urllib3>=1.26.0 in /usr/lib/python3.9/site-packages (from docker->oebuild) (1.26.12) Requirement already satisfied: gitdb<5,>=4.0.1 in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from GitPython->oebuild) (4.0.10) Requirement already satisfied: wcwidth in /usr/lib/python3.9/site-packages (from prettytable->oebuild) (0.2.5) Requirement already satisfied: backports.shutil-get-terminal-size in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from reprint->oebuild) (1.0.0) Requirement already satisfied: six in /usr/lib/python3.9/site-packages (from reprint->oebuild) (1.16.0) Requirement already satisfied: ruamel.yaml.clib>=0.2.6 in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from ruamel.yaml->oebuild) (0.2.7) Requirement already satisfied: smmap<6,>=3.0.1 in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from gitdb<5,>=4.0.1->GitPython->oebuild) (5.0.0) Requirement already satisfied: charset_normalizer~=2.0.0 in /usr/lib/python3.9/site-packages (from requests>=2.26.0->docker->oebuild) (2.0.12) Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests>=2.26.0->docker->oebuild) (3.2) Installing collected packages: oebuild Attempting uninstall: oebuild Found existing installation: oebuild 0.0.38 Uninstalling oebuild-0.0.38: Successfully uninstalled oebuild-0.0.38 Successfully installed oebuild-0.0.44 [Build@localhost 15:38:08 ~/work_master/build/x86_std] $ ls bitbake-cookerdaemon.log cache compile.yaml conf oebuild.log output sstate-cache tmp [Build@localhost 15:38:09 ~/work_master/build/x86_std] $ .. [Build@localhost 15:38:11 ~/work_master/build] $ ls mcs_arm64_debug oebuild.log ok3588 qt_systemd_x86 rpi4_mcs_rproc x86_mcs x86_rt_busybox_add_rtconfig x86_rt_systemd x86_std [Build@localhost 15:38:11 ~/work_master/build] $ oebuild generate Traceback (most recent call last): File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/spec.py", line 58, in __call__ mod = _commands_module_from_file(self.py_file, self.attr) File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/spec.py", line 134, in _commands_module_from_file spec.loader.exec_module(mod) File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/app/plugins/generate/generate.py", line 23, in <module> from kconfiglib import Kconfig ModuleNotFoundError: No module named 'kconfiglib' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/openeuler/hanzongcheng/.local/bin/oebuild", line 8, in <module> sys.exit(main()) File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 201, in main app.run(argv or sys.argv[1:]) File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 151, in run self._load_extension_specs() File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 72, in _load_extension_specs self.command_spec = extension_commands(APP, self.command_ext) File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 186, in extension_commands specs[key] = get_spec(pre_dir, value) File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/spec.py", line 120, in get_spec description=factory().description, File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/spec.py", line 60, in __call__ raise ExtensionCommandError( oebuild.spec.ExtensionCommandError ```
``` [Build@localhost 15:37:52 ~/work_master/build/x86_std] $ pip install oebuild --upgrade Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: oebuild in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (0.0.38) Collecting oebuild Downloading oebuild-0.0.44-py3-none-any.whl (96 kB) |████████████████████████████████| 96 kB 56 kB/s Requirement already satisfied: dataclasses in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (0.6) Requirement already satisfied: colorama in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (0.4.6) Requirement already satisfied: reprint in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (0.6.0) Requirement already satisfied: packaging in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (23.1) Requirement already satisfied: prettytable in /usr/lib/python3.9/site-packages (from oebuild) (2.4.0) Requirement already satisfied: setuptools in /usr/lib/python3.9/site-packages (from oebuild) (59.4.0) Requirement already satisfied: GitPython in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (3.1.31) Requirement already satisfied: ruamel.yaml in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (0.17.21) Requirement already satisfied: PyYaml in /usr/lib64/python3.9/site-packages (from oebuild) (6.0) Requirement already satisfied: docker in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from oebuild) (6.0.1) Requirement already satisfied: requests>=2.26.0 in /usr/lib/python3.9/site-packages (from docker->oebuild) (2.26.0) Requirement already satisfied: websocket-client>=0.32.0 in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from docker->oebuild) (1.5.1) Requirement already satisfied: urllib3>=1.26.0 in /usr/lib/python3.9/site-packages (from docker->oebuild) (1.26.12) Requirement already satisfied: gitdb<5,>=4.0.1 in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from GitPython->oebuild) (4.0.10) Requirement already satisfied: wcwidth in /usr/lib/python3.9/site-packages (from prettytable->oebuild) (0.2.5) Requirement already satisfied: backports.shutil-get-terminal-size in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from reprint->oebuild) (1.0.0) Requirement already satisfied: six in /usr/lib/python3.9/site-packages (from reprint->oebuild) (1.16.0) Requirement already satisfied: ruamel.yaml.clib>=0.2.6 in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from ruamel.yaml->oebuild) (0.2.7) Requirement already satisfied: smmap<6,>=3.0.1 in /home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages (from gitdb<5,>=4.0.1->GitPython->oebuild) (5.0.0) Requirement already satisfied: charset_normalizer~=2.0.0 in /usr/lib/python3.9/site-packages (from requests>=2.26.0->docker->oebuild) (2.0.12) Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.9/site-packages (from requests>=2.26.0->docker->oebuild) (3.2) Installing collected packages: oebuild Attempting uninstall: oebuild Found existing installation: oebuild 0.0.38 Uninstalling oebuild-0.0.38: Successfully uninstalled oebuild-0.0.38 Successfully installed oebuild-0.0.44 [Build@localhost 15:38:08 ~/work_master/build/x86_std] $ ls bitbake-cookerdaemon.log cache compile.yaml conf oebuild.log output sstate-cache tmp [Build@localhost 15:38:09 ~/work_master/build/x86_std] $ .. [Build@localhost 15:38:11 ~/work_master/build] $ ls mcs_arm64_debug oebuild.log ok3588 qt_systemd_x86 rpi4_mcs_rproc x86_mcs x86_rt_busybox_add_rtconfig x86_rt_systemd x86_std [Build@localhost 15:38:11 ~/work_master/build] $ oebuild generate Traceback (most recent call last): File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/spec.py", line 58, in __call__ mod = _commands_module_from_file(self.py_file, self.attr) File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/spec.py", line 134, in _commands_module_from_file spec.loader.exec_module(mod) File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/app/plugins/generate/generate.py", line 23, in <module> from kconfiglib import Kconfig ModuleNotFoundError: No module named 'kconfiglib' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/openeuler/hanzongcheng/.local/bin/oebuild", line 8, in <module> sys.exit(main()) File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 201, in main app.run(argv or sys.argv[1:]) File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 151, in run self._load_extension_specs() File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 72, in _load_extension_specs self.command_spec = extension_commands(APP, self.command_ext) File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/app/main.py", line 186, in extension_commands specs[key] = get_spec(pre_dir, value) File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/spec.py", line 120, in get_spec description=factory().description, File "/home/openeuler/hanzongcheng/.local/lib/python3.9/site-packages/oebuild/spec.py", line 60, in __call__ raise ExtensionCommandError( oebuild.spec.ExtensionCommandError ```
评论 (
2
)
登录
后才可以发表评论
状态
待办的
待办的
已挂起
修复中
已确认
已完成
已验收
已取消
负责人
未设置
标签
sig/sig-Yocto
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
未关联
master
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(1)
1
https://gitee.com/openeuler/oebuild.git
git@gitee.com:openeuler/oebuild.git
openeuler
oebuild
oebuild
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册