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.

Update to Spyder 5 from linux distribution packages

See original GitHub issue

Hello, i installed spyder on Linux with Terminal. Spyder 4 works perfect. updated to 5.2.2 but system starts only spyder 4. any ideas?

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

What steps reproduce the problem?

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

Paste Traceback/Error Below (if applicable)


PASTE TRACEBACK HERE

Versions

  • Spyder version:
  • Python version:
  • Qt version:
  • PyQt version:
  • Operating System name/version:

Dependencies

PASTE DEPENDENCIES HERE

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
juliangilbeycommented, Mar 28, 2022

Hi @mateMathieu, I imagine that there is very little chance of Ubuntu including Spyder 5.3.0 in 22.04, though having it in 22.10 is likely. Ubuntu takes its packages from Debian, and it turned out that upgrading from 4.2.1 to 5.2.x was not feasible due to PyQt5 version incompatibilites. I’m hoping that I will be able to release 5.3.0 in Debian within the next month or two (though real-life and technical challenges might mean that it takes somewhat longer). Debian also doesn’t yet have debugpy, which is proving to be a real headache to sort out, so it may be that we have Spyder without debugpy initially.

Also, as @dalthviz says, pip install --user -U spyder, possibly in a virtual environment, will always get you the latest and greatest version.

1reaction
mateMathieucommented, Mar 31, 2022

OK thanks for your constructive comments.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation Guide — Spyder 5 documentation
To download the supported Spyder installer for your platform, simply click the appropriate link below (for Linux, see the Conda-based distributions section).
Read more >
How can i update to spyder 5 on ubuntu 20.04?
2 Answers 2 · Update Anaconda distribution. conda update conda · Install Spyder 5 IDE. conda install -c anaconda spyder · Type y...
Read more >
The Easiest Way to Update Spyder to the Latest Version
1.) Open Terminal or Anaconda Prompt with the administrator right. · 2.) Update your conda/anaconda to the latest version with the following ...
Read more >
How to update Spyder in Anaconda to 5.x?
What didn't work. Whenever I launch Spyder IDE, I get this prompt to upgrade the version to 5.x, and today, I decided to...
Read more >
Installation — Spyder 3 documentation
Installing on Linux¶ · Ubuntu: Using the official package manager: sudo apt-get install spyder . Note · Debian Unstable: Using the package manager:...
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