Installation of Spyder 3.0.1 on Ubuntu 16.04
See original GitHub issueDescription of your problem
How can I install the latest version of Spyder under Ubuntu 16.04?
What steps will reproduce the problem?
The current version of Spyder from the official ubuntu sources is 2.3.8 which is outdated since meanwhile version 3.0.1 exists.
In the Linux installation instructions it is referred to the latest debian package if the Ubuntu package is outdated which is not working in my case.
What’s the easiest way to install the newest version of Spyder on Ubuntu 16.04?
What is the expected output? What do you see instead?
Please provide any additional information below
Versions and main components
- Spyder Version: 2.3.8
- Python Version: 3.5
- Operating system: Ubuntu 16.04 64 Bit
Dependencies
Please go to the menu entry Help > Optional Dependencies
(or
Help > Dependencies
), press the button Copy to clipboard
and paste the contents below:
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (5 by maintainers)
Top Results From Across the Web
Install Spyder3 without Anaconda on ubuntu 16.04
After trial and error I can suggest the following: sudo apt-get install python3-pip python3-pyqt4 \ python3-pyqt5 python3-pyqt5.qtsvg ...
Read more >Installation — Spyder 3 documentation
Spyder is relatively easy to install on Windows, Linux and macOS. Just make sure to read and follow these instructions with care.
Read more >How to select what version of Python Spyder will open on ...
I have been struggling with multiple versions of Python on Ubuntu 16.04. I have versions 2.7 and 3.5. I have followed the steps...
Read more >How To Install Python 3 and Set Up a Local Programming ...
This tutorial will guide you through installing Python 3 on your local Linux machine and setting up a programming environment via the command ......
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 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
You can run
or install the Anaconda Python distribution (which comes with Spyder, among a bunch of other packages).
Anaconda is going to support Qt 5.6 during this year and probably the next one.