-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 won't start after upgrade to 3.1.0 due to an error with QRegularExpression #3989
Comments
What are your qt and pyqt versions? |
PyQt5: 5.3.1 |
I think this is a bug of Qt5, you should upgrade to PyQt>=5.5 QRegularExpression was introduced in Qt 5.0 but QTextDocument.find supporting QRegularExpression was introduced in Qt 5.5 @ccordoba12 Since we are supporting PyQt5 5.2+, Should we implement a workaround for this? |
@rlaverde, yes. Please add a check for qt 5.5+ where you introduced this feature. This is a priority for 3.1.1, so I want a PR as soon as possible :-) |
I can't. Pip can't and opensuse does not offer an update. Pip:
|
1 similar comment
I can't. Pip can't and opensuse does not offer an update. Pip:
|
@BeateBier, this error will be fixed in Spyder 3.1.1. Sorry for hassle. |
Description of your problem
What steps will reproduce the problem?
What is the expected output? What do you see instead?
I expect spyder to start, instead I get an error:
Please provide any additional information below
Versions and main components
Dependencies
Please go to the menu entry
Help > Optional Dependencies
(orHelp > Dependencies
), press the buttonCopy to clipboard
and paste the contents below:
I can't get spyder to start, so ...
The text was updated successfully, but these errors were encountered: