You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 16, 2023. It is now read-only.
In jstorm.py, at first the code checked the python version but in: if not os.path.exists(JSTORM_DIR + "/RELEASE"): print ("******************************************") print "The jstorm client can only be run from within a release. You appear to be trying to ") \ "run the client from a checkout of JStorm's source code.") print "\nYou can download a JStorm release " print "******************************************" sys.exit(1)
the print function is still in python2 style and will raise bug when using python3.