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.

Installation of Spyder 3.0.1 on Ubuntu 16.04

See original GitHub issue

Description 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:closed
  • Created 7 years ago
  • Comments:13 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ccordoba12commented, Nov 9, 2016

You can run

pip install -U --user spyder

or install the Anaconda Python distribution (which comes with Spyder, among a bunch of other packages).

0reactions
ccordoba12commented, Jan 23, 2017

Anaconda is going to support Qt 5.6 during this year and probably the next one.

Read more comments on GitHub >

github_iconTop 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 >

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