I am newbie for Rasa, I am getting error in installation

  command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-e8bpp9ts/rasa_8abab9b3bf144daaa062224590ab9c4b/setup.py'"'"'; __file__='"'"'/tmp/pip-install-e8bpp9ts/rasa_8abab9b3bf144daaa062224590ab9c4b/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-wdl14zj6
      cwd: /tmp/pip-install-e8bpp9ts/rasa_8abab9b3bf144daaa062224590ab9c4b/
 Complete output (7 lines):
 Traceback (most recent call last):
   File "<string>", line 1, in <module>
   File "/tmp/pip-install-e8bpp9ts/rasa_8abab9b3bf144daaa062224590ab9c4b/setup.py", line 14, in <module>
     with open('HISTORY.rst', 'r', 'utf-8') as f:
   File "/usr/lib64/python3.9/codecs.py", line 905, in open
     file = builtins.open(filename, mode, buffering)
 FileNotFoundError: [Errno 2] No such file or directory: 'HISTORY.rst'
 ----------------------------------------
WARNING: Discarding https://files.pythonhosted.org/packages/77/56/5d44415d54043fb441b910bf86fa36bbb3b5565a507ba4ea933117cf109f/rasa-0.0.3.tar.gz#sha256=409e502bc20a29db848b68766decacad15a9cbeb68d1afd90add9945945c9048 (from https://pypi.org/simple/rasa/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Downloading rasa-0.0.2.tar.gz (3.9 kB)
Downloading rasa-0.0.1.tar.gz (1.6 kB)
Requirement already satisfied: chardet<4,>=3.0.2 in /usr/lib/python3.9/site-packages (from requests>=2.20->rasa) (3.0.4)
Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.9/site-packages (from requests>=2.20->rasa) (2.10)
Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/lib/python3.9/site-packages (from requests>=2.20->rasa) (1.25.8)
Using legacy 'setup.py install' for rasa, since package 'wheel' is not installed.
Installing collected packages: rasa
 Running setup.py install for rasa ... done
Successfully installed rasa-0.0.5

I don’t understand I installed Rasa, but getting error and Rasa init is not working

HI @mert.bozkirr, what command are you using to install rasa?

I was use pip install rasa, but I after that recognized I am using python 3.9 which is rasa not support now. I set environment with python 3.6 and that’s installed, nothing to worry about :smiley: