quandl / quandl-python

MIT License
1.37k stars 336 forks source link

Package resolution warning in conda update #97

Closed lifescholar closed 6 years ago

lifescholar commented 6 years ago

I'm getting the following warning on issuing the following conda command:

conda update --all
Fetching package metadata .............
Solving package specifications: .
Warning: 2 possible package resolutions (only showing differing packages):
  - defaults::quandl-3.2.0-py36h30f7a5e_0, defaults::requests-2.14.2-py36_0
  - defaults::quandl-3.1.0-py36_0, defaults::requests-2.18.4-py36h4371aae_1

Here's my conda info:

Current conda install:

               platform : win-64
          conda version : 4.3.30
       conda is private : False
      conda-env version : 4.3.30
    conda-build version : 3.0.30
         python version : 3.6.3.final.0
       requests version : 2.14.2
       root environment : D:\Users\803375527\AppData\Local\Continuum\anaconda3  (writable)
    default environment : D:\Users\803375527\AppData\Local\Continuum\anaconda3
       envs directories : D:\Users\803375527\AppData\Local\Continuum\anaconda3\envs
                          C:\Users\803375527\AppData\Local\conda\conda\envs
                          C:\Users\803375527\.conda\envs
          package cache : D:\Users\803375527\AppData\Local\Continuum\anaconda3\pkgs
                          C:\Users\803375527\AppData\Local\conda\conda\pkgs
           channel URLs : https://repo.continuum.io/pkgs/main/win-64
                          https://repo.continuum.io/pkgs/main/noarch
                          https://repo.continuum.io/pkgs/free/win-64
                          https://repo.continuum.io/pkgs/free/noarch
                          https://repo.continuum.io/pkgs/r/win-64
                          https://repo.continuum.io/pkgs/r/noarch
                          https://repo.continuum.io/pkgs/pro/win-64
                          https://repo.continuum.io/pkgs/pro/noarch
                          https://repo.continuum.io/pkgs/msys2/win-64
                          https://repo.continuum.io/pkgs/msys2/noarch
            config file : C:\Users\803375527\.condarc
             netrc file : None
           offline mode : False
             user-agent : conda/4.3.30 requests/2.14.2 CPython/3.6.3 Windows/10 Windows/10.0.14393
          administrator : False
A-Scott-Rowe commented 6 years ago

This appears to be a problem with anaconda, rather than our package. It looks like a developer from conda has opened an issue for this https://github.com/ContinuumIO/anaconda-issues/issues/7173. Hopefully they can help you over there.

I'm going to close this issue for now but if you have any other problems don't hesitate to reach out again.

msjahid commented 4 years ago

You can use this following command this one resolved my issue conda update --strict-channel-priority --all

derekschinke commented 4 years ago

conda update --strict-channel-priority --all does not work to fix the issue for me