Bug 20203 - Spyder3 doesn't start (pyqt check didn't pass)
Summary: Spyder3 doesn't start (pyqt check didn't pass)
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: All Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Philippe Makowski
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-29 14:42 CET by papoteur
Modified: 2017-02-07 15:52 CET (History)
1 user (show)

See Also:
Source RPM: spyder3-3.0.2-1.mga6
CVE:
Status comment:


Attachments

Description papoteur 2017-01-29 14:42:27 CET
Description of problem:
spyder3
Traceback (most recent call last):
  File "/usr/lib/python3.5/site-packages/spyder/requirements.py", line 39, in check_qt
    import qtpy
ImportError: No module named 'qtpy'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/bin/spyder3", line 3, in <module>
    start.main()
  File "/usr/lib/python3.5/site-packages/spyder/app/start.py", line 103, in main
    from spyder.app import mainwindow
  File "/usr/lib/python3.5/site-packages/spyder/app/mainwindow.py", line 49, in <module>
    requirements.check_qt()
  File "/usr/lib/python3.5/site-packages/spyder/requirements.py", line 53, in check_qt
    % (qt_infos['pyqt5'] + qt_infos['pyqt']))
  File "/usr/lib/python3.5/site-packages/spyder/requirements.py", line 24, in show_warning
    raise RuntimeError(message)
RuntimeError: Failed to import qtpy.
Please check Spyder installation requirements:

qtpy 1.1.0+ and either
PyQt5 5.2+ or
PyQt4 4.6+

Version-Release number of selected component (if applicable):

spyder3-3.0.2-1.mga6
in Cauldron 64 bits
Comment 1 David GEIGER 2017-01-29 17:00:12 CET
I just imported two missing python packages on python-qtpy and python-qtawesome (needed for syper) and also I added some missing dependencies for spyder and spyder3.

So should be fixed in next spyder/spyder3 update.

- spyder-3.0.2-2.mga6
- spyder3-3.0.2-2.mga6

CC: (none) => geiger.david68210

Comment 2 Philippe Makowski 2017-02-07 15:52:50 CET
Resolved

Status: NEW => RESOLVED
Resolution: (none) => FIXED


Note You need to log in before you can comment on or make changes to this bug.