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 Stalls on Tab Change

See original GitHub issue

Issue Report Checklist

  • [x ] 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 switching between tabs with ctrl + shift it stalls, when doing ctrl + up or down arrow it changes tab immediately.

What steps reproduce the problem?

  1. Trying to change tabs with ctrl + shift

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

Immediate switching of tabs on release.

Paste Traceback/Error Below (if applicable)


NA

Versions

  • Spyder version: 5.3.2 (conda)
  • Python version: 3.7.12 64-bit
  • Qt version: 5.12.1
  • PyQt5 version: 5.12
  • Operating System: Linux 5.15.0-43-generic

Dependencies

NA

https://webmshare.com/aBmjz

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kaleb-kenycommented, Aug 9, 2022

that was the issue, switched xorg and it works, thank you

1reaction
ccordoba12commented, Aug 8, 2022

Ok, I see. Then please run

conda activate spyder-cf
conda update -c conda-forge pyqt

That could give you conflict errors. If that’s the case, just posted them here and I can help you to sort them out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Change the tab stop (\t) size in Spyder's IPython Console
Show activity on this post. For some, it appears that the tab stop size in the IPython Console stop is 4 and not...
Read more >
Chrome Hangs, Tabs Freezing; Learn How to Fix It
This article provides 9 solutions to tackle the Chrome hanging up as well as the Chrome tabs freezing issue.
Read more >
Troubleshooting - Anaconda Documentation
Run Update Index from the Environments page of Navigator. Quit and restart Navigator. If it's still broken, confirm that your .condarc file is...
Read more >
Is it possible to recover a tab in Spyder - python - Super User
I am new on python, and by mistake I deleted my tab that I was working on. There is a way to recover...
Read more >
Debugger — Spyder 5 documentation
Use the up and down arrows to recall previous commands, and press Tab to trigger ... You can access and edit local and...
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