question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to update to 4.2.0 via conda. Latest version 4.1.5 (anaconda.org)?

See original GitHub issue

Problem 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?

  1. Under win 10, open an Anaconda prompt with admin rights.
  2. 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:

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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
Dan-Pattersoncommented, Dec 12, 2020

This should be closed… it finally appears yesterday (2020-12-11).

1reaction
dalthvizcommented, Jan 9, 2021

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Anaconda Spyder 4.1.5 updates - Stack Overflow
I can't do this through navigator. The Anaconda page says to run 'conda install -c anaconda spyder' to install Spyder 4.1.5. link: Anaconda.org...
Read more >
Installing an updated R version (>=4.0) using conda - Biostars
Hi Nitin, I tried to install the latest R (version 4.1. 0) using conda following your tutorial. The installation is success.
Read more >
R Base - :: Anaconda.org
R is a free software environment for statistical computing and graphics. Conda · Files · Labels · Badges. License: GPL-2.0-or ...
Read more >
Release notes — Anaconda documentation
Conda has been updated to v22.9.0. Anaconda Navigator has been updated to v2.3.1. This installer uses python-3.9. This is the first release that...
Read more >
How to update Spyder in Anaconda to 5.x?
What didn't work. Whenever I launch Spyder IDE, I get this prompt to upgrade the version to 5.x, and today, I decided to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found