Score:1

Install spyder 4 in ubuntu 20.04

in flag

I just want to install spyder in its lastest version. I'm running on ubuntu 20.04. First i tried installing anaconda but I didn't like it because I don't want to use anaconda environment. So i uninstalled anaconda and now i want to install just spyder and upgrade it to it lastest version. By the moment I can run spyder 3, but it doesn't recognize me main packages. Like, for example, pandas. Any help? Thanks!

Score:3
us flag

This worked for me ubuntu 20.04:

  1. Install sypder3 from linux terminal sudo apt-get install spyder

  2. Then upgrade to spyder 5 sudo python3 -m pip install --upgrade spyder

You will have both spyder 3 and spyder 5 running side by side. You can choose to keep both or delete one (or delete both!)

Score:0
dk flag

Anaconda makes your life very easy in terms of managing packages. I assume that when you said you didn't like Anaconda environment you mean "Navigator". Sure not the best way to manage packages,but you don't have to use it. You can simply use conda on your terminal. When doing so you don't always have to worry about which dependencies you need, conda figures that out for you (in most cases).

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.