Python 构建 - 可信主机

问题描述

我正在尝试构建一个蟒蛇轮。 Pip 配置为使用自定义存储库,该存储库不受(全球)信任。运行时

python -m build

因此,我面临以下警告:

Uninstalling setuptools-41.2.0:
Successfully uninstalled setuptools-41.2.0
Looking in indexes: http://myRepository
WARNING: The repository located at myRepository is not a trusted or secure host and is being ignored. If this repository is available via HTTPS we recommend you use HTTPS instead,otherwise you may silence this warning and allow it anyway with '--trusted-host artifactory'.

然后构建将失败。但是,trusted-host 实际上似乎并不是一个可以接受的参数:

python -m build --trusted-host myRepository

结果

usage: python -m build [-h] [--version] [--sdist] [--wheel] [--outdir OUTDIR] [--skip-dependency-check] [--no-isolation] [--config-setting CONfig_SETTING] [srcdir]
python -m build: error: unrecognized arguments: --trusted-host

如何在手动启用受信任的 myRepository 的同时运行构建?

我特别在寻找一种基于每个命令的解决方案。具体来说,我无法修改任何全局/用户/站点 pip 配置文件、将存储库移至 https 或任何类似内容

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)