Closed bboalimoe closed 9 years ago
i know the reason,for the pyleus use the virtualenv to compile the binary code executed on the storm platform... but the virtualenv use the default python intepreter which is the python 2.7.10. This versioin conflicts with ssl lib... but still need some configuable settings in the pyleus project~
thanks
You can choose the python version used for the virtualenv in the yaml file describing your topology: http://yelp.github.io/pyleus/yaml.html#topology-level-options
@poros thanks ~
when i call the requests.post method it ouputs the following errors
AttributeError: 'module' object has no attribute 'sslwrap'