JuliaPy / Conda.jl

Conda managing Julia binary dependencies
Other
173 stars 57 forks source link

Conda.add("scikit-learn") works in OS X but not in Linux during travis build #148

Closed ppalmes closed 5 years ago

ppalmes commented 5 years ago

Conda.add("scikit-learn") in Linux prompts this message below during travis build: Would you like to use a personal library instead? (y/n)

OS X has no issues and just installs scikit-learn without this prompt.

Is there any option in Conda.add() to say yes in the "use personal library" prompt?

https://travis-ci.org/ppalmes/CombineML.jl/jobs/500394059

==========

[ Info: Running conda install -q -y scikit-learn in root environment Collecting package metadata: ...working... done Solving environment: ...working... done Package Plan environment location: /home/travis/.julia/conda/3 added / updated specs:

ppalmes commented 5 years ago

I found out this is not conda.jl issue but in rcall.jl. closing this issue.