How to remove this known missing dependency?

I have ubuntu 17.04

How to remove this known missing dependency?

Screenshot of the problem

please check this url, it has the screenshot of the problem

Answer

this is how I installed —–FOLLOW EXPLICITLY——

sudo apt purge spyder spyder3
sudo reboot now

Re-open a terminal and continue————-

sudo apt install python-rope python-sympy spyder
sudo apt update
sudo reboot now

This is how I finally got spyder to install with missing dependencies. I assume you can use apt to install any of the missing dependencies found in Help > Dependencies and look for any highlighted missing packages. Worked for me.

Attribution
Source : Link , Question Author : user6147887 , Answer Author : David Foerster

Leave a Comment