Hello All,
I am trying to install RASA on windows, but getting errors
first error i got was for request module,
I installed proper version 2.24.0, but then it gave error for urllib3
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