Stean
Results
2
comments of
Stean
It worked for me when using Python 2.7 with virtualenv. I didn't run setup.py but instead installed all dependencies and directly started the main script: ``` $ virtualenv -p /usr/bin/python2.7...
FYI: I ran into the same issue, but after I loaded version v1.2.0 (like @mawrykeng described) and then switching to v1.2.2 again, it suddenly worked for me :) I'm using...