solettaproject / soletta-machine-learning

Soletta Machine Learning is an open source machine learning library focused on development of IoT projects. It provides API to handle with client side AI and an easy to use flow-based Soletta module. Supports neural networks and fuzzy logic learning and can be easily extended to support others.
Apache License 2.0
25 stars 16 forks source link

sml-garden/message-constructor can't be found #62

Closed bdilly closed 8 years ago

bdilly commented 8 years ago

When running sml_garden.fbp with sol-flow.json

./sml_garden.fbp:71:30 Couldn't resolve type 'sml-garden/message-constructor' of node 'SmlMessageConstructorFuzzy'

sml-garden.so was installed in correct path

cabelitos commented 8 years ago

Hello, unfortunately this a problem related to Soletta and not SML itself. This happens because the message-constructor node can not find symbols that should be exported by Soletta's flower power node.

However, we have a workaround for this problem. When building Soletta, be sure you check the flower-power node as built-in. Doing like this, the message constructor will be able to find the symbols and everyone will be happy.

We will try to fix this problem ASAP.