Spyder 3.2.6 [crashes/won't launch] after conda install into a fresh Python 2.7 environment
See original GitHub issueHi everyone,
Description of your problem
Thanks for looking into it. The following error notification pop up when I launch spyder 3.2.6.
I did some search on Internet and tried the following stuffs and still cannot solve the problem.
‘spyder --reset’ and then do spyder
, this seems loading stuffs without showing anything. However, a new pythonw.exe runs at the background though I don’t where it is.
spyder --show-console
shows same situation above.
delete the .spyder/spyder.lock folder delete the .spyder2 folder both shows same error notification.
What steps will reproduce the problem? Initially, I got the error notification above. install spyder in a brand-new virtual environment of python2.7 created via conda
Versions and main components
- Spyder Version: 3.2.6
- Python Version: python 2.7.114
- Qt Version: 5.6.2
- PyQt Version: 5.6.0
- Operating system: windows 7, 64bits
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Spyder keeps crashing during load in all Anaconda environment
Spyder 3.3.6 works in the base environment, but every time I make a new environment and install spyder in this, I get the...
Read more >Release notes — conda 22.11.1.post14+4f2f30268 ...
Please follow these steps to try out the new libmamba solver integration: Make sure you have conda-libmamba-solver installed in your conda base environment....
Read more >Switching between Python 2 and Python 3 environments
Create a new environment named py3, install Python 3.5: conda create --name py3 python=3.5. Now you have two environments with which to work....
Read more >Installation — pandas 0.17.0 documentation
The simplest way to install not only pandas, but Python and the most ... The next step is to create a new conda...
Read more >Compatibility Notices — AstroConda 0.0.1 documentation
If you have an indicated version of conda installed you may want to upgrade ... stsci-hst , or stwcs into a Python 2.7...
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
Thanks for following up, and for trying several techniques and search your issue before posting here. I’m sorry, I guess I must have misinterpreted your post. Since you never actually directed stated in the body of it what your actual problem was, particularly not near the top where one generally does so, and the title started with
and your first line was
coupled with the fact that you had just posted at least one other issue, hopefully you can see how this looked like a followup post to some other topic, not a self-contained bug report. Unfortunately, a number of users lately have been clogging up the system by doing the former and this one appeared to fit the pattern, but I’m sorry I jumped to conclusions so quickly before asking you to clarify. We just have very limited time and resources right now, being unfunded, and the constant barrage of duplicate issues we have to deal with saps a significant portion of what we do have.
To help avoid this in the future and ensure you get the best help possible, please make sure your title and the first few lines/paragraph(s) contains a detailed description of what the actual issue is, rather than a line or two referring to such buried at the very end. Furthermore, a title like
would make sense I suppose for a help forum, but isn’t very helpful for a bug tracker; instead, something like
is much more appropriate and descriptive.
Anyway, that aside, my main recommendation to you is to diligently follow all the steps/procedures described in the Spyder Troubleshooting Guide, specifically the Basic First Aid and Emergency CPR sections, which resolve the great majority of Spyder installation issues.
If it still isn’t working, please post any additional information listed in relevant subsection as a comment on this thread, and we’ll see what we can do.
This doesn’t do anything; it is already enabled by default and is thus deprecated.
spyder --debug
is what you want.spyder --reset
should already take care of the needed portion of this for you; hopefully this didn’t mess anything up.As the (I’d assume localized) text states, this just means Spyder crashed last time you were using it, not that anything’s necessarily wrong this session. The next version of Spyder will include an enhanced version of that dialog, with clearer and more detailed descriptive text, and links to more help resources including the troubleshooting guide. Hopefully that should solve any confusion there.
Anyway, if you’ve made it to the end of this mega-post, congrats. Your kitty (profile photo) is very cute, by the way…looks a lot like my precious cat.
As @ccordoba12 states in #5967 it is not possible (to our knowledge) to receive that error without a plugin installed, as no object called
DummyDock
exists anywhere in our codebase.I don’t want to prolong this any further, but to explain why we’re a little frustrated, in my second post I specifically asked
and you replied with
Also,
spyder-autopep8
was directly mentioned as a potential source of issues, with uninstalling it being the solution, under “Plugin Problems” in the troubleshooting guide I repeatedly requested you read for the past three consecutive posts.