簡體   English   中英

不能用pip從pypi安裝

[英]Can't install from pypi with pip

我是一個軟件包維護者,並在pip上有一個庫 - Django-spaghetti-and-meatballs

但是當用戶嘗試運行pip install django-spaghetti-and-meatballs==0.2.0他們(和我)得到:

legostormtroopr:~/workspace $ pip install django-spaghetti-and-meatballs==0.2.0
Downloading/unpacking django-spaghetti-and-meatballs==0.2.0
  Could not find a version that satisfies the requirement django-spaghetti-and-meatballs==0.2.0 (from versions: 0.1.0, 0.1.0rc5, 0.1.1)
Cleaning up...
No distributions matching the version for django-spaghetti-and-meatballs==0.2.0
Storing debug log for failure in /home/ubuntu/.pip/pip.log

我做錯了什么?


PS。 鏈接到圖書館等感覺有點垃圾,但這是一個問題,我覺得直接指向問題更好。

通過查看以下列表: https//pypi.python.org/simple/django-spaghetti-and-meatballs/,您可以看到車輪尚未上傳。

運行:

python setup.py bdist_wheel upload

將重建輪子並上傳它。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM