atomicwrites >=1.2.0 : 1.4.0 (OK)
chardet >=2.0.0 : 3.0.4 (OK)
cloudpickle >=0.5.0 : 1.5.0 (OK)
diff_match_patch >=20181111 : 20181111 (OK)
intervaltree : None (OK)
IPython >=4.0 : 7.16.1 (OK)
jedi =0.14.1 : 0.14.1 (OK)
keyring : None (OK)
nbconvert >=4.0 : 5.6.1 (OK)
numpydoc >=0.6.0 : 1.1.0 (OK)
pexpect >=4.4.0 : 4.8.0 (OK)
pickleshare >=0.4 : 0.7.5 (OK)
psutil >=0.3 : 5.7.0 (OK)
pygments >=2.0 : 2.6.1 (OK)
pylint >=0.25 : 2.4.4 (OK)
pyls >=0.31.2;<0.32.0 : 0.31.7 (OK)
xdg >=0.26 : 0.26 (OK)
zmq >=17 : 19.0.1 (OK)
qdarkstyle >=2.7 : 2.8.1 (OK)
qtawesome >=0.5.7 : 0.7.2 (OK)
qtconsole >=4.6.0 : 4.7.5 (OK)
qtpy >=1.5.0 : 1.9.0 (OK)
rtree >=0.8.3 : 0.9.4 (OK)
sphinx >=0.6.6 : 3.1.2 (OK)
spyder_kernels >=1.8.1;<2.0.0: 1.8.1 (OK)
watchdog : None (OK)
cython >=0.21 : None (NOK)
matplotlib >=2.0.0 : 3.2.2 (OK)
numpy >=1.7 : 1.18.5 (OK)
pandas >=0.13.1 : None (NOK)
scipy >=0.17.0 : 1.5.0 (OK)
sympy >=0.7.3 : None (NOK)
Hi @jimfoo88 could you try to update spyder? If you are using Anaconda you could try conda install spyder=4.1.*
. If you use pip something like pip install -U spyder
should make the update.
Hi Daniel, thanks for the speedy response, I'll try updating it.
On Thu, 16 Jul 2020, 02:34 Daniel Althviz Moré, notifications@github.com
wrote:
Hi @jimfoo88 https://github.com/jimfoo88 could you try to update
spyder? If you are using Anaconda you could try conda install spyder=4.1.*.
If you use pip something like pip install -U spyder should make the
update.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/spyder-ide/spyder/issues/13307#issuecomment-658932901,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ADBQTQSTGYP5JDJ4QKDLTFTR3XZDRANCNFSM4O2XKT4A
.
Update: I've used conda update spyder
to update spyder to ver 4.1.4 and now I'm able to code and run my program for more than 8hrs without crashing, I would say it's very stable now.
Once again, thanks a lot for your help.
Most helpful comment
Update: I've used
conda update spyder
to update spyder to ver 4.1.4 and now I'm able to code and run my program for more than 8hrs without crashing, I would say it's very stable now.Once again, thanks a lot for your help.