Error adding PyCall to Julia 0.5.2 on Windows server 2016
- 主要言語
- Julia
- スター
- 1.5k
- フォーク
- 186
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi,
I am trying to install the PyCall package in Julia and getting the following error. Does any one has any clues as to how I can resolve it?
Thanks.
julia> Pkg.build("PyCall")
INFO: Building Conda
INFO: Building PyCall
INFO: Using the Python distribution in the Conda package by default.
To use a different Python version, set ENV["PYTHON"]="pythoncommand" and re-run Pkg.build("PyCall").
INFO: Downloading miniconda installer ...
===================================================[ ERROR: PyCall ]====================================================
LoadError: automatic download failed (error: 2148270088): https://repo.continuum.io/miniconda/Miniconda2-latest-Windows-x86_64.exe
while loading C:\Users\Administrator\.julia\v0.5\PyCall\deps\build.jl, in expression starting on line 258
========================================================================================================================
====================================================[ BUILD ERRORS ]====================================================
WARNING: PyCall had build errors.
- packages with build errors remain installed in C:\Users\Administrator\.julia\v0.5
- build the package(s) and all dependencies with `Pkg.build("PyCall")`
- build a single package by running its `deps/build.jl` script
========================================================================================================================
julia>
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start with deps/build.jl around line 258 and the failed Miniconda download shown in the report. Reproduce Pkg.build("PyCall") on Windows Server 2016 with Julia 0.5.2, then verify that PyCall builds without the automatic-download error.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- build-system
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100