@lingvisa your issue is related to rasa installation or some package compatibility? OR it’s just a NumPy version supported by Rasa? Sorry, a bit confused.
I am on MacPro, and I think it’s a package compatibility issue. As you can see from my pyproject.toml, it depends on rasa, spacy, ipython. it might be because of ipython required numpy>=1.20 but rasa requires numpy<1.20?
I changed numpy setting to ‘numpy = “>=1.19.2,<=1.20.0”’. in rasa’s pyproject.toml, and it seems fine without error.
% rasa --version
Rasa Version : 3.0.8
Minimum Compatible Version: 3.0.0
Rasa SDK Version : 3.0.5
Rasa X Version : None
Python Version : 3.7.12
Operating System : Darwin-20.6.0-x86_64-i386-64bit
Python Path : /Users/cmin/nlp/voice/assistant/.venv/bin/python
@lingvisa Alright, yes I guess rasa only using less then 1.20.0 for numpy i.e numpy 1.19.5 in my case I am have install version rasa 3.0.6 sdk-3.0.4 and its using 1.19.5.