gpt4 book ai didi

python - 找不到麻线(-bash : twine: command not found)

转载 作者:行者123 更新时间:2023-12-04 11:47:18 29 4
gpt4 key购买 nike

我正在尝试使用麻线在 pypi 上发布我的第一个 python 包(当然会先添加 test-pypi)。

我遵循了 https://packaging.python.org/tutorials/packaging-projects/ 上的官方指南.

但由于某种原因,找不到或未正确安装麻线。

我使用以下方法安装了麻线:

pip install twine

“pip list”表示 pip 上安装了麻线。

在我升级了麻线和所有东西之后,当我尝试运行时:
twine upload --repository-url https://test.pypi.org/legacy/ dist/*

然后它说根本找不到麻线:
-bash: twine: command not found . 

我的系统是 mac (high sierra),我使用的是 conda 的 python2.7。 Pip 也被配置为 conda python:
>>pip -V 
>>pip 10.0.1 from /anaconda2/lib/python2.7/site-packages/pip (python 2.7)

我会很感激你的帮助。

最佳答案

使用 python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

关于python - 找不到麻线(-bash : twine: command not found),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51451966/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com