2014-10-31 68 views
22

海蘭,安裝pywin32與Windows 7點子在Python @大家都不起作用3.4.2

我已經嘗試通過PIP(1.5.6)與Python 3.4.2在Windows 7下安裝pywin32,但我一直得到follwing錯誤消息:

Could not find any downloads that satisfy the requirement pywin32 
Some externally hosted files were ignored (use --allow-external pywin32 to all 
ow). 
Cleaning up... 
No distributions at all found for pywin32 
Storing debug log for failure in C:\Users\tonka\pip\pip.log 

所有其他安裝與pip工作絕對好。在pypi.org上,有一個pywin32的包,所以不太明白爲什麼會發生這種情況。

我也試過這個--allow-外部標誌,但後來我得到了以下錯誤

Could not find any downloads that satisfy the requirement pywin32 
Some insecure and unverifiable files were ignored (use --allow-unverified pywi 
n32 to allow). 
Cleaning up... 
No distributions at all found for pywin32 
Storing debug log for failure in C:\Users\tonka\pip\pip.log 

然後我用的--allow-未經驗證標誌和我得到這個錯誤

Could not find any downloads that satisfy the requirement pywin32 
Cleaning up... 
No distributions at all found for pywin32 
Storing debug log for failure in C:\Users\tonka\pip\pip.log 

3.4是否有python32的pip包? pypi-link

有沒有人有同樣的問題/行爲?

編輯

對於任何人誰是搜索可通過PIP安裝pywin32的方式。使用包pypiwin32,而不是pywin32,它是同一個包,但它是PIP-能夠

問候
通卡

+0

http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/pywin32-219.win32-py3.4.exe/download(除非你真的想從Pip安裝) – sk11 2014-10-31 08:11:58

+0

也有這個「Python 3.4.3(v3.4.3:9b73f1c3e601,2015年2月24日,22:43:06)[MSC v.1600 32位(英特爾)]在win32」WIndows 8,64位 – user3479125 2015-02-28 22:35:15

+1

請把你的編輯作爲答案和接受! – Cas 2015-09-05 14:45:10

回答

6

在回答你的第一個問題,似乎沒有一個點子pywin32爲Python 3.4包。如果你看看這個頁面:url https://pypi.python.org/simple/pywin32/,你可以看到有一個214_download_url。這表明版本214是最新版本,並且214下載目錄here沒有包含比Python 3.1晚的任何安裝程序。

在回答你的第二個問題,是的,我看到python 3.4.1相同的問題/行爲。正如@ sk11在評論中提到的那樣,您可以從here下載安裝程序。 (我不能添加評論,因爲我沒有代表。)我剛剛嘗試安裝程序,它似乎工作正常。

+0

嘿隊長Whippet, 感謝您的回答。我會選擇pywin32的安裝程序版本,而不是skip所說的pip。 Thx – tonka 2014-10-31 10:31:54

+0

@tonka沒問題。如果您認爲我的答案同時回答了您的問題的兩個部分,請將此標記爲已接受的答案。謝謝! – 2014-10-31 10:53:29

+0

新版本現在可通過sourceforge獲取。 https://sourceforge.net/projects/pywin32/files/pywin32/Build%20220/ – 2016-09-22 15:24:45