nerevu / riko

A Python stream processing engine modeled after Yahoo! Pipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: module 'pkutils' has no attribute 'parse_module'

shivamchoudhary opened this issue · comments

Hi,
When I run

python manage.py develop

I get the title error, the file pkutils.py does not have a parse_module method.
Though there is a workaround by changing the pkutils.py [https://github.com/reubano/pkutils/blob/master/pkutils.py] from here.

I think I know the issue. One of the requirements is loading an old version of pkutils.

Yeah, I agree

For now, do

pip install -r dev-requirements.txt
pip install -r optional-requirements.txt
pip install pkutils --upgrade
python setup.py develop