Error: subprocess-exited-with-error pip subprocess to install build dependencies did not run successfully

I am installing rasa in my system. My python and pip version is 3.8.3 and 23.1.2 respectively, and have created conda virtual environment to install the rasa. In the process of installation while running through pip3 install rasa, I am getting below error on terminal

I see an error message in your screenshot:

error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++
Build Tools" https://visualstudio.microsoft.com/visual-cpp-build-tools/

Can you try installing the tools at that link and try the Rasa install again?

I have installed the build tools and it is approaching me to install Visual Studio Code Developer Free Version then but I already have installed VS Code. Though I have installed the build tools and tried installing rasa again but still error is same. Please resolve!