'Pipenv Install Rasa incorrect version

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

enter image description here

Why is rasa="*" installing this wrong version ?!



Solution 1:[1]

Use python 3.6 or 3.7 and then install pipenv, it solves the problem

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 harshmeet chandhok