Rasa X config_path error locally Mac

I haven’t needed to use Rasa X locally but now I tried and got this error:

macOSCatalina 10.15.5. Using virtualenv

Traceback (most recent call last):
  File "/Users/xx/Library/Python/3.6/lib/python/site-packages/rasa/cli/x.py", line 431, in run_locally
    args, project_path, args.data, token=rasa_x_token, config_path=config_path
TypeError: main() got an unexpected keyword argument 'config_path'

Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain andconfig files. Please, also check any warnings that popped up.
If you need help fixing the issue visit our forum: http://forum.rasa.com/.

Hi Kim! Are you sure you’re starting Rasa X in the same directory as your Rasa assistant? That’s the most common reason for this error.