conda update spyder
(or pip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
PASTE TRACEBACK HERE
PASTE DEPENDENCIES HERE
Started a introductory course on Python at MITOpenCourseware. This required installation of Anaconda. Like in the course I wanted to use Spyder, and after installating Anaconda (i.e. "fresh") this immediately repeatingly wanted an update (which is also 'strongly recommanded'). However, this update didn't work, taking a lot of time and finally reporting conflicts. I found the/a solution that worked at: https://github.com/spyder-ide/spyder/issues/10964 (suggesting several solutions, but for me the "conda update anaconda" worked)), but this is a closed issue. However, it stil persists almost half a year and four versions later. This is very discouraging for beginning students, not being skilled as system manager.
I'm sorry, closed by accident.
hi i have the same issue not being able to install spyder 4.1.2, when u said downgrading does it downgrade to the older versions? and then ur able to install spyder 4.1.2?
@adeny100 I noticed it being mentioned when I did the "conda update anaconda" command in the Anaconda Prompt, so it happend automatically. It did downgrade something, but I don't know what. My impression, for what it's worth, was not the Spyder, not the Anaconda and not the Python.
This is a known issue with Anaconda, i.e. that you need to run first
conda update anaconda
before running
conda install spyder=4.1.2
after a fresh Anaconda installation.
I updated the instructions in our Releases page with that info. However, we'll also add this advice to our update dialog so that people can have access to that info from within Spyder too.
@ModeratelyModular, on a side note: could you let us know the name of the Python course you're taking that uses Spyder?
@ccordoba12 I used the link from here:
In the video course they use Spider (that apparently comes with Anaconda, but it is stated the other way around too ;-))
Thanks for the info @ModeratelyModular!
@juanis2112, could you blog tweet about this? The last available "Introduction to Computer Science and Programming in Python" course in MIT's OpenCourseWare is using Spyder, as can be seen in the screenshot below:
That's good old Spyder 2, but I still think it's important!
This is the link to the page I'm showing above:
The video is paused on minute 4:33
.
I'm so glad that my spyder 4.1.2 could be installed because of this. Thank you so much @ModeratelyModular and @ccordoba12 !!!
@adeny100 You're welcome. Glad to have been of any help.
@ccordoba12 Thanks for the quick and adequate response.
Most helpful comment
I'm so glad that my spyder 4.1.2 could be installed because of this. Thank you so much @ModeratelyModular and @ccordoba12 !!!