I am using python 3.9.6 version; I tried to downgrade python from 3.9.6 to 3.8 but I couldn’t. I tried creating a virtual environment using this: python -m venv ./RASA_venv python==3.8 but still python 3.9.6 is getting installed in the venv too. Any thoughts on this?
I successfully downgraded the version from python 3.9 to 3.8.8. If the pip install python==3.8 doesn’t work, then try downloading the required version from the official “python downloads for windows” website (Sorry it doesn’t allow me to post the actual link here) and add the python version to environment variable path. Restart the command prompt. Now type python --version & check if you see the desired version. This worked for me.