Hi All,
While trying to train a model for sara chatbot, it is showing an error with tensorflow-text . Is there any alternative package for it.
Thank You, Jagan
Hi All,
While trying to train a model for sara chatbot, it is showing an error with tensorflow-text . Is there any alternative package for it.
Thank You, Jagan
what is the error?
Thank you for the reply and the error appears as below.
Exception: Not all required importable packages are installed. To use this pipeline, you need to install the missing dependencies. Please install the package(s) that contain the module(s): tensorflow_text
what config are you using?
i5 - 8th Gen, 8 gb ram, windows 10 home, Rasa - 1.9.5, Python - 3.7.6, Tensorflow 2.1.0
what nlu pipeline are you using?
did you follow installation instructions: GitHub - RasaHQ/rasa-demo: Sara - the Rasa Demo Bot: An example of a contextual AI assistant built with the open source Rasa Stack? it should install all required packages
Yes, I’ve installed all the the required packages but after installation im getting the below error.
ERROR: Could not find a version that satisfies the requirement tensorflow_text==2.1.0rc0; extra == “convert” or extra == “full” (from rasa[convert]~=1.9.0->-r requirements.txt (line 1)) (from versions: none) ERROR: No matching distribution found for tensorflow_text==2.1.0rc0; extra == “convert” or extra == “full” (from rasa[convert]~=1.9.0->-r requirements.txt (line 1))
tensorflow_text
isn’t available on Windows OS
Hey @dakshvar22 Which version of python you are using?