Hi Ty,
Thank you for reply. Below are the steps I followed. I have Python version 3.7.4 version. Creating Virtual environment: python3 -m venv --system-site-packages ./venv source ./venv/bin/activate
Installing RASA: pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
also tried
pip install rasa
But same error. Below is detailed error msgs again.
Building wheels for collected packages: alembic, ujson, sanic-jwt, mattermostwrapper, terminaltables, colorclass, webexteamssdk, docopt WARNING: Building wheel for alembic failed: [Errno 13] Permission denied: ‘/Users/sundarrapeti/Library/Caches/pip/wheels/4e’ WARNING: Building wheel for ujson failed: [Errno 13] Permission denied: ‘/Users/sundarrapeti/Library/Caches/pip/wheels/55’ WARNING: Building wheel for sanic-jwt failed: [Errno 13] Permission denied: ‘/Users/sundarrapeti/Library/Caches/pip/wheels/be’ WARNING: Building wheel for mattermostwrapper failed: [Errno 13] Permission denied: ‘/Users/sundarrapeti/Library/Caches/pip/wheels/b9’ WARNING: Building wheel for terminaltables failed: [Errno 13] Permission denied: ‘/Users/sundarrapeti/Library/Caches/pip/wheels/ba’ WARNING: Building wheel for colorclass failed: [Errno 13] Permission denied: ‘/Users/sundarrapeti/Library/Caches/pip/wheels/fe’ WARNING: Building wheel for webexteamssdk failed: [Errno 13] Permission denied: ‘/Users/sundarrapeti/Library/Caches/pip/wheels/08’ WARNING: Building wheel for docopt failed: [Errno 13] Permission denied: ‘/Users/sundarrapeti/Library/Caches/pip/wheels/72’ Failed to build alembic ujson sanic-jwt mattermostwrapper terminaltables colorclass webexteamssdk docopt ERROR: Could not build wheels for alembic which use PEP 517 and cannot be installed directly
Thanks