Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error adding PyCall to Julia 0.5.2 on Windows server 2016 #417

Open
sachin734 opened this issue Jul 22, 2017 · 3 comments
Open

Error adding PyCall to Julia 0.5.2 on Windows server 2016 #417

sachin734 opened this issue Jul 22, 2017 · 3 comments

Comments

@sachin734
Copy link

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>

@stevengj
Copy link
Member

A problem with proxy settings or something? See JuliaPackaging/WinRPM.jl#57 for a similar error.

@Keno
Copy link
Collaborator

Keno commented Aug 14, 2017

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.

@ranjanan
Copy link
Contributor

@sachin734 can you go to Server Manger > Local Server and disable "IE Enhanced Security" ? That should work. Credit for the fix: @bmharsha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants