Error adding PyCall to Julia 0.5.2 on Windows server 2016
- Dominant language
- Julia
- Stars
- 1.5k
- Forks
- 186
- PR merge metrics
- No merged PRs in 30d
Description
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>
Contributor guide
No contributing guide indexed for this repository
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100