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

Spyder Crash #6031

Closed
SibasishTripathyy opened this issue Dec 21, 2017 · 1 comment
Closed

Spyder Crash #6031

SibasishTripathyy opened this issue Dec 21, 2017 · 1 comment

Comments

@SibasishTripathyy
Copy link

Description of your problem

I wrote this piece of code to import SVC class from svm library.
from sklearn.svm import SVC
classifier = SVC()
Now, when i place my cursor just before the parenthesis in front of the letter C and press

Control + I

to inspect, instead of showing me the parameters/documentation and other info(as it does with other classes), spyder crashes with the following error message on my terminal

Segmentation fault (core dumped)

What steps will reproduce the problem?

  1. Type sklearn.svm import SVC
  2. Then type, classifier = SVC()
  3. Press Control + I to inspect SVC class for parameters. (It then crashes)

What is the expected output? What do you see instead?
Expect to see the SVC class documentation.
I see spyder crashing and an error message:- Segmentation fault (core dumped)

Please provide any additional information below

Versions and main components

  • Python Version: 3.6.2
  • Operating system: Fedora OS

Dependencies

Please go to the menu entry Help > Optional Dependencies (or
Help > Dependencies), press the button Copy to clipboard
and paste the contents below:

@ccordoba12
Copy link
Member

Thanks for reporting. This looks like a duplicate of issue #5514 and it'll be fixed in our 3.2.5 version, to be released soon.

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

3 participants