我一直在試圖安裝和RStudio(Windows)中空跑keras。 我安裝使用普通包「keras」 keras包 (沒有使用github上) 我已經安裝了最新的Python(3.6)和蟒蛇。 然後我用install.keras()在RStudio失敗,HTTP連接錯誤
> library(keras)
> install.keras()
和我得到這個錯誤:
Creating r-tensorflow conda environment for TensorFlow installation... Fetching package metadata ... CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.continuum.io/pkgs/main/win-64/repodata.json.bz2 Elapsed: -
An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way. ConnectTimeout(MaxRetryError("HTTPSConnectionPool(host='repo.continuum.io', port=443): Max retries exceeded with url: /pkgs/main/win-64/repodata.json.bz2 (Caused by ConnectTimeoutError(, 'Connection to repo.continuum.io timed out. (connect timeout=9.15)'))",),)
Error: Error 1 occurred creating conda environment r-tensorflow In addition: Warning message: running command '"C:\PROGRA~3\ANACON~1\Scripts\conda.exe" "create" "--yes" "--name" "r-tensorflow" "python=3.6"' had status 1
我擡頭到處在網絡上,並不能找出如何安裝keras和tensorflow正常。使用最新版本的R(3.4.2) 每個方法都會失敗。 只是爲了增加痛苦,我也試着:
> devtools::install_github("rstudio/keras")
和我得到這個錯誤:
Installation failed: Timeout was reached: Connection timed out after 10015 milliseconds
我沒有任何身份驗證代理的後面。所以,在多次失敗後,我只是從github上下載了zip文件,並使用zip文件手動安裝它。 我也試過install.packages(「keras」),並沒有給我任何錯誤。 當我調用庫我沒有得到任何錯誤(如上圖所示)
更新:我能不已經安裝了Python /蟒蛇另一臺計算機上很容易安裝和使用的包已經。
更新2:我的代理不需要身份驗證,也沒有https_proxy無論是。