Reputation: 166
I have been trying to install and use Rasa for one of my Assignment for 2 days. I have tried everything. I have tried using it with python 3.9, python 3.7.x and currently I have installed python 3.6.8 for which the error message is shown below. I have tried to find the solution via github discuss sections, but nothing has helped me yet. Can anyone tell me how can I resolve this? Installed versions:
Rasa Version Installed: 2.3
Python version 3.6.8
Pip version 18.1
tensorflow version 2.3.1
Upvotes: 1
Views: 1013
Reputation: 109
I faced this problem and solved it by installing tensorflow using conda.
Another way can be using virtual environment.
Upvotes: 0
Reputation: 587
The install steps can be found here along with the supported Python versions. 3.9 is not supported.
This is a TensorFlow loading issue which is probably related to your system configuration. There is more information here
Upvotes: 2