Could not find URL: https://conda.binstar.org/scikit/win-64/

851 views Asked by At

I have anaconda installed.

Using Conda Launcher I get this error:

Error Fetching Package index:
Could not find URL: https://conda.binstar.org/scikit/win-64/

Something is amiss with scikit-learn and I cannot figure out exactly...is it missing on binstar? Here are a couple of screenshots if that helps: https://youtu.be/hrcJyaUWOho

Also, Conda info gives me the following info (of which I am not sure what requests version stands for...)

C:\Users\kumar>conda info

Current conda install:

             platform : win-64
        conda version : 3.14.0
  conda-build version : 1.11.0
       python version : 3.4.3.final.0

       requests version : 2.7.0 (MY COMMENT - NOT SURE WHAT THIS IS)

     root environment : C:\Users\kumar\AppData\Local\Continuum\Anaconda3  (wri
table)
  default environment : C:\Users\kumar\AppData\Local\Continuum\Anaconda3
     envs directories : C:\Users\kumar\AppData\Local\Continuum\Anaconda3\envs
        package cache : C:\Users\kumar\AppData\Local\Continuum\Anaconda3\pkgs
         channel URLs : https://conda.binstar.org/scikit/win-64/
                        https_colon_slash_slash conda.binstar.org/scikit/noarch/
                        https_colon_slash_slash repo.continuum.io/pkgs/free/win-64/
                        https_colon_slash_slash repo.continuum.io/pkgs/free/noarch/
                        https_colon_slash_slash repo.continuum.io/pkgs/pro/win-64/
                        https_colon_slash_slash repo.continuum.io/pkgs/pro/noarch/
          config file : C:\Users\kumar\.condarc
    is foreign system : False
1

There are 1 answers

9
Julien Marrec On BEST ANSWER

Where did you get this https://conda.binstar.org/scikit-learn/win-64/ url? It's a 404 error and I can't find any information/archive on that link.

Also, scikit-learn is by default included in the official repository of continuum (here)and comes bundled with Anaconda so I don't understand why you would want to set up an additional binstar repo for this.

I suggest you delete this manually added channel. This can be done from the Launcher itself clicking on "Manage channels" in the top right corner.