Python 3.6.3
RHEL 6.8
installed with pip install spyder
Installing goes fine but when I try to run it I get this:

root # ../bin/spyder3 
Traceback (most recent call last):
  File "/opt/pwchangeVE2/lib/python3.6/site-packages/qtpy/__init__.py", 
line 148, in <module>
    from PySide import __version__ as PYSIDE_VERSION  # analysis:ignore
ModuleNotFoundError: No module named 'PySide'


During handling of the above exception, another exception occurred:


Traceback (most recent call last):
  File "../bin/spyder3", line 11, in <module>
    sys.exit(main())
  File "/opt/pwchangeVE2/lib/python3.6/site-packages/spyder/app/start.py", 
line 143, in main
    from spyder.app import mainwindow
  File 
"/opt/pwchangeVE2/lib/python3.6/site-packages/spyder/app/mainwindow.py", 
line 49, in <module>
    requirements.check_qt()
  File "/opt/pwchangeVE2/lib/python3.6/site-packages/spyder/requirements.py"
, line 39, in check_qt
    import qtpy
  File "/opt/pwchangeVE2/lib/python3.6/site-packages/qtpy/__init__.py", 
line 154, in <module>
    raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found

I tried installing PySide but it does not support this version of python 
and then I read that spyder  does not use PySide anymore and that I should 
be using   pyqt5  which I have.  Do I need to set something to tell it 
about Qt bindings?

Thanks,
Lois

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to