Rasa installation error in macos

I was installing rasa in my ventura mac os i got this error. please help me out.

Building wheels for collected packages: regex Building wheel for regex (setup.py) … error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [17 lines of output] running bdist_wheel running build running build_py creating build creating build/lib.macosx-11-universal2-3.8 creating build/lib.macosx-11-universal2-3.8/regex copying regex_3/init.py → build/lib.macosx-11-universal2-3.8/regex copying regex_3/regex.py → build/lib.macosx-11-universal2-3.8/regex copying regex_3/_regex_core.py → build/lib.macosx-11-universal2-3.8/regex copying regex_3/test_regex.py → build/lib.macosx-11-universal2-3.8/regex running build_ext building ‘regex._regex’ extension creating build/temp.macosx-11-universal2-3.8 creating build/temp.macosx-11-universal2-3.8/regex_3 gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/deeksha/Desktop/rasa/working in terminal bot copy/env/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c regex_3/_regex.c -o build/temp.macosx-11-universal2-3.8/regex_3/_regex.o xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun error: command ‘gcc’ failed with exit status 1 [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for regex Running setup.py clean for regex Failed to build regex Installing collected packages: regex, pytz, PyJWT, pamqp, dm-tree, websockets, ujson, tqdm, tornado, tensorflow-addons, SQLAlchemy, sniffio, sentry-sdk, sanic-jwt, ruamel.yaml, redis, python-engineio, psycopg2-binary, prompt-toolkit, numpy, multidict, jsonpickle, joblib, httplib2, gast, decorator, colorhash, coloredlogs, cloudpickle, attrs, async-timeout, async_generator, absl-py, yarl, twilio, tensorflow-probability, tensorflow_hub, rocketchat_API, questionary, python-socketio, pykwalify, oauth2client, networkx, matplotlib, jsonschema, httpcore, h5py, scikit-learn, python-telegram-bot, httpx, apscheduler, aiormq, aiohttp, sanic, aio-pika, tensorflow, sanic-plugins-framework, tensorflow-text, sanic-cors, rasa-sdk, rasa Running setup.py install for regex … error error: subprocess-exited-with-error

× Running setup.py install for regex did not run successfully. │ exit code: 1 ╰─> [17 lines of output] running install running build running build_py creating build creating build/lib.macosx-11-universal2-3.8 creating build/lib.macosx-11-universal2-3.8/regex copying regex_3/init.py → build/lib.macosx-11-universal2-3.8/regex copying regex_3/regex.py → build/lib.macosx-11-universal2-3.8/regex copying regex_3/_regex_core.py → build/lib.macosx-11-universal2-3.8/regex copying regex_3/test_regex.py → build/lib.macosx-11-universal2-3.8/regex running build_ext building ‘regex._regex’ extension creating build/temp.macosx-11-universal2-3.8 creating build/temp.macosx-11-universal2-3.8/regex_3 gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Users/deeksha/Desktop/rasa/working in terminal bot copy/env/include -I/Library/Frameworks/Python.framework/Versions/3.8/include/python3.8 -c regex_3/_regex.c -o build/temp.macosx-11-universal2-3.8/regex_3/_regex.o xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun error: command ‘gcc’ failed with exit status 1 [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: legacy-install-failure

× Encountered error while trying to install package. ╰─> regex

note: This is an issue with the package mentioned above, not pip. hint: See above for output from the failure.