【发布时间】:2018-09-19 00:17:28
【问题描述】:
我使用wheel 在Pypi 上发布了一个示例python 包。我想使用this 教程在我的 Conda 频道上发布包。
但是当我运行时:
conda skeleton pypi rutgerhofstepythonpackage我收到以下错误:
Warning, the following versions were found for rutgerhofstepythonpackage
0.0.1
0.0.2
0.1.1
Using 0.1.1
Use --version to specify a different version.
Leaving build/test directories:
Work: /opt/anaconda3/conda-bld/skeleton_1523284768777/work
Test: /opt/anaconda3/conda-bld/skeleton_1523284768777/test_tmp
Leaving build/test environments:
Test: source activate /opt/anaconda3/conda-bld/skeleton_1523284768777/_test_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeho
Build: source activate /opt/anaconda3/conda-bld/skeleton_1523284768777/_build_env
Error: No source urls found for rutgerhofstepythonpackage
【问题讨论】:
-
我在 PyPI 上找不到那个包:pypi.org/search/?q=rutgerhofste-python-package 虽然你链接到它...很奇怪
-
我的包裹显然有些奇怪。包括截图
标签: conda python-wheel