Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Profiling hangs/freezes Spyder #2976

Closed
bilderbuchi opened this issue Feb 10, 2016 · 8 comments
Closed

Profiling hangs/freezes Spyder #2976

bilderbuchi opened this issue Feb 10, 2016 · 8 comments

Comments

@bilderbuchi
Copy link

Hi!

When trying to profile a script in Spyder, it hangs (permanently afaict) in the "sorting data" stage, as soon as I use an external (read: non-stdlib) package.

Repro code:

# import itertools  # works OK
import requests  # hangs
# import matplotlib.pyplot as plt  # hangs
# import numpy  # hangs

I'm using Anaconda on Windows 8.1

  • Spyder Version: 2.3.8
  • Python Version: 3.5.1
  • Qt Versions: 4.8.7, PyQt4 (API v2) 4.11.4 on Windows
pyflakes >=0.6.0   :  1.0.0 (OK)
pep8 >=0.6         :  1.7.0 (OK)
pygments >=1.6     :  2.1 (OK)
IPython >=1.0      :  4.0.3 (OK)
zmq >=2.1.11       :  15.2.0 (OK)
qtconsole >=4.0    :  4.1.1 (OK)
pandas >=0.13.1    :  0.17.1 (OK)
sphinx >=0.6.6     :  1.3.5 (OK)
rope >=0.9.2       :  0.9.4-1 (OK)
jedi >=0.8.1;<0.9.0:  0.9.0 (NOK)
matplotlib >=1.0   :  1.5.1 (OK)
sympy >=0.7.3      :  0.7.6.1 (OK)
pylint >=0.25      :  1.5.4 (OK)
@ccordoba12
Copy link
Member

Thanks for reporting. We'll try to fix this problem for our next major release (i.e. Spyder 3.0).

@bilderbuchi
Copy link
Author

thank you. :-)

@dingdinglhz
Copy link

I think I might have the same issue.

@ccordoba12 ccordoba12 modified the milestones: v3.1, v3.0beta4, v3.2 Jun 24, 2016
@ccordoba12
Copy link
Member

Sorry but I'm unable to reproduce this problem in Spyder 3.0 beta3. Please report back after Spyder 3.0 final is released (in a couple of weeks) to let us know if this problem was fixed for you too :-)

@NGJROMO
Copy link

NGJROMO commented Jun 28, 2016

Got the same problem, will let you know if Spyder 3.0 fixes this issue for me

@NGJROMO
Copy link

NGJROMO commented Jun 28, 2016

And I can confirm that the issue disappears when upgrading to 3.0 beta3. Good work guys.

I Updated by typing:

conda update qt pyqt
pip install --pre -U spyder

@ccordoba12 ccordoba12 modified the milestones: v3.0beta4, v3.2 Jun 28, 2016
@ccordoba12
Copy link
Member

Ok, thanks for the confirmation @NGJROMO!

@bilderbuchi
Copy link
Author

Thanks for confirming! (I'm not on 3.0 beta, yet)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants