You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by Sai Suman Mallela <sm...@cleverex.com> on 2017/12/20 22:09:28 UTC

Re: Storm issue

Hello Team,



Am trying to get Stormcrawler working on my Debian VM. I get this error
when I do the following command:



root@demo76:/opt# storm

Traceback (most recent call last):

  File "/opt/storm/apache-storm-1.1.0/bin/storm.py", line 23, in <module>

    import shlex

ImportError: No module named shlex



I have python 2.7.9 version. I tried a simple python program with shlex and
it works fine but am not sure why the storm is not recognizing shlex. Can
you please help?



Kind Regards,

Sai