I am trying to create a chatbot using RASA framework . I am running the following command to install the requirements.txt file and its throwing error.
pip install -r requirements.txt
ERROR: Could not find a version that satisfies the requirement tensorflow==1.12.0 (from -r requirements.txt (line 11)) (from versions: none)
ERROR: No matching distribution found for tensorflow==1.12.0 (from -r requirements.txt (line 11))