Running conda install does not update from 4.0.0rc3
See original GitHub issue#2842 Problem Description Running conda install -c anaconda spyder does not update from 4.0.0rc3
What steps reproduce the problem?
- Open miniconda terminal
- Run: conda install -c anaconda spyder
- Run: spyder
What is the expected output? What do you see instead?
Under Help -> About Spyder expect to see version 4.0.0
actually see:
Paste Traceback/Error Below (if applicable)
(keras-gpu) C:\Users\bbate>conda install -c anaconda spyder
Collecting package metadata (current_repodata.json): done
Solving environment: done
## Package Plan ##
environment location: C:\Users\bbate\Miniconda3\envs\keras-gpu
added / updated specs:
- spyder
The following packages will be downloaded:
package | build
---------------------------|-----------------
ca-certificates-2019.11.27 | 0 163 KB anaconda
certifi-2019.11.28 | py36_0 157 KB anaconda
------------------------------------------------------------
Total: 320 KB
The following packages will be UPDATED:
openssl pkgs/main::openssl-1.1.1d-he774522_3 --> anaconda::openssl-1.1.1-he774522_0
The following packages will be SUPERSEDED by a higher-priority channel:
ca-certificates pkgs/main --> anaconda
certifi pkgs/main --> anaconda
Proceed ([y]/n)? y
Downloading and Extracting Packages
certifi-2019.11.28 | 157 KB | ############################################################################ | 100%
ca-certificates-2019 | 163 KB | ############################################################################ | 100%
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
Versions
Spyder 4.0.0rc3
Python 3.6.9 64-bit
Qt 5.13.1
PyQt5 5.13.1
Windows 10
Dependencies
cloudpickle >=0.5.0 : 1.2.2 (OK)
pygments >=2.0 : 2.5.2 (OK)
qtconsole >=4.6.0 : 4.6.0 (OK)
nbconvert >=4.0 : 5.6.1 (OK)
sphinx >=0.6.6 : 2.2.2 (OK)
pylint >=0.25 : 2.4.4 (OK)
psutil >=0.3 : 5.6.7 (OK)
qtawesome >=0.5.7 : 0.6.0 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
zmq >=17 : 18.1.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
numpydoc >=0.6.0 : 0.9.1 (OK)
spyder_kernels >=1.8.0;<2.0.0: 1.8.0 (OK)
qdarkstyle >=2.7 : 2.7 (OK)
atomicwrites >=1.2.0 : 1.3.0 (OK)
diff_match_patch >=20181111 : 20181111 (OK)
intervaltree : None (OK)
watchdog : None (OK)
keyring : None (OK)
pexpect >=4.4.0 : 4.7.0 (OK)
pympler : None (OK)
sympy >=0.7.3 : None (NOK)
cython >=0.21 : None (NOK)
IPython >=4.0 : 7.10.1 (OK)
matplotlib >=2.0.0 : 3.1.2 (OK)
pandas >=0.13.1 : 0.25.3 (OK)
numpy >=1.7 : 1.16.5 (OK)
scipy >=0.17.0 : 1.3.1 (OK)
pyls >=0.31.1;<0.32.0 : 0.31.2 (OK)
rtree >=0.8.3 : 0.8.3 (OK)
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Conda will not update - Stack Overflow
I have miniconda3 installed. I keep getting this error, both in my base environment and custom environment(including when I run $ conda ......
Read more >AstroConda Documentation - Read the Docs
Conda, will not automatically update unless a newer version of a package is detected during a routine package instal- lation. Suffice to say, ......
Read more >conda Documentation - Read the Docs for Business
version of Python, you do not need to switch to a different ... Verify that conda is installed and running on your system...
Read more >Release notes — conda 4.6.1 documentation
resolve #7423 add upgrade error for unsupported repodata_version (#7415) ... fix #7240 conda's configuration context is not initialized in conda.exports ...
Read more >Installation — ESMValTool 2.4.0rc3 documentation
You are not reading the most recent version of this documentation. v2.6.0 is the ... Once you have installed conda, you can install...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I had the same problem - solved it by reinstalling…
Ok, a pointer for the Linux users - these settings folders are in your home directory in the
.config
folder.-c anaconda
is really unnecessary. You just need to run