Which release of Rasa is compatible with tensorflow 1.14.0 version?

Hi All,

In my system tensorflow 1.14.0 is configured and If I use latest version of rasa I am getting some dll errors which are due to use of tensorflow 2.0 by rasa installation.

Let me know the version of rasa release compatible with tensorflow 1.14.0 so that I can start using it in my environment.

Not a direct answer to your question, but is there any reason for not using different virtual environments for your projects?

Read about it here

https://docs.python.org/3/tutorial/venv.html

Hi,

Using different virtual env will not help me because in my windows system Cuda 10.0 is configured compatible with tensorflow 1.140 and tensorflow 2.x requires Cuda 10.1.

So I can use only tensorflow 1.14.0 currently.

Use multiple CUDA versions as well.

Hi All,

I just solved my problem. I created a virtual env and installed the tensorflow using conda command not by pip and then rasa is installed successfully.