我有一個自定義的pypi服務器,我從中安裝文件。我試圖從版本0.0.1升級到我自己定製模塊的更新版本。它沒有檢測到更高版本。當我做一個pip install 'mymodule>=17'我看到: Could not find a version that satisfies the requirement mymodule>=17
(from versions: 17.0828.222133-e
我有一個使用中間件通過pip安裝的scrapy項目。 更具體地說scrapy-random-useragent。 設置文件 # - - 編碼:UTF-8 - - # Scrapy settings for batdongsan project
#
# For simplicity, this file contains only settings considered important or