Questions tagged [spyder]
6 questions
2
votes
1 answer
How to start spyder from desktop on LMDE5?
I would like to start spyder from a .desktop shortcut.
I am unfortunately unable to start it directly from AnacondaNav, as it stops with a Exit code: 134 message.
As an alternative, I installed spyder using:
conda update -n base -c defaults conda …
christerk
- 21
- 3
1
vote
1 answer
Can not run Spyder from conda env: MIT-MAGIC-COOKIE-1 error
When in conda environment I run spyder in my local machine (opensuse leap 15), I get the following error:
Invalid MIT-MAGIC-COOKIE-1 keyQXcbConnection: Could not connect to
display :0 Aborted (core dumped)
Reinstalling the env and/or spyder does…
Grant
- 11
- 1
1
vote
1 answer
Installing and running spyder3 in Debian Stretch
The stable version (3.1.3) in the Debian Stretch repository is kind of old (https://packages.debian.org/search?keywords=spyder3).
So, I installed the 3.2.6 version via pip3 install spyder --user.
How can I run it? Tried: spyder, spyder3,…
Pierre B
- 2,143
- 6
- 23
- 38
0
votes
1 answer
Is Spyder 4.1.2 newer than 4.1.3?
I stated Spyder in Ubutun 20.04. It said that "Spyder 4.1.3 is available! ". I have installed the version 4.1.2. On the command line I got a message:
(base) jaakko@jaakko-Lenovo-IdeaPad-L340-17IWL:~/Desktop$ sudo apt update
Hit:1…
guest
- 3
- 1
0
votes
2 answers
I get an error trying to start Spyder after doing a "conda update --all"
This is the error I get when starting Spyder from a terminal window:
$ spyder
QApplication: invalid style override passed, ignoring it.
Traceback (most recent call last):
File "/home/daniel/anaconda3/bin/spyder", line 11, in…
gornvix
- 463
- 6
- 17
0
votes
1 answer
Missing Dependencies Spyder3 Python 3.5 - pylint 0.25 / rope 0.9.4
I have some problems with missing dependencies when starting Spyder 3 with Python 3.5. I use Debian Strech and switched to Python 3.5 as standard setting It says when starting Spyder3 rope 0.9.4 and pylint 0.2.5 is NOK.
Here is the list from…
leo lerey
- 1
- 1
- 1