When installing rasa
using pipenv
with:
pipenv install --pre rasa
Everything is installed, with some erroneous dependencies being created, but fixed with pipenv lock --pre --clear
However, when trying to use rasa
command in the terminal post-installation, it does not work -> rasa -h
=> rasa' is not recognized as the name of a cmdlet
...
How to use rasa
with pipenv
?
Also, when checking the pipfile.locl
, the wrong version is installed
Why is rasa="*"
installing this wrong version ?!