Installation ERROR: Can not execute `setup.py`

Durring installation I faceL

 Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [1 lines of output]
      ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.
      [end of output]

I am using:

pip 22.0.4
Python 3.10.4
windows 10

During installation I see errors about psycog2 so I installed pip install psycopg2-binary too.

are you trying to install rasa open-source which version? @afattahi

Yes. I am using rasa open source 3.x and follow installation guides as mentioned in:

https://rasa.com/docs/rasa/installation#step-by-step-installation-guide

@afattahi did you create the Conda based environment and can you share some screenshot of errors.

What is conda environment? For environment I have run python -m venv ./venv Do you mean this command ?

@afattahi on which OS you are trying to install?

I think rasa don’t have support for this python version Can you try with 3.8 or 3.9?

It is windows 10 Enterprise

With 3.9 I successfully installed the RASA. Thanks!