nerevu / riko

A Python stream processing engine modeled after Yahoo! Pipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is speedparser 0.2.0 a hard requirement?

Hunter-Github opened this issue · comments

Am getting a few errors installing riko in a pristine virtualenv under python 3.4.2 (Debian 8).

Riko version 0.51.0.

ValueError: ('Expected version spec in', 'speedparser ~=0.2.0', 'at', ' ~=0.2.0')

Extra steps taken before headdesking:

sudo apt-get install libxslt1-dev

Closing for now until I get a reproducible example.

Aye, my fault. Got the setup working now, have pip @ 9.0.1 and setuptools @ 35.0.2.

Lack of working lxml, I suppose. XSLT headers allowed lxml to compile.