Update to Spyder 5 from linux distribution packages
See original GitHub issueHello, 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
(orpip
, 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:
- Created 2 years ago
- Comments:9 (6 by maintainers)
Top 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 >
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 Free
Top 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
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.OK thanks for your constructive comments.