Unable to install RASA on windows

Hello All,

I am trying to install RASA on windows, but getting errors

  1. first error i got was for request module,

  2. I installed proper version 2.24.0, but then it gave error for urllib3

  3. However when i install urllib3==1.26.5, i get error

This results in cyclic dependency and i am unable install rasa properly

dunkinrunsonyou official If you’re not worried about locking the dependency tree, rather you just want to use Pipenv for familiarity, you could try: pipenv install rasa --skip-lock and then pipenv shell or pipenv run xxx.

If you want more info go here: I can't install Rasa - #18 by B3n