登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
轻量养虾,开箱即用!低 Token + 稳定算力,Gitee & 模力方舟联合出品的 PocketClaw 正式开售!点击了解详情
代码拉取完成,页面将自动刷新
仓库状态说明
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
8
Star
2
Fork
89
src-openEuler
/
python3
关闭
代码
Issues
5
Pull Requests
0
Wiki
统计
流水线
服务
JavaDoc
PHPDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
python3.9 无法安装 hwlib 库
已拒绝
#IB60U2
任务
zhaoxiaohu
创建于
2024-11-21 14:51
#pip3.9 install hwlib --index-url https://pypi.tuna.tsinghua.edu.cn/simple ``` WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3.9 install --user` instead. Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting hwlib Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a8/a5/1030133c2d3d9c2928a7c607e65e20d7991017e4d661fb5ffa0df7be5ae4/hwlib-66.0.3.tar.gz (1.2 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: hwlib Building wheel for hwlib (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-0eeddn48 cwd: /tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/ Complete output (29 lines): /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'readme' warnings.warn(msg) running bdist_wheel running build /usr/local/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( installing to build/bdist.linux-x86_64/wheel running install Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py", line 10, in <module> setup( File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "/usr/lib64/python3.9/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib64/python3.9/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/usr/lib64/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/usr/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 335, in run self.run_command('install') File "/usr/lib64/python3.9/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib64/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py", line 7, in run raise RuntimeError("You are trying to install a stub package hwlib. Maybe you are using the wrong pypi?") RuntimeError: You are trying to install a stub package hwlib. Maybe you are using the wrong pypi? ---------------------------------------- ERROR: Failed building wheel for hwlib Running setup.py clean for hwlib Failed to build hwlib Installing collected packages: hwlib Running setup.py install for hwlib ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ewlx_j9w/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/hwlib cwd: /tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/ Complete output (20 lines): /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'readme' warnings.warn(msg) running install /usr/local/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py", line 10, in <module> setup( File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "/usr/lib64/python3.9/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib64/python3.9/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/usr/lib64/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py", line 7, in run raise RuntimeError("You are trying to install a stub package hwlib. Maybe you are using the wrong pypi?") RuntimeError: You are trying to install a stub package hwlib. Maybe you are using the wrong pypi? ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ewlx_j9w/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/hwlib Check the logs for full command output. ```
#pip3.9 install hwlib --index-url https://pypi.tuna.tsinghua.edu.cn/simple ``` WARNING: Running pip install with root privileges is generally not a good idea. Try `pip3.9 install --user` instead. Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting hwlib Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a8/a5/1030133c2d3d9c2928a7c607e65e20d7991017e4d661fb5ffa0df7be5ae4/hwlib-66.0.3.tar.gz (1.2 kB) Preparing metadata (setup.py) ... done Building wheels for collected packages: hwlib Building wheel for hwlib (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-0eeddn48 cwd: /tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/ Complete output (29 lines): /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'readme' warnings.warn(msg) running bdist_wheel running build /usr/local/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( installing to build/bdist.linux-x86_64/wheel running install Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py", line 10, in <module> setup( File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "/usr/lib64/python3.9/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib64/python3.9/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/usr/lib64/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/usr/lib/python3.9/site-packages/wheel/bdist_wheel.py", line 335, in run self.run_command('install') File "/usr/lib64/python3.9/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib64/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py", line 7, in run raise RuntimeError("You are trying to install a stub package hwlib. Maybe you are using the wrong pypi?") RuntimeError: You are trying to install a stub package hwlib. Maybe you are using the wrong pypi? ---------------------------------------- ERROR: Failed building wheel for hwlib Running setup.py clean for hwlib Failed to build hwlib Installing collected packages: hwlib Running setup.py install for hwlib ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ewlx_j9w/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/hwlib cwd: /tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/ Complete output (20 lines): /usr/lib64/python3.9/distutils/dist.py:274: UserWarning: Unknown distribution option: 'readme' warnings.warn(msg) running install /usr/local/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( Traceback (most recent call last): File "<string>", line 1, in <module> File "/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py", line 10, in <module> setup( File "/usr/local/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) File "/usr/lib64/python3.9/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib64/python3.9/distutils/dist.py", line 966, in run_commands self.run_command(cmd) File "/usr/lib64/python3.9/distutils/dist.py", line 985, in run_command cmd_obj.run() File "/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py", line 7, in run raise RuntimeError("You are trying to install a stub package hwlib. Maybe you are using the wrong pypi?") RuntimeError: You are trying to install a stub package hwlib. Maybe you are using the wrong pypi? ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"'; __file__='"'"'/tmp/pip-install-cu03hz0t/hwlib_8c15ef752ac74e0ea490ea573e5712e1/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-ewlx_j9w/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.9/hwlib Check the logs for full command output. ```
评论 (
2
)
登录
后才可以发表评论
状态
已拒绝
待办的
进行中
已完成
已拒绝
负责人
未设置
标签
sig/Base-service
未设置
项目
未立项任务
未立项任务
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
预计工期
(小时)
参与者(3)
1
https://gitee.com/src-openeuler/python3.git
git@gitee.com:src-openeuler/python3.git
src-openeuler
python3
python3
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册