kivy install rasa but not install dependency of rasa

33 views
Skip to first unread message
Assigned to me

Dung Phung Van

unread,
Sep 18, 2019, 6:35:19 AM9/18/19
to Kivy users support
i registered requirements = rasa==1.16.4 

after that at my code

i import folowing

import rasa -> adb logcat showing error  ModuleNotFoundError: No module named 'yarl'

Please help me

Andrei Sima

unread,
Sep 18, 2019, 7:36:19 AM9/18/19
to Kivy users support
1. Kivy does not install anything.
2. If your package needs another dependency you should include that too in requirements

About Rasa
Rasa as i see it has a long dependency list.

Among them are:

tensorflow==1.14.0
and
scikit-learn==0.20.2

For this 2 for sure you will need a p4a recipe you need to create.
Is not that easy.
Related docs:

Only pure python can be set as a dependency without a recipe.




--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/1d62c2a0-e098-45a6-aacf-8c2ba4189264%40googlegroups.com.

Robert Flatt

unread,
Sep 18, 2019, 1:51:57 PM9/18/19
to Kivy users support
The list of existing recipes is here :

This is a list of Python modules that are not written in Python but are available for Android.

Many modules in Python are written in C or C++ or some other language, and have to be compiled.
A recipe is instructions on how to compile this code for Android.

As Andrei points out, your project depends on some of these, but the recipes do not exist.

On Wednesday, September 18, 2019 at 1:36:19 AM UTC-10, Andrei Sima wrote:
1. Kivy does not install anything.
2. If your package needs another dependency you should include that too in requirements

About Rasa
Rasa as i see it has a long dependency list.

Among them are:

tensorflow==1.14.0
and
scikit-learn==0.20.2

For this 2 for sure you will need a p4a recipe you need to create.
Is not that easy.
Related docs:

Only pure python can be set as a dependency without a recipe.




On Wed, Sep 18, 2019 at 1:35 PM Dung Phung Van <dun...@rikkeisoft.com> wrote:
i registered requirements = rasa==1.16.4 

after that at my code

i import folowing

import rasa -> adb logcat showing error  ModuleNotFoundError: No module named 'yarl'

Please help me

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages