Module 'setuptools.build_meta' has no attribute '__legacy__' while installing Rasa

Im having this error while installing RASA

python3 -m venv --system-site-packages ./venv

In Rasa installation steps in Rasa docs, we need to create virtual env with above command.

In that command, I removed:

–system-site-packages