Anonymous created an issue 2014-06-16
Ruby 2.1.2p95 segfault when doing the import of python module textblob (which himself use a lot of other python libraries, http://textblob.readthedocs.org/) from an agent of huginn (https://github.com/cantino/huginn/wiki).
The code used used was:
# own_sentiment_agent.rb:
def receive(incoming_events)
RubyPython.start
p = RubyPython.import("textblob")
RubyPython.stop
Anonymous created an issue 2014-06-16 Ruby 2.1.2p95 segfault when doing the import of python module textblob (which himself use a lot of other python libraries, http://textblob.readthedocs.org/) from an agent of huginn (https://github.com/cantino/huginn/wiki). The code used used was:
Result: