Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Installing Spyder

Programming languages, Coding, Executables, Package Creation, and Scripting.
Post Reply
Message
Author
User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Installing Spyder

#1 Post by ramack »

If you've installed Spyder, how did you install it?
pip, apt-get install python3-spyder, via anaconda ?
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

peer
Posts: 451
Joined: 2017-03-26 10:14
Has thanked: 9 times
Been thanked: 22 times

Re: Installing Spyder

#2 Post by peer »

sudo apt install spyder

User avatar
ramack
Posts: 499
Joined: 2008-01-28 15:31
Location: Centennial, CO
Has thanked: 6 times

Re: Installing Spyder

#3 Post by ramack »

Peer,
Couple of questions...1) Are you running Bookworm, 2) what version of Python does Spyder point to, 2 or 3?
homemade AMD64, Acer AspireOne 150, Asus eeePC 900, i386; Testing
i386,Dell Vostro 1000 AMD64, Dell Inspiron 1100; Sid
XFCE on all.

arzgi
Posts: 1198
Joined: 2008-02-21 17:03
Location: Finland
Been thanked: 32 times

Re: Installing Spyder

#4 Post by arzgi »

Code: Select all

 aptitude show spyder
Paketti: spyder                            
Versio: 5.4.2+ds-5
Tila: ei asennettu
Tärkeys: valinnainen
Ryhmä: devel
Vastuuhenkilö: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Arkkitehtuuri: all
Koko purettuna: 116 k
Riippuvuudet: python3-spyder (= 5.4.2+ds-5), python3:any
Ehdotukset: python3-spyder-unittest
Kuvaus: Richly-featured Python IDE
 Spyder is a powerful interactive development environment for Python providing
 many features and facilities, including advanced editing facilities (including
 tooltips and completion facilities), issue highlighting, interactive testing,
 debugging and introspection facilities, an embedded console (IPython) supporting
 graphics and much more. 
 
 This package provides the application. 
 
 There is one plugin currently available in Debian: spyder-unittest, in the
 package python3-spyder-unittest.
Homepage: https://github.com/spyder-ide/spyder
Merkit: devel::ide, devel::lang:python, implemented-in::python, role::program

peer
Posts: 451
Joined: 2017-03-26 10:14
Has thanked: 9 times
Been thanked: 22 times

Re: Installing Spyder

#5 Post by peer »

ramack wrote: 2023-11-02 22:31 Peer,
Couple of questions...1) Are you running Bookworm, 2) what version of Python does Spyder point to, 2 or 3?
I am running bookworm (kde) and python version is 3

Post Reply