FS#45268 - [python-pytools] Missing dependency - python-six

Attached to Project: Community Packages
Opened by James A. Langbridge (jlangbridge) - Monday, 08 June 2015, 18:49 GMT
Last edited by Felix Yan (felixonmars) - Thursday, 11 June 2015, 02:32 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: python-cuda has a missing depencendy, inorder to function, python-six must be installed.


Additional info:
* python-pycuda 2014.1-6
* Default configuration, base install


Steps to reproduce:
* Follow the PyCUDA tutorial steps
When executing under ipython the line:
from pycuda.compiler import SourceModule

The following error is displayed:
/usr/lib/python3.4/site-packages/pytools/__init__.py in <module>()
2 from __future__ import absolute_import
3 from __future__ import print_function
----> 4 import six
5 from six.moves import range, zip, intern, input
6 from functools import reduce

ImportError: No module named 'six'

'pacman -S python-six' corrects this problem.
This task depends upon

Closed by  Felix Yan (felixonmars)
Thursday, 11 June 2015, 02:32 GMT
Reason for closing:  Fixed
Additional comments about closing:  python-pytools 2014.3.5-2

Loading...