2017-05-24 46 views
0

我這裏有PyPI上的一個包,是由命令行公佈,但沒有人可以下載(除了我包裝它在筆記本電腦上):PyPI將包發佈,但不能下載

pip install webdriver_chauffeur 
Collecting webdriver_chauffeur 
    Could not find a version that satisfies the requirement webdriver_chauffeur (from versions:) 
No matching distribution found for webdriver_chauffeur 


pip install webdriver-chauffeur 
Collecting webdriver-chauffeur 
    Could not find a version that satisfies the requirement webdriver-chauffeur (from versions:) 
No matching distribution found for webdriver-chauffeur 

enter image description here

正是在這裏https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=webdriver_chauffeur

肯定我跟着這個一個https://axiacore.com/blog/basic-steps-publish-python-package/

爲什麼這個包沒有安裝?謝謝你的人

回答

0

數十名有同樣的問題,似乎PyPI將是不穩定的,你應該運行自己的點子服務器使用你的包

1

我保持PyPI上的一個包,正好碰到這個問題。我通過在我的軟件包的pypi版本頁面上點擊「更新版本」來解決它。如果這個問題依然存在,您可以考慮讓軟件包維護人員瞭解解決方法。

+0

沒有工作。它會出現pypi已死亡 – codyc4321

+0

嘗試進行單一更改(隱藏/取消隱藏某些內容),然後再次更新? – aikramer2

+0

不起作用。非常令人失望,在構建多個python項目時這是一個巨大的麻煩。有沒有pipi在pip上市的替代方案? – codyc4321