Does Rasa need Tensorflow2Tensorflow and OpenCV?

Hi, there! When I installed Rasa into my embedded system (e.g. NVIDIA 's Jetson Nano), I found some error such as Tensorflow2Tensorflow and OpenCV needing to be installed and have on dependency . Should Rasa need Tensorflow2Tensorflow and OpenCV? Moreover, I found that OpenCV is not easy to be installed on it. Does anyone have good solution? thanks.

1 Like

Rasa doesn’t use TensorFlow 2.X only 1.X as of yet and doesn’t need OpenCV.

Look here: rasa/requirements.txt at master · RasaHQ/rasa · GitHub

tensorflow==1.15.0

2 Likes

o.k, thanks a lot. I’ll try it.