Discussion:
[conda] conda update and Jupyter -- strange behavior
a***@gmail.com
2018-08-20 12:46:16 UTC
Permalink
This is kind of strange. Conda does not show any updates but when I try to
install Jupyter it says some packages need to be updated and it will do the
update. Why this behavior ?

[***@arch64 ~]$ conda update conda
Solving environment: done

# All requested packages already installed.

[***@arch64 ~]$ conda update --all
Solving environment: done

# All requested packages already installed.

[***@arch64 ~]$ conda install jupyter

...SNIP...
The following NEW packages will be INSTALLED:

appdirs: 1.4.3-py37h28b3542_0
attrs: 18.1.0-py37_0

..... SNIP....
The following packages will be UPDATED:

asn1crypto: 0.24.0-py36_0 --> 0.24.0-py37_0
backcall: 0.1.0-py36_0 --> 0.1.0-py37_0
certifi: 2018.8.13-py36_0 --> 2018.8.13-py37_0
cffi: 1.11.5-py36h9745a5d_0 --> 1.11.5-py37h9745a5d_0
chardet: 3.0.4-py36_1 --> 3.0.4-py37_1
conda: 4.5.10-py36_0 --> 4.5.10-py37_0
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/d1824b35-a927-40dc-9908-a644f4487e15%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...