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.
conda install spyder=4.2.0
C:\WINDOWSsystem32>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:
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.
# 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)
Same issue here. I'm working on macOS.
Hi @JanWaldhorn and @luismiguells seems like version in 4.2.0 is still not available. From our side there is not much we can do about it, sorry :/ . Pinging @ccordoba12 just in case we can ask someone over the Anaconda side to check if there is something that prevents updating the package version available on the anaconda channel.
Also, for Spyder 4.2.0 we started building standalone application installer for Mac and Windows. You can check them in the release page or for more info about installation/run options you can check them in the documentation page
@dalthviz thanks for the information 馃憤馃徑. I tried running the standalone application on macOS 11.0.1 but it never opens, so I return to Anaconda. I don't know if I need to install something else or just the standalone application because if you don't have Anaconda you can't run the the conda
commands as far as I know.
@luismiguells, our installer will work with Big Sur in our next version (4.2.1), to be released in three week.s
After some days, I was able to install spyder 4.2.0 on windows by simply doing conda install spyder=4.2.0
. However, for unix-based systems, this is not possible yet. I once tried conda install -c conda-forge spyder=4.2.0
on Linux Mint but it messed up with my dependencies and I had to install anaconda from scratch.
Is there a way make the new version available for Linux/Mac or should we wait for the 4.2.1 version?
@dcasasor-purdue fascinating to hear. I just tried it again and it still does not work for me. Also the version on the Anaconda page has not changed (still 4.1.5). btw thanks for the explanation @dalthviz
Maybe I try the stand a lone version, but at the moment 4.1.5. works just fine for me.
Hi @dcasasor-purdue if you want to have Spyder 4.2.0 I would suggest to create a new env and install from the conda-forge channel (to prevent messing up with your base env and default channel packages). Something like this should create an env spyder42
with Spyder 4.2.0: conda create -n spyder42 spyder=4.2.0 -c conda-forge
It's still not working. Will it be solved?
It doesn't depend on us but on the Anaconda team, sorry.
This should be closed... it finally appears yesterday (2020-12-11).
Yes indeed it works for me too. Thanks to all for the help.
Most helpful comment
This should be closed... it finally appears yesterday (2020-12-11).