I am getting this issue while trying to install Rasa 2.0.0 in Windows version 10.How can this be resolved ,any insights please
Is there anyway we can use rasa 2.0.0 with tensorflow 2.1 instead of Tensorflow 2.3.1
@martinavalogia which version of python are you using?
Try downgrading to another python version and then just type pip install rasa
.
Should work like a charm.
Hey @CaptSteel -Thanks for the response it was already downgraded but did not make any impact was able to set up using conda
<!-- ### worked -->
updated macOS
xcode-select --install //for regex issue
conda create --name rasaEnv python=3.7.7
conda install pip
pip install rasa
Error : Running setup.py install for regex ... error
ERROR: Command errored out with exit status 1:
Resolved By : xcode-select --install
Logs : pip -V : pip 21.0.1
rasa-2.4.3 //default using pip install rasa
python -V : Python 3.7.7
Collecting tensorflow<2.4,>=2.3
Downloading tensorflow-2.3.2-cp37-cp37m-macosx_10_11_x86_64.whl
This worked for me. Thanks for sharing.
It worked for meβ¦
ERROR: Could not find a version that satisfies the requirement tensorflow-addons (from versions: none) ERROR: No matching distribution found for tensorflow-addons