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.

Spyder crashes when opening variable explorer

See original GitHub issue

Issue Report Checklist

  • Searched the issues page for similar reports
  • Read the relevant sections of the Spyder Troubleshooting Guide and followed its advice
  • Reproduced the issue after updating with conda update spyder (or pip, if not using Anaconda)
  • Could not reproduce inside jupyter qtconsole (if console-related)
  • Tried basic troubleshooting (if a bug/error)
    • Restarted Spyder
    • Reset preferences with spyder --reset
    • Reinstalled the latest version of Anaconda
    • Tried the other applicable steps from the Troubleshooting Guide
  • Completed the Problem Description, Steps to Reproduce and Version sections below

Problem Description

When opening a variable with complicated entries, Spyder crashes.

What steps reproduce the problem?

  1. Unzip this zip file, inside is a *.spydata file SpyderIDEBug.zip
  2. load the variables inside of this file into the variable explorer Now you should see a variable named “match” which is a list of dictionaries.
  3. Open the variable “match” and open one dictionary

What is the expected output? What do you see instead?

It should show the entries of the dictionary, but Spyder crashes. Maybe it is because of this hexadecimal representation?

Versions

  • Spyder version: 4.0.0b4
  • Python version: 3.7.3 64-bit
  • Qt version: 5.12.3
  • PyQt version: 5.12.3
  • Operating System name/version: Windows 10

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:14 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
gerdinardcommented, Oct 28, 2019

I had the same problem. I just updated spyder (conda update spyder) and now it works fine.

1reaction
ccordoba12commented, Oct 25, 2019

@dalthviz, it seems this is an issue with PyQt 5.12. Please check if there are references about something similar in the web.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Variable Explorer freezes when viewing tuples in python ...
When I double-click on the Value of any tuple, Spyder opens a new popo-up window for the variable, but it immediately freezes and...
Read more >
First Steps — Spyder 4 documentation
If Spyder crashes or you receive an error message, please read the following troubleshooting steps before opening a new issue. There's a good...
Read more >
Spyder crashes at launch: "python.exe has stopped working"
1. Uninstalling and reinstalling · 2. Resetting spyder (spyder --reset) · 3. deleting the .spyder2 directory · 4. changing the spyder config file,...
Read more >
spyder-ide/public - Gitter
If I scroll the help view up and down spyder crashes. This is not allways triggered immediately, ... DataFrames are not opening in...
Read more >
spyderlib
927, WontFix, OpenCV integration with the Variable Explorer Type-Defect ... 898, Fixed, Spyder should not crash when 3rd party plugin fails to import ......
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