FS#25065 - [ipython3] 0.10.2-1 missing optdeps on python-pygments and python-pyzmq

Attached to Project: Community Packages
Opened by Thomas Dziedzic (tomd123) - Friday, 08 July 2011, 03:22 GMT
Last edited by Kyle Keen (keenerd) - Monday, 19 September 2011, 00:20 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Kyle Keen (keenerd)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

ipython3-qtconsole
Traceback (most recent call last):
File "/usr/bin/ipython3-qtconsole", line 4, in <module>
from IPython.frontend.qt.console.ipythonqt import main
File "/usr/lib/python3.2/site-packages/IPython/frontend/qt/console/ipythonqt.py", line 10, in <module>
from pygments.styles import get_all_styles
ImportError: No module named pygments.styles

after installing python-pygments I get:

ipython3-qtconsole
Traceback (most recent call last):
File "/usr/lib/python3.2/site-packages/IPython/zmq/__init__.py", line 15, in <module>
import zmq
ImportError: No module named zmq

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/ipython3-qtconsole", line 4, in <module>
from IPython.frontend.qt.console.ipythonqt import main
File "/usr/lib/python3.2/site-packages/IPython/frontend/qt/console/ipythonqt.py", line 18, in <module>
from IPython.frontend.qt.kernelmanager import QtKernelManager
File "/usr/lib/python3.2/site-packages/IPython/frontend/qt/kernelmanager.py", line 9, in <module>
from IPython.zmq.kernelmanager import KernelManager, SubSocketChannel, \
File "/usr/lib/python3.2/site-packages/IPython/zmq/__init__.py", line 17, in <module>
raise ImportError("IPython.zmq requires pyzmq >= %s"%minimum_pyzmq_version)
ImportError: IPython.zmq requires pyzmq >= 2.0.10-1

after installing python-pyzmq from the aur, ipython3-qtconsole starts up fine
This task depends upon

Closed by  Kyle Keen (keenerd)
Monday, 19 September 2011, 00:20 GMT
Reason for closing:  Fixed
Additional comments about closing:  in 0.11-3
Comment by Kyle Keen (keenerd) - Friday, 08 July 2011, 09:28 GMT
Looks like sip is also an opdep. But pyzmq drags in Cython which drags in Python2 which drags in Perl. Yay dep chains. Might just remove the ipython3-qtconsole binary instead.

td123, any interest in fixing Sergej's cython?
Comment by Kyle Keen (keenerd) - Saturday, 16 July 2011, 20:10 GMT
Upon further examination, the cython/python2 dep in python-pyzmq is a typo and should not be there.

Loading...