【发布时间】:2019-07-19 06:45:33
【问题描述】:
我正在尝试安装包 Setuptools Wheels Twine 以在 Pypi 中发布我的包,但是在安装安装包时出现此错误。 我使用 Windows 10 作为我的操作系统和 VS 代码。
C:\Users\Farhan Hasant\moshpdf>pip install setuptools wheels twinese
Collecting setuptools
Using cached https://files.pythonhosted.org/packages/d1/6a/4b2fcefd2ea0868810e92d519dacac1ddc64a2e53ba9e3422c3b62b378a6/setuptools-40.8.0-py2.py3-none-any.whl
Collecting wheels
Could not find a version that satisfies the requirement wheels (from versions: )
No matching distribution found for wheels
【问题讨论】:
标签: python setuptools pypi