Closed koenvervloesem closed 3 years ago
Installing numpy==1.19.5
fixed the issue when running Rasa==1.10.22 locally. If the numpy version is too high you should see errors like this during installation:
tensorflow 2.1.3 has requirement numpy<1.19.0,>=1.16.0, but you'll have numpy 1.20.1 which is incompatible.
Many thanks for the help, @melindaloubser1! Fixing the numpy version to 1.19.5 results in a working 1.20.21 container on my Raspberry Pi, now building 1.20.22.
1.20.22 works too, I published both images to Docker Hub.
Keep up the good work with Rasa, I hope to be able to catch up with the Rasa 2.x releases for ARM soon.
Starting from Rasa 1.10.21, training fails with the following error:
If anyone has a clue about this, please let me know.