You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ]====================================================
Windows server has enhanced security settings that don't allow you to download from arbitrary locations unless you whitelist the domain. I suspect that might be the issue.
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.
Pkg.build("PyCall")
deps/build.jl
script========================================================================================================================
julia>
The text was updated successfully, but these errors were encountered: