Unable to update to 4.2.0 via conda. Latest version 4.1.5 (anaconda.org)?
See original GitHub issueProblem Description
Until now I could update spyder every time with the command “conda install spyder=x.x.x”. But currently I get the message that 4.1.5 seems to be the latest version and therefore no 4.2.0 is available.
There is the latest version under conda-forge, but I suspect that version 4.2.0 should also be officially available.
I have done the usual troubleshooting (conda update anaconda
then conda update spyder
), but since the anaconda repro 4.1.5 is mentioned as the current version, I do not suspect a local error.
What steps reproduce the problem?
- Under win 10, open an Anaconda prompt with admin rights.
conda install spyder=4.2.0
What is the expected output? What do you see instead?
C:\WINDOWS\system32>conda install spyder=4.2.0 Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.
PackagesNotFoundError: The following packages are not available from current channels:
- spyder=4.2.0
Current channels:
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you’re looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Versions
- Spyder version: 4.1.5 None
- Python version: 3.7.9 64-bit
- Qt version: 5.9.6
- PyQt5 version: 5.9.2
- Operating System: Windows 10
Dependencies
# Mandatory:
atomicwrites >=1.2.0 : 1.4.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
cloudpickle >=0.5.0 : 1.6.0 (OK)
diff_match_patch >=20181111 : 20200713 (OK)
intervaltree : None (OK)
IPython >=4.0 : 7.19.0 (OK)
jedi =0.17.1 : 0.17.1 (OK)
nbconvert >=4.0 : 6.0.7 (OK)
numpydoc >=0.6.0 : 1.1.0 (OK)
paramiko >=2.4.0 : 2.7.2 (OK)
parso =0.7.0 : 0.7.0 (OK)
pexpect >=4.4.0 : 4.8.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=5.3 : 5.7.2 (OK)
pygments >=2.0 : 2.7.2 (OK)
pylint >=1.0 : 2.6.0 (OK)
pyls >=0.34.0;<1.0.0 : 0.35.1 (OK)
qdarkstyle >=2.8 : 2.8.1 (OK)
qtawesome >=0.5.7 : 1.0.1 (OK)
qtconsole >=4.6.0 : 4.7.7 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
rtree >=0.8.3 : 0.9.4 (OK)
sphinx >=0.6.6 : 3.2.1 (OK)
spyder_kernels >=1.9.4;<1.10.0 : 1.9.4 (OK)
watchdog : None (OK)
zmq >=17 : 19.0.2 (OK)
# Optional:
cython >=0.21 : 0.29.21 (OK)
matplotlib >=2.0.0 : 3.3.2 (OK)
numpy >=1.7 : 1.19.2 (OK)
pandas >=0.13.1 : 1.1.3 (OK)
scipy >=0.17.0 : 1.5.2 (OK)
sympy >=0.7.3 : 1.6.2 (OK)
# Spyder plugins:
spyder_notebook : 0.3.1 (OK)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:13 (5 by maintainers)
This should be closed… it finally appears yesterday (2020-12-11).
Hi @NaderNazemi seems like the issue in your case is an inconsistency being generated do the packages you have in your env. That could be related with #14548 . As suggestion, if you want to check Spyder 4.2.x, is to create a new env and install there Spyder 4.2.0 (running something like this from the Anaconda Prompt should create the new env:
conda create -n spyder42 spyder=4.2.0