GithubHelp home page GithubHelp logo

spyder-kernels-feedstock's Introduction

About spyder-kernels-feedstock

Feedstock license: BSD-3-Clause

Home: https://www.spyder-ide.org/

Package license: MIT

Summary: Jupyter kernels for Spyder's console

Development: https://github.com/spyder-ide/spyder-kernels

Documentation: https://docs.spyder-ide.org/

Provides Jupyter kernels for use with the consoles of Spyder, the Scientific Python Development Environment. These can launched either through Spyder itself or in an independent Python session, and allow for interactive or file-based execution of Python code in different environments, all inside the IDE. For more on Spyder, visit https://www.spyder-ide.org/

To learn about creating, connecting and using Spyder's consoles, read: https://docs.spyder-ide.org/ipythonconsole.html

For advice on managing packages and environments with Spyder, see: https://github.com/spyder-ide/spyder/wiki/Working-with-packages-and-environments-in-Spyder

Current build status

All platforms:

Current release info

Name Downloads Version Platforms
Conda Recipe Conda Downloads Conda Version Conda Platforms

Installing spyder-kernels

Installing spyder-kernels from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge
conda config --set channel_priority strict

Once the conda-forge channel has been enabled, spyder-kernels can be installed with conda:

conda install spyder-kernels

or with mamba:

mamba install spyder-kernels

It is possible to list all of the versions of spyder-kernels available on your platform with conda:

conda search spyder-kernels --channel conda-forge

or with mamba:

mamba search spyder-kernels --channel conda-forge

Alternatively, mamba repoquery may provide more information:

# Search all versions available on your platform:
mamba repoquery search spyder-kernels --channel conda-forge

# List packages depending on `spyder-kernels`:
mamba repoquery whoneeds spyder-kernels --channel conda-forge

# List dependencies of `spyder-kernels`:
mamba repoquery depends spyder-kernels --channel conda-forge

About conda-forge

Powered by NumFOCUS

conda-forge is a community-led conda channel of installable packages. In order to provide high-quality builds, the process has been automated into the conda-forge GitHub organization. The conda-forge organization contains one repository for each of the installable packages. Such a repository is known as a feedstock.

A feedstock is made up of a conda recipe (the instructions on what and how to build the package) and the necessary configurations for automatic building using freely available continuous integration services. Thanks to the awesome service provided by Azure, GitHub, CircleCI, AppVeyor, Drone, and TravisCI it is possible to build and upload installable packages to the conda-forge anaconda.org channel for Linux, Windows and OSX respectively.

To manage the continuous integration and simplify feedstock maintenance conda-smithy has been developed. Using the conda-forge.yml within this repository, it is possible to re-render all of this feedstock's supporting files (e.g. the CI configuration files) with conda smithy rerender.

For more information please check the conda-forge documentation.

Terminology

feedstock - the conda recipe (raw material), supporting scripts and CI configuration.

conda-smithy - the tool which helps orchestrate the feedstock. Its primary use is in the construction of the CI .yml files and simplify the management of many feedstocks.

conda-forge - the place where the feedstock and smithy live and work to produce the finished article (built conda distributions)

Updating spyder-kernels-feedstock

If you would like to improve the spyder-kernels recipe or build a new package version, please fork this repository and submit a PR. Upon submission, your changes will be run on the appropriate platforms to give the reviewer an opportunity to confirm that the changes result in a successful build. Once merged, the recipe will be re-built and uploaded automatically to the conda-forge channel, whereupon the built conda packages will be available for everybody to install and use from the conda-forge channel. Note that all branches in the conda-forge/spyder-kernels-feedstock are immediately built and any created packages are uploaded, so PRs should be based on branches in forks and branches in the main repository should only be used to build distinct package versions.

In order to produce a uniquely identifiable distribution:

  • If the version of a package is not being increased, please add or increase the build/number.
  • If the version of a package is being increased, please remember to return the build/number back to 0.

Feedstock Maintainers

spyder-kernels-feedstock's People

Contributors

bastianzim avatar cam-gerlach avatar ccordoba12 avatar conda-forge-admin avatar conda-forge-curator[bot] avatar conda-forge-webservices[bot] avatar github-actions[bot] avatar isuruf avatar mbargull avatar nerohmot avatar regro-cf-autotick-bot avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

spyder-kernels-feedstock's Issues

1.0 should be moved to a beta label

Issue:

The 1.0 package keeps getting preferred over the 0.x package.

This causes spyder to get downgraded to some weird version that didn't restrict 1.X, namely Spyder 3.2.8.

conda update --all
Solving environment: done

## Package Plan ##

  environment location: C:\Users\mark\Miniconda3\envs\sp


The following NEW packages will be INSTALLED:

    sqlite:         3.13.0-vc14_0 conda-forge [vc14]

The following packages will be UPDATED:

    jpeg:           9b-vc14_2     conda-forge [vc14] --> 9c-hfa6e2cd_1001     conda-forge
    libpng:         1.6.34-vc14_0 conda-forge [vc14] --> 1.6.35-h7602738_1002 conda-forge
    qt:             5.6.2-vc14_1  conda-forge [vc14] --> 5.6.2-vc14_2         conda-forge [vc14]
    spyder-kernels: 0.2.6-py_1    conda-forge --> 1.1.0-py_0           conda-forge

The following packages will be DOWNGRADED:

    spyder:         3.3.1-py36_2  conda-forge --> 3.2.8-py36_0         conda-forge

It seems that it should only be used with spyder 4, which is in the beta label so maybe it is appropriate to move it to the beta label until then?

Conda-forge dependencies seem to be broken with latest Spyder version

This might be a duplicate of 15532

Issue:

The dependencies for Spyder in conda-forge seem to be broken, blocking any update or install of any package.
Even a new fresh conda environment breaks when using the conda-forge channel:

(C:\ProgramData\Anaconda3) C:\WINDOWS\system32>conda create --name env1 python spyder -c conda-forge
Fetching package metadata .......

InvalidSpecError: Invalid spec: =2.7

As opposed e.g. to:

(C:\ProgramData\Anaconda3) C:\WINDOWS\system32>conda create --name env1 python spyder
Fetching package metadata .....
Solving package specifications: .

Package plan for installation in environment C:\Users\xxxxx\AppData\Local\conda\conda\envs\env1:

The following NEW packages will be INSTALLED:

    alabaster:                     0.7.12-py_0
    argh:                          0.26.2-py38_0
    astroid:                       2.4.2-py38_0
    async_generator:               1.10-py_0
    atomicwrites:                  1.4.0-py_0
    attrs:                         20.2.0-py_0
    autopep8:                      1.5.4-py_0
    babel:                         2.8.0-py_0
    backcall:                      0.2.0-py_0
    bcrypt:                        3.2.0-py38he774522_0
    bleach:                        3.2.1-py_0
    brotlipy:                      0.7.0-py38he774522_1000
    ca-certificates:               2020.10.14-0
    certifi:                       2020.6.20-py38_0
    cffi:                          1.14.3-py38h7a1dbc1_0
    chardet:                       3.0.4-py38_1003
    cloudpickle:                   1.6.0-py_0
    colorama:                      0.4.4-py_0
    cryptography:                  3.1.1-py38h7a1dbc1_0
    decorator:                     4.4.2-py_0
    defusedxml:                    0.6.0-py_0
    diff-match-patch:              20200713-py_0
    docutils:                      0.16-py38_1
    entrypoints:                   0.3-py38_0
    flake8:                        3.8.4-py_0
    future:                        0.18.2-py38_1
    icu:                           58.2-vc14hc45fdbb_0     [vc14]
    idna:                          2.10-py_0
    imagesize:                     1.2.0-py_0
    importlib-metadata:            2.0.0-py_1
    importlib_metadata:            2.0.0-1
    intervaltree:                  3.1.0-py_0
    ipykernel:                     5.3.4-py38h5ca1d4c_0
    ipython:                       7.18.1-py38h5ca1d4c_0
    ipython_genutils:              0.2.0-py38_0
    isort:                         5.6.4-py_0
    jedi:                          0.17.1-py38_0
    jinja2:                        2.11.2-py_0
    jpeg:                          9b-vc14h4d7706e_1       [vc14]
    jsonschema:                    3.2.0-py_2
    jupyter_client:                6.1.7-py_0
    jupyter_core:                  4.6.3-py38_0
    jupyterlab_pygments:           0.1.2-py_0
    keyring:                       21.4.0-py38_1
    lazy-object-proxy:             1.4.3-py38he774522_0
    libpng:                        1.6.37-h2a8f88b_0
    libsodium:                     1.0.18-h62dcd97_0
    libspatialindex:               1.9.3-h33f27b4_0
    markupsafe:                    1.1.1-py38he774522_0
    mccabe:                        0.6.1-py38_1
    mistune:                       0.8.4-py38he774522_1000
    nbclient:                      0.5.1-py_0
    nbconvert:                     6.0.7-py38_0
    nbformat:                      5.0.8-py_0
    nest-asyncio:                  1.4.1-py_0
    numpydoc:                      1.1.0-py_0
    openssl:                       1.1.1h-he774522_0
    packaging:                     20.4-py_0
    pandoc:                        2.11-h9490d1a_0
    pandocfilters:                 1.4.2-py38_1
    paramiko:                      2.7.2-py_0
    parso:                         0.7.0-py_0
    pathtools:                     0.1.2-py_1
    pexpect:                       4.8.0-py38_0
    pickleshare:                   0.7.5-py38_1000
    pip:                           20.2.4-py38_0
    pluggy:                        0.13.1-py38_0
    prompt-toolkit:                3.0.8-py_0
    psutil:                        5.7.2-py38he774522_0
    pycodestyle:                   2.6.0-py_0
    pycparser:                     2.20-py_2
    pydocstyle:                    5.1.1-py_0
    pyflakes:                      2.2.0-py_0
    pygments:                      2.7.1-py_0
    pylint:                        2.6.0-py38_0
    pynacl:                        1.4.0-py38h62dcd97_1
    pyopenssl:                     19.1.0-py_1
    pyparsing:                     2.4.7-py_0
    pyqt:                          5.9.2-py38ha925a31_4
    pyrsistent:                    0.17.3-py38he774522_0
    pysocks:                       1.7.1-py38_0
    python:                        3.8.5-h5fd99cc_1
    python-dateutil:               2.8.1-py_0
    python-jsonrpc-server:         0.4.0-py_0
    python-language-server:        0.35.1-py_0
    pytz:                          2020.1-py_0
    pywin32:                       227-py38he774522_1
    pywin32-ctypes:                0.2.0-py38_1000
    pyyaml:                        5.3.1-py38he774522_0
    pyzmq:                         19.0.2-py38ha925a31_1
    qdarkstyle:                    2.8.1-py_0
    qt:                            5.9.7-vc14h73c81de_0    [vc14]
    qtawesome:                     1.0.1-py_0
    qtconsole:                     4.7.7-py_0
    qtpy:                          1.9.0-py_0
    requests:                      2.24.0-py_0
    rope:                          0.18.0-py_0
    rtree:                         0.9.4-py38h21ff451_1
    setuptools:                    50.3.0-py38h9490d1a_1
    sip:                           4.19.24-py38ha925a31_0
    six:                           1.15.0-py_0
    snowballstemmer:               2.0.0-py_0
    sortedcontainers:              2.2.2-py_0
    sphinx:                        3.2.1-py_0
    sphinxcontrib-applehelp:       1.0.2-py_0
    sphinxcontrib-devhelp:         1.0.2-py_0
    sphinxcontrib-htmlhelp:        1.0.3-py_0
    sphinxcontrib-jsmath:          1.0.1-py_0
    sphinxcontrib-qthelp:          1.0.3-py_0
    sphinxcontrib-serializinghtml: 1.1.4-py_0
    spyder:                        4.1.5-py38_0
    spyder-kernels:                1.9.4-py38_0
    sqlite:                        3.33.0-h2a8f88b_0
    testpath:                      0.4.4-py_0
    toml:                          0.10.1-py_0
    tornado:                       6.0.4-py38he774522_1
    traitlets:                     5.0.5-py_0
    ujson:                         4.0.1-py38ha925a31_0
    urllib3:                       1.25.11-py_0
    vc:                            14.1-h21ff451_4
    vs2015_runtime:                14.16.27012-hf0eaf9b_3
    watchdog:                      0.10.3-py38_0
    wcwidth:                       0.2.5-py_0
    webencodings:                  0.5.1-py38_1
    wheel:                         0.35.1-py_0
    win_inet_pton:                 1.1.0-py38_0
    wincertstore:                  0.2-py38_0
    wrapt:                         1.11.2-py38he774522_0
    yaml:                          0.1.7-vc14hb31d195_1    [vc14]
    yapf:                          0.30.0-py_0
    zeromq:                        4.3.2-ha925a31_3
    zipp:                          3.3.1-py_0
    zlib:                          1.2.11-vc14h1cdd9ab_1   [vc14]

Proceed ([y]/n)?

Environment (conda list):

I am running all the above from a freshly installed anaconda version

(C:\ProgramData\Anaconda3) C:\WINDOWS\system32>conda list
# packages in environment at C:\ProgramData\Anaconda3:
#
_license                  1.1                      py36_1    https://repo.continuum.io/pkgs/free
alabaster                 0.7.10                   py36_0    https://repo.continuum.io/pkgs/free
anaconda                  4.4.0               np112py36_0    https://repo.continuum.io/pkgs/free
anaconda-client           1.6.3                    py36_0    https://repo.continuum.io/pkgs/free
anaconda-navigator        1.6.2                    py36_0    https://repo.continuum.io/pkgs/free
anaconda-project          0.6.0                    py36_0    https://repo.continuum.io/pkgs/free
asn1crypto                0.22.0                   py36_0    https://repo.continuum.io/pkgs/free
astroid                   1.4.9                    py36_0    https://repo.continuum.io/pkgs/free
astropy                   1.3.2               np112py36_0    https://repo.continuum.io/pkgs/free
babel                     2.4.0                    py36_0    https://repo.continuum.io/pkgs/free
backports                 1.0                      py36_0    https://repo.continuum.io/pkgs/free
beautifulsoup4            4.6.0                    py36_0    https://repo.continuum.io/pkgs/free
bitarray                  0.8.1                    py36_1    https://repo.continuum.io/pkgs/free
blaze                     0.10.1                   py36_0    https://repo.continuum.io/pkgs/free
bleach                    1.5.0                    py36_0    https://repo.continuum.io/pkgs/free
bokeh                     0.12.5                   py36_1    https://repo.continuum.io/pkgs/free
boto                      2.46.1                   py36_0    https://repo.continuum.io/pkgs/free
bottleneck                1.2.1               np112py36_0    https://repo.continuum.io/pkgs/free
bzip2                     1.0.6                    vc14_3  [vc14]  https://repo.continuum.io/pkgs/free
cffi                      1.10.0                   py36_0    https://repo.continuum.io/pkgs/free
chardet                   3.0.3                    py36_0    https://repo.continuum.io/pkgs/free
click                     6.7                      py36_0    https://repo.continuum.io/pkgs/free
cloudpickle               0.2.2                    py36_0    https://repo.continuum.io/pkgs/free
clyent                    1.2.2                    py36_0    https://repo.continuum.io/pkgs/free
colorama                  0.3.9                    py36_0    https://repo.continuum.io/pkgs/free
comtypes                  1.1.2                    py36_0    https://repo.continuum.io/pkgs/free
conda                     4.3.21                   py36_0    https://repo.continuum.io/pkgs/free
conda-env                 2.6.0                         0    https://repo.continuum.io/pkgs/free
console_shortcut          0.1.1                    py36_1    https://repo.continuum.io/pkgs/free
contextlib2               0.5.5                    py36_0    https://repo.continuum.io/pkgs/free
cryptography              1.8.1                    py36_0    https://repo.continuum.io/pkgs/free
curl                      7.52.1                   vc14_0  [vc14]  https://repo.continuum.io/pkgs/free
cycler                    0.10.0                   py36_0    https://repo.continuum.io/pkgs/free
cython                    0.25.2                   py36_0    https://repo.continuum.io/pkgs/free
cytoolz                   0.8.2                    py36_0    https://repo.continuum.io/pkgs/free
dask                      0.14.3                   py36_1    https://repo.continuum.io/pkgs/free
datashape                 0.5.4                    py36_0    https://repo.continuum.io/pkgs/free
decorator                 4.0.11                   py36_0    https://repo.continuum.io/pkgs/free
distributed               1.16.3                   py36_0    https://repo.continuum.io/pkgs/free
docutils                  0.13.1                   py36_0    https://repo.continuum.io/pkgs/free
entrypoints               0.2.2                    py36_1    https://repo.continuum.io/pkgs/free
et_xmlfile                1.0.1                    py36_0    https://repo.continuum.io/pkgs/free
fastcache                 1.0.2                    py36_1    https://repo.continuum.io/pkgs/free
flask                     0.12.2                   py36_0    https://repo.continuum.io/pkgs/free
flask-cors                3.0.2                    py36_0    https://repo.continuum.io/pkgs/free
freetype                  2.5.5                    vc14_2  [vc14]  https://repo.continuum.io/pkgs/free
get_terminal_size         1.0.0                    py36_0    https://repo.continuum.io/pkgs/free
gevent                    1.2.1                    py36_0    https://repo.continuum.io/pkgs/free
greenlet                  0.4.12                   py36_0    https://repo.continuum.io/pkgs/free
h5py                      2.7.0               np112py36_0    https://repo.continuum.io/pkgs/free
hdf5                      1.8.15.1                 vc14_4  [vc14]  https://repo.continuum.io/pkgs/free
heapdict                  1.0.0                    py36_1    https://repo.continuum.io/pkgs/free
html5lib                  0.999                    py36_0    https://repo.continuum.io/pkgs/free
icu                       57.1                     vc14_0  [vc14]  https://repo.continuum.io/pkgs/free
idna                      2.5                      py36_0    https://repo.continuum.io/pkgs/free
imagesize                 0.7.1                    py36_0    https://repo.continuum.io/pkgs/free
ipykernel                 4.6.1                    py36_0    https://repo.continuum.io/pkgs/free
ipython                   5.3.0                    py36_0    https://repo.continuum.io/pkgs/free
ipython_genutils          0.2.0                    py36_0    https://repo.continuum.io/pkgs/free
ipywidgets                6.0.0                    py36_0    https://repo.continuum.io/pkgs/free
isort                     4.2.5                    py36_0    https://repo.continuum.io/pkgs/free
itsdangerous              0.24                     py36_0    https://repo.continuum.io/pkgs/free
jdcal                     1.3                      py36_0    https://repo.continuum.io/pkgs/free
jedi                      0.10.2                   py36_2    https://repo.continuum.io/pkgs/free
jinja2                    2.9.6                    py36_0    https://repo.continuum.io/pkgs/free
jpeg                      9b                       vc14_0  [vc14]  https://repo.continuum.io/pkgs/free
jsonschema                2.6.0                    py36_0    https://repo.continuum.io/pkgs/free
jupyter                   1.0.0                    py36_3    https://repo.continuum.io/pkgs/free
jupyter_client            5.0.1                    py36_0    https://repo.continuum.io/pkgs/free
jupyter_console           5.1.0                    py36_0    https://repo.continuum.io/pkgs/free
jupyter_core              4.3.0                    py36_0    https://repo.continuum.io/pkgs/free
lazy-object-proxy         1.2.2                    py36_0    https://repo.continuum.io/pkgs/free
libpng                    1.6.27                   vc14_0  [vc14]  https://repo.continuum.io/pkgs/free
libtiff                   4.0.6                    vc14_3  [vc14]  https://repo.continuum.io/pkgs/free
llvmlite                  0.18.0                   py36_0    https://repo.continuum.io/pkgs/free
locket                    0.2.0                    py36_1    https://repo.continuum.io/pkgs/free
lxml                      3.7.3                    py36_0    https://repo.continuum.io/pkgs/free
markupsafe                0.23                     py36_2    https://repo.continuum.io/pkgs/free
matplotlib                2.0.2               np112py36_0    https://repo.continuum.io/pkgs/free
menuinst                  1.4.7                    py36_0    https://repo.continuum.io/pkgs/free
mistune                   0.7.4                    py36_0    https://repo.continuum.io/pkgs/free
mkl                       2017.0.1                      0    https://repo.continuum.io/pkgs/free
mkl-service               1.1.2                    py36_3    https://repo.continuum.io/pkgs/free
mpmath                    0.19                     py36_1    https://repo.continuum.io/pkgs/free
msgpack-python            0.4.8                    py36_0    https://repo.continuum.io/pkgs/free
multipledispatch          0.4.9                    py36_0    https://repo.continuum.io/pkgs/free
navigator-updater         0.1.0                    py36_0    https://repo.continuum.io/pkgs/free
nbconvert                 5.1.1                    py36_0    https://repo.continuum.io/pkgs/free
nbformat                  4.3.0                    py36_0    https://repo.continuum.io/pkgs/free
networkx                  1.11                     py36_0    https://repo.continuum.io/pkgs/free
nltk                      3.2.3                    py36_0    https://repo.continuum.io/pkgs/free
nose                      1.3.7                    py36_1    https://repo.continuum.io/pkgs/free
notebook                  5.0.0                    py36_0    https://repo.continuum.io/pkgs/free
numba                     0.33.0              np112py36_0    https://repo.continuum.io/pkgs/free
numexpr                   2.6.2               np112py36_0    https://repo.continuum.io/pkgs/free
numpy                     1.12.1                   py36_0    https://repo.continuum.io/pkgs/free
numpydoc                  0.6.0                    py36_0    https://repo.continuum.io/pkgs/free
odo                       0.5.0                    py36_1    https://repo.continuum.io/pkgs/free
olefile                   0.44                     py36_0    https://repo.continuum.io/pkgs/free
openpyxl                  2.4.7                    py36_0    https://repo.continuum.io/pkgs/free
openssl                   1.0.2l                   vc14_0  [vc14]  https://repo.continuum.io/pkgs/free
packaging                 16.8                     py36_0    https://repo.continuum.io/pkgs/free
pandas                    0.20.1              np112py36_0    https://repo.continuum.io/pkgs/free
pandocfilters             1.4.1                    py36_0    https://repo.continuum.io/pkgs/free
partd                     0.3.8                    py36_0    https://repo.continuum.io/pkgs/free
path.py                   10.3.1                   py36_0    https://repo.continuum.io/pkgs/free
pathlib2                  2.2.1                    py36_0    https://repo.continuum.io/pkgs/free
patsy                     0.4.1                    py36_0    https://repo.continuum.io/pkgs/free
pep8                      1.7.0                    py36_0    https://repo.continuum.io/pkgs/free
pickleshare               0.7.4                    py36_0    https://repo.continuum.io/pkgs/free
pillow                    4.1.1                    py36_0    https://repo.continuum.io/pkgs/free
pip                       9.0.1                    py36_1    https://repo.continuum.io/pkgs/free
ply                       3.10                     py36_0    https://repo.continuum.io/pkgs/free
prompt_toolkit            1.0.14                   py36_0    https://repo.continuum.io/pkgs/free
psutil                    5.2.2                    py36_0    https://repo.continuum.io/pkgs/free
py                        1.4.33                   py36_0    https://repo.continuum.io/pkgs/free
pycosat                   0.6.2                    py36_0    https://repo.continuum.io/pkgs/free
pycparser                 2.17                     py36_0    https://repo.continuum.io/pkgs/free
pycrypto                  2.6.1                    py36_6    https://repo.continuum.io/pkgs/free
pycurl                    7.43.0                   py36_2    https://repo.continuum.io/pkgs/free
pyflakes                  1.5.0                    py36_0    https://repo.continuum.io/pkgs/free
pygments                  2.2.0                    py36_0    https://repo.continuum.io/pkgs/free
pylint                    1.6.4                    py36_1    https://repo.continuum.io/pkgs/free
pyodbc                    4.0.16                   py36_0    https://repo.continuum.io/pkgs/free
pyopenssl                 17.0.0                   py36_0    https://repo.continuum.io/pkgs/free
pyparsing                 2.1.4                    py36_0    https://repo.continuum.io/pkgs/free
pyqt                      5.6.0                    py36_2    https://repo.continuum.io/pkgs/free
pytables                  3.2.2               np112py36_4    https://repo.continuum.io/pkgs/free
pytest                    3.0.7                    py36_0    https://repo.continuum.io/pkgs/free
python                    3.6.1                         2    https://repo.continuum.io/pkgs/free
python-dateutil           2.6.0                    py36_0    https://repo.continuum.io/pkgs/free
pytz                      2017.2                   py36_0    https://repo.continuum.io/pkgs/free
pywavelets                0.5.2               np112py36_0    https://repo.continuum.io/pkgs/free
pywin32                   220                      py36_2    https://repo.continuum.io/pkgs/free
pyyaml                    3.12                     py36_0    https://repo.continuum.io/pkgs/free
pyzmq                     16.0.2                   py36_0    https://repo.continuum.io/pkgs/free
qt                        5.6.2                    vc14_4  [vc14]  https://repo.continuum.io/pkgs/free
qtawesome                 0.4.4                    py36_0    https://repo.continuum.io/pkgs/free
qtconsole                 4.3.0                    py36_0    https://repo.continuum.io/pkgs/free
qtpy                      1.2.1                    py36_0    https://repo.continuum.io/pkgs/free
requests                  2.14.2                   py36_0    https://repo.continuum.io/pkgs/free
rope                      0.9.4                    py36_1    https://repo.continuum.io/pkgs/free
ruamel_yaml               0.11.14                  py36_1    https://repo.continuum.io/pkgs/free
scikit-image              0.13.0              np112py36_0    https://repo.continuum.io/pkgs/free
scikit-learn              0.18.1              np112py36_1    https://repo.continuum.io/pkgs/free
scipy                     0.19.0              np112py36_0    https://repo.continuum.io/pkgs/free
seaborn                   0.7.1                    py36_0    https://repo.continuum.io/pkgs/free
setuptools                27.2.0                   py36_1    https://repo.continuum.io/pkgs/free
simplegeneric             0.8.1                    py36_1    https://repo.continuum.io/pkgs/free
singledispatch            3.4.0.3                  py36_0    https://repo.continuum.io/pkgs/free
sip                       4.18                     py36_0    https://repo.continuum.io/pkgs/free
six                       1.10.0                   py36_0    https://repo.continuum.io/pkgs/free
snowballstemmer           1.2.1                    py36_0    https://repo.continuum.io/pkgs/free
sortedcollections         0.5.3                    py36_0    https://repo.continuum.io/pkgs/free
sortedcontainers          1.5.7                    py36_0    https://repo.continuum.io/pkgs/free
sphinx                    1.5.6                    py36_0    https://repo.continuum.io/pkgs/free
spyder                    3.1.4                    py36_0    https://repo.continuum.io/pkgs/free
sqlalchemy                1.1.9                    py36_0    https://repo.continuum.io/pkgs/free
statsmodels               0.8.0               np112py36_0    https://repo.continuum.io/pkgs/free
sympy                     1.0                      py36_0    https://repo.continuum.io/pkgs/free
tblib                     1.3.2                    py36_0    https://repo.continuum.io/pkgs/free
testpath                  0.3                      py36_0    https://repo.continuum.io/pkgs/free
tk                        8.5.18                   vc14_0  [vc14]  https://repo.continuum.io/pkgs/free
toolz                     0.8.2                    py36_0    https://repo.continuum.io/pkgs/free
tornado                   4.5.1                    py36_0    https://repo.continuum.io/pkgs/free
traitlets                 4.3.2                    py36_0    https://repo.continuum.io/pkgs/free
unicodecsv                0.14.1                   py36_0    https://repo.continuum.io/pkgs/free
vs2015_runtime            14.0.25123                    0    https://repo.continuum.io/pkgs/free
wcwidth                   0.1.7                    py36_0    https://repo.continuum.io/pkgs/free
werkzeug                  0.12.2                   py36_0    https://repo.continuum.io/pkgs/free
wheel                     0.29.0                   py36_0    https://repo.continuum.io/pkgs/free
widgetsnbextension        2.0.0                    py36_0    https://repo.continuum.io/pkgs/free
win_unicode_console       0.5                      py36_0    https://repo.continuum.io/pkgs/free
wrapt                     1.10.10                  py36_0    https://repo.continuum.io/pkgs/free
xlrd                      1.0.0                    py36_0    https://repo.continuum.io/pkgs/free
xlsxwriter                0.9.6                    py36_0    https://repo.continuum.io/pkgs/free
xlwings                   0.10.4                   py36_0    https://repo.continuum.io/pkgs/free
xlwt                      1.2.0                    py36_0    https://repo.continuum.io/pkgs/free
zict                      0.1.2                    py36_0    https://repo.continuum.io/pkgs/free
zlib                      1.2.8                    vc14_3  [vc14]  https://repo.continuum.io/pkgs/free

Details about conda and system ( conda info ):
(C:\ProgramData\Anaconda3) C:\WINDOWS\system32>conda info
Current conda install:

               platform : win-64
          conda version : 4.3.21
       conda is private : False
      conda-env version : 4.3.21
    conda-build version : not installed
         python version : 3.6.1.final.0
       requests version : 2.14.2
       root environment : C:\ProgramData\Anaconda3  (read only)
    default environment : C:\ProgramData\Anaconda3
       envs directories : C:\Users\xxxxx\AppData\Local\conda\conda\envs
                          C:\ProgramData\Anaconda3\envs
                          C:\Users\xxxxx\.conda\envs
          package cache : C:\ProgramData\Anaconda3\pkgs
                          C:\Users\xxxxx\AppData\Local\conda\conda\pkgs
           channel URLs : https://repo.continuum.io/pkgs/free
            config file : C:\Users\xxxxx\.condarc
             netrc file : None
           offline mode : False
             user-agent : conda/4.3.21 requests/2.14.2 CPython/3.6.1 Windows/10 Windows/10.0.18362
          administrator : False

0.2.4_py_2 is being preferred over 0.2.6_py_1 when installing spyder

issuing conda install spyder

yields the following results:

The following NEW packages will be INSTALLED:
[...]
ipykernel:                4.9.0-py36_0           conda-forge
[...]
spyder-kernels:           0.2.6-py_0             conda-forge

The issue is that ipykernels 4.9.0 is broken on windows. This PR created a new build for spyder-kernels (build 1), which was supposed to take over:
#16

but it isn't being found.

Accepting that spyder be installed then calling:

conda install spyder-kernels=0

finds build 1 as expected and downgrades ipykernel to 4.8.2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.