I`m trying to install RASA framework on my Windows laptop using Poetry and build from source. Using pip wont help me as i was never able to install Tensorflow and it comes along
there may be two issue in window
if bit issue if you are installing in machine 32bit inplace of 64bit use this https://rasa.com/docs/rasa/user-guide/installation/#step-by-step-installation-guide
ujson compatibility issue discussed here : https://github.com/ultrajson/ultrajson/issues/369
download your whl file from: https://www.lfd.uci.edu/~gohlke/pythonlibs/#ujson
a)pip install ujson-1.35-cp37-cp37m-win_amd64.whl
b)pip install rasa