Failed to load the component rasa

In my rasa_bot.py , I added

RASA_DIR = os.getcwd() + "//projects//rasa"
sys.path.append(RASA_DIR)