<!doctype html>
<html>
 <head> 
  <meta charset="UTF-8"> 
 </head>
 <body>
  <p class="default-style">Thank you very much !<br></p>
  <p class="default-style">Your command did not work in Spyder's console on the desktop, first because of the 3 at the end of pip, then because pressing the Y key at the prompt did not do anything. After googling how to force uninstall I found the command that worked for the desktop :<br></p>
  <p class="default-style">pip uninstall iPython -y</p>
  <p class="default-style">(I did not have a local qtconsole package installed)<br></p>
  <p class="default-style"><br></p>
  <p class="default-style">In qemu, I typed this in a regular console since no console worked in Spyder :<br></p>
  <p class="default-style">python3 -m pip uninstall qtconsole iPython<br></p>
  <p class="default-style">Here the prompts accepted my Y presses.<br></p>
  <p class="default-style">I then had to do (probably because I closed spyder while it was reporting the error messages for a github bug report) :</p>
  <p class="default-style">killall spyder<br></p>
  <p class="default-style">Then Spyder started successfully !<br></p>
  <p class="default-style"><br></p>
  <p class="default-style">Too bad your instructions are not included in Spyder's error messages to explain to people like me who are not pros what to do to solve such a simple problem !<br></p>
  <p class="default-style"><br></p>
  <p class="default-style">Anyway, thank you again !<br></p>
  <p class="default-style"><br></p>
  <p class="default-style">P.S. : the mail bounced because this mail address I use for bug reports had not been used for too long, and I had to renew the password.<br></p>
 </body>
</html>