Closed matze closed 10 years ago
future_imports
is a keyword for the mako.template.Template
constructor, which was added in version 0.8. setup.py
should enforce mako >= 0.8
; could you please check the version of mako
you have (pip list | grep Mako
)?
Seems to be a local problem on my machine. I had a system installation of Mako in version 0.5 and pip just didn't want to upgrade Mako in the virtualenv … I removed the system Mako and it works now. Thanks for the hint!
I installed reikna via pip into a virtualenv, unfortunately importing the
fft
module fails with an interesting stack trace: