I have created a new environment and install rasa==2.2.8 and rasa-sdk==2.2.0. Now, I want to install rasa-x but I have not been able to install it. I ran this command yesterday, but it is not over yet! I tested on two systems (Windows and Ubuntu) and both were unsuccessful.
(env) administrator@ubuntu:~/rasa/test$ pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple
Defaulting to user installation because normal site-packages is not writeable
Looking in indexes: https://pypi.org/simple, https://pypi.rasa.com/simple
Collecting rasa-x
Downloading https://pypi.rasa.com/api/package/rasa-x/rasa_x-0.35.1-py3-none-any.whl (2.0 MB)
|ββββββββββββββββββββββββββββββββ| 2.0 MB 472 kB/s
Collecting isodate<0.7,>=0.6
Downloading isodate-0.6.0-py2.py3-none-any.whl (45 kB)
|ββββββββββββββββββββββββββββββββ| 45 kB 181 kB/s
Requirement already satisfied: requests<3.0,>=2.23 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (2.25.1)
Collecting sanic-jwt<2.0.0,>=1.6.0
Using cached sanic-jwt-1.6.0.tar.gz (19 kB)
Collecting pika<2.0.0,>=1.1.0
Downloading pika-1.2.0-py2.py3-none-any.whl (154 kB)
|ββββββββββββββββββββββββββββββββ| 154 kB 328 kB/s
Collecting alembic<2.0.0,>=1.0.10
Downloading alembic-1.5.4.tar.gz (1.1 MB)
|ββββββββββββββββββββββββββββββββ| 1.1 MB 463 kB/s
Collecting GitPython<4.0.0,>=3.1.3
Downloading GitPython-3.1.12-py3-none-any.whl (159 kB)
|ββββββββββββββββββββββββββββββββ| 159 kB 442 kB/s
Requirement already satisfied: psycopg2-binary<3.0.0,>=2.8.2 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (2.8.6)
Requirement already satisfied: setuptools>=41.0.0 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (52.0.0)
Requirement already satisfied: questionary<1.6.0,>=1.5.1 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (1.5.2)
Collecting attrs<20.0,>=19.3
Downloading attrs-19.3.0-py2.py3-none-any.whl (39 kB)
Requirement already satisfied: ruamel.yaml<0.17,>=0.16 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (0.16.12)
Collecting kafka-python<2.0,>=1.4
Downloading kafka_python-1.4.7-py2.py3-none-any.whl (266 kB)
|ββββββββββββββββββββββββββββββββ| 266 kB 443 kB/s
Requirement already satisfied: rasa<3.0.0,>=2.0.2 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (2.2.8)
Requirement already satisfied: sanic-cors<0.11.0,>=0.10.0b1 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (0.10.0.post3)
Requirement already satisfied: aiohttp<4.0,>=3.6 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (3.6.3)
Requirement already satisfied: jsonschema<4.0,>=3.2 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (3.2.0)
Requirement already satisfied: cryptography<4.0.0,>=3.0.0 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (3.3.1)
Collecting ujson<2.0,>=1.35
Downloading ujson-1.35.tar.gz (192 kB)
|ββββββββββββββββββββββββββββββββ| 192 kB 433 kB/s
Requirement already satisfied: apscheduler<4.0,>=3.6 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (3.6.3)
Requirement already satisfied: sanic<21.0.0,>=19.12.2 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (20.9.0)
Requirement already satisfied: python-dateutil<2.9,>=2.8 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (2.8.1)
Requirement already satisfied: SQLAlchemy<2.0.0,>=1.3.19 in /home/administrator/.local/lib/python3.7/site-packages (from rasa-x) (1.3.22)
Requirement already satisfied: yarl<1.6.0,>=1.0 in /home/administrator/.local/lib/python3.7/site-packages (from aiohttp<4.0,>=3.6->rasa-x) (1.5.1)
Requirement already satisfied: chardet<4.0,>=2.0 in /home/administrator/.local/lib/python3.7/site-packages (from aiohttp<4.0,>=3.6->rasa-x) (3.0.4)
Requirement already satisfied: multidict<5.0,>=4.5 in /home/administrator/.local/lib/python3.7/site-packages (from aiohttp<4.0,>=3.6->rasa-x) (4.7.6)
Requirement already satisfied: async-timeout<4.0,>=3.0 in /home/administrator/.local/lib/python3.7/site-packages (from aiohttp<4.0,>=3.6->rasa-x) (3.0.1)
Collecting Mako
Downloading Mako-1.1.4.tar.gz (479 kB)
|ββββββββββββββββββββββββββββββββ| 479 kB 441 kB/s
Collecting python-editor>=0.3
Downloading python_editor-1.0.4-py3-none-any.whl (4.9 kB)
Requirement already satisfied: pytz in /home/administrator/.local/lib/python3.7/site-packages (from apscheduler<4.0,>=3.6->rasa-x) (2020.5)
Requirement already satisfied: tzlocal>=1.2 in /home/administrator/.local/lib/python3.7/site-packages (from apscheduler<4.0,>=3.6->rasa-x) (2.1)
Requirement already satisfied: six>=1.4.0 in /home/administrator/.local/lib/python3.7/site-packages (from apscheduler<4.0,>=3.6->rasa-x) (1.15.0)
Requirement already satisfied: cffi>=1.12 in /home/administrator/.local/lib/python3.7/site-packages (from cryptography<4.0.0,>=3.0.0->rasa-x) (1.14.4)
Requirement already satisfied: pycparser in /home/administrator/.local/lib/python3.7/site-packages (from cffi>=1.12->cryptography<4.0.0,>=3.0.0->rasa-x) (2.20)
Collecting gitdb<5,>=4.0.1
Downloading gitdb-4.0.5-py3-none-any.whl (63 kB)
|ββββββββββββββββββββββββββββββββ| 63 kB 463 kB/s
Collecting smmap<4,>=3.0.1
Downloading smmap-3.0.5-py2.py3-none-any.whl (25 kB)
Requirement already satisfied: importlib-metadata in /home/administrator/.local/lib/python3.7/site-packages (from jsonschema<4.0,>=3.2->rasa-x) (3.4.0)
Requirement already satisfied: pyrsistent>=0.14.0 in /home/administrator/.local/lib/python3.7/site-packages (from jsonschema<4.0,>=3.2->rasa-x) (0.17.3)
Requirement already satisfied: prompt-toolkit<4.0,>=2.0 in /home/administrator/.local/lib/python3.7/site-packages (from questionary<1.6.0,>=1.5.1->rasa-x) (2.0.10)
Requirement already satisfied: wcwidth in /home/administrator/.local/lib/python3.7/site-packages (from prompt-toolkit<4.0,>=2.0->questionary<1.6.0,>=1.5.1->rasa-x) (0.2.5)
Requirement already satisfied: tensorflow<2.4,>=2.3 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (2.3.2)
Requirement already satisfied: absl-py<0.11,>=0.9 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (0.10.0)
Requirement already satisfied: colorhash<1.1.0,>=1.0.2 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (1.0.3)
Requirement already satisfied: tensorflow-estimator<2.4,>=2.3 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (2.3.0)
Requirement already satisfied: networkx<2.6,>=2.4 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (2.5)
Requirement already satisfied: terminaltables<3.2.0,>=3.1.0 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (3.1.0)
Requirement already satisfied: tensorflow-addons<=0.12,>=0.10 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (0.12.0)
Requirement already satisfied: tensorflow-probability<0.12,>=0.11 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (0.11.1)
Requirement already satisfied: colorclass<2.3,>=2.2 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (2.2.0)
Requirement already satisfied: scikit-learn<0.24,>=0.22 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (0.23.2)
Requirement already satisfied: PyJWT[crypto]<3.0.0,>=2.0.0 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (2.0.1)
Requirement already satisfied: redis<4.0,>=3.4 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (3.5.3)
Requirement already satisfied: slackclient<3.0.0,>=2.0.0 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (2.9.3)
Requirement already satisfied: tensorflow_hub<0.10,>=0.9 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (0.9.0)
Requirement already satisfied: sklearn-crfsuite<0.4,>=0.3 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (0.3.6)
Requirement already satisfied: mattermostwrapper<2.3,>=2.2 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (2.2)
Requirement already satisfied: boto3<2.0,>=1.12 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (1.16.59)
Requirement already satisfied: rasa-sdk<3.0.0,>=2.2.0 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (2.2.0)
Requirement already satisfied: joblib<0.16.0,>=0.15.1 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (0.15.1)
Requirement already satisfied: coloredlogs<15,>=10 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (14.3)
Requirement already satisfied: regex<2020.10,>=2020.6 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (2020.9.27)
Requirement already satisfied: twilio<6.46,>=6.26 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (6.45.4)
Requirement already satisfied: pydot<1.5,>=1.4 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (1.4.1)
Requirement already satisfied: python-socketio<4.7,>=4.4 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (4.6.1)
Requirement already satisfied: python-engineio<3.14,>=3.11 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (3.13.2)
Requirement already satisfied: matplotlib<3.4,>=3.1 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (3.3.3)
Requirement already satisfied: pykwalify<1.8.0,>=1.7.0 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (1.7.0)
Requirement already satisfied: rocketchat_API<1.10.0,>=0.6.31 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (1.9.1)
Requirement already satisfied: tensorflow-text<2.4,>=2.3 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (2.3.0)
Requirement already satisfied: oauth2client==4.1.3 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (4.1.3)
Requirement already satisfied: packaging<21.0,>=20.0 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (20.8)
Requirement already satisfied: sentry-sdk<0.20.0,>=0.17.0 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (0.19.5)
Requirement already satisfied: async_generator<1.11,>=1.10 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (1.10)
Requirement already satisfied: webexteamssdk<1.7.0,>=1.1.1 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (1.6)
Requirement already satisfied: aio-pika<7.0.0,>=6.7.1 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (6.7.1)
Requirement already satisfied: cloudpickle<1.5,>=1.2 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (1.4.1)
Requirement already satisfied: numpy<2.0,>=1.16 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (1.18.5)
Requirement already satisfied: pyTelegramBotAPI<4.0.0,>=3.7.3 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (3.7.6)
Requirement already satisfied: scipy<2.0.0,>=1.4.1 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (1.6.0)
Requirement already satisfied: pymongo[srv,tls]<3.11,>=3.8 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (3.10.1)
Requirement already satisfied: jsonpickle<1.5,>=1.3 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (1.4.2)
Requirement already satisfied: fbmessenger<6.1.0,>=6.0.0 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (6.0.0)
Requirement already satisfied: tqdm<4.51,>=4.31 in /home/administrator/.local/lib/python3.7/site-packages (from rasa<3.0.0,>=2.0.2->rasa-x) (4.50.2)
Requirement already satisfied: httplib2>=0.9.1 in /home/administrator/.local/lib/python3.7/site-packages (from oauth2client==4.1.3->rasa<3.0.0,>=2.0.2->rasa-x) (0.18.1)
Requirement already satisfied: pyasn1-modules>=0.0.5 in /home/administrator/.local/lib/python3.7/site-packages (from oauth2client==4.1.3->rasa<3.0.0,>=2.0.2->rasa-x) (0.2.8)
Requirement already satisfied: pyasn1>=0.1.7 in /home/administrator/.local/lib/python3.7/site-packages (from oauth2client==4.1.3->rasa<3.0.0,>=2.0.2->rasa-x) (0.4.8)
Requirement already satisfied: rsa>=3.1.4 in /home/administrator/.local/lib/python3.7/site-packages (from oauth2client==4.1.3->rasa<3.0.0,>=2.0.2->rasa-x) (4.7)
Requirement already satisfied: aiormq<4,>=3.2.3 in /home/administrator/.local/lib/python3.7/site-packages (from aio-pika<7.0.0,>=6.7.1->rasa<3.0.0,>=2.0.2->rasa-x) (3.3.1)
Requirement already satisfied: pamqp==2.3.0 in /home/administrator/.local/lib/python3.7/site-packages (from aiormq<4,>=3.2.3->aio-pika<7.0.0,>=6.7.1->rasa<3.0.0,>=2.0.2->rasa-x) (2.3.0)
Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/administrator/.local/lib/python3.7/site-packages (from boto3<2.0,>=1.12->rasa<3.0.0,>=2.0.2->rasa-x) (0.10.0)
Requirement already satisfied: botocore<1.20.0,>=1.19.59 in /home/administrator/.local/lib/python3.7/site-packages (from boto3<2.0,>=1.12->rasa<3.0.0,>=2.0.2->rasa-x) (1.19.59)
Requirement already satisfied: s3transfer<0.4.0,>=0.3.0 in /home/administrator/.local/lib/python3.7/site-packages (from boto3<2.0,>=1.12->rasa<3.0.0,>=2.0.2->rasa-x) (0.3.4)
Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/administrator/.local/lib/python3.7/site-packages (from botocore<1.20.0,>=1.19.59->boto3<2.0,>=1.12->rasa<3.0.0,>=2.0.2->rasa-x) (1.26.2)
Requirement already satisfied: humanfriendly>=7.1 in /home/administrator/.local/lib/python3.7/site-packages (from coloredlogs<15,>=10->rasa<3.0.0,>=2.0.2->rasa-x) (9.1)
Requirement already satisfied: kiwisolver>=1.0.1 in /home/administrator/.local/lib/python3.7/site-packages (from matplotlib<3.4,>=3.1->rasa<3.0.0,>=2.0.2->rasa-x) (1.3.1)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.3 in /home/administrator/.local/lib/python3.7/site-packages (from matplotlib<3.4,>=3.1->rasa<3.0.0,>=2.0.2->rasa-x) (2.4.7)
Requirement already satisfied: pillow>=6.2.0 in /home/administrator/.local/lib/python3.7/site-packages (from matplotlib<3.4,>=3.1->rasa<3.0.0,>=2.0.2->rasa-x) (8.1.0)
Requirement already satisfied: cycler>=0.10 in /home/administrator/.local/lib/python3.7/site-packages (from matplotlib<3.4,>=3.1->rasa<3.0.0,>=2.0.2->rasa-x) (0.10.0)
Requirement already satisfied: decorator>=4.3.0 in /home/administrator/.local/lib/python3.7/site-packages (from networkx<2.6,>=2.4->rasa<3.0.0,>=2.0.2->rasa-x) (4.4.2)
Requirement already satisfied: PyYAML>=3.11 in /home/administrator/.local/lib/python3.7/site-packages (from pykwalify<1.8.0,>=1.7.0->rasa<3.0.0,>=2.0.2->rasa-x) (5.4.1)
Requirement already satisfied: docopt>=0.6.2 in /home/administrator/.local/lib/python3.7/site-packages (from pykwalify<1.8.0,>=1.7.0->rasa<3.0.0,>=2.0.2->rasa-x) (0.6.2)
Requirement already satisfied: dnspython<2.0.0,>=1.16.0 in /home/administrator/.local/lib/python3.7/site-packages (from pymongo[srv,tls]<3.11,>=3.8->rasa<3.0.0,>=2.0.2->rasa-x) (1.16.0)
Requirement already satisfied: idna<3,>=2.5 in /home/administrator/.local/lib/python3.7/site-packages (from requests<3.0,>=2.23->rasa-x) (2.10)
Requirement already satisfied: certifi>=2017.4.17 in /home/administrator/.local/lib/python3.7/site-packages (from requests<3.0,>=2.23->rasa-x) (2020.12.5)
Requirement already satisfied: ruamel.yaml.clib>=0.1.2 in /home/administrator/.local/lib/python3.7/site-packages (from ruamel.yaml<0.17,>=0.16->rasa-x) (0.2.2)
Requirement already satisfied: httptools>=0.0.10 in /home/administrator/.local/lib/python3.7/site-packages (from sanic<21.0.0,>=19.12.2->rasa-x) (0.1.1)
Requirement already satisfied: aiofiles>=0.3.0 in /home/administrator/.local/lib/python3.7/site-packages (from sanic<21.0.0,>=19.12.2->rasa-x) (0.6.0)
Requirement already satisfied: uvloop>=0.5.3 in /home/administrator/.local/lib/python3.7/site-packages (from sanic<21.0.0,>=19.12.2->rasa-x) (0.14.0)
Requirement already satisfied: httpx==0.15.4 in /home/administrator/.local/lib/python3.7/site-packages (from sanic<21.0.0,>=19.12.2->rasa-x) (0.15.4)
Requirement already satisfied: websockets<9.0,>=8.1 in /home/administrator/.local/lib/python3.7/site-packages (from sanic<21.0.0,>=19.12.2->rasa-x) (8.1)
Requirement already satisfied: httpcore==0.11.* in /home/administrator/.local/lib/python3.7/site-packages (from httpx==0.15.4->sanic<21.0.0,>=19.12.2->rasa-x) (0.11.1)
Requirement already satisfied: sniffio in /home/administrator/.local/lib/python3.7/site-packages (from httpx==0.15.4->sanic<21.0.0,>=19.12.2->rasa-x) (1.2.0)
Requirement already satisfied: rfc3986[idna2008]<2,>=1.3 in /home/administrator/.local/lib/python3.7/site-packages (from httpx==0.15.4->sanic<21.0.0,>=19.12.2->rasa-x) (1.4.0)
Requirement already satisfied: h11<0.10,>=0.8 in /home/administrator/.local/lib/python3.7/site-packages (from httpcore==0.11.*->httpx==0.15.4->sanic<21.0.0,>=19.12.2->rasa-x) (0.9.0)
Requirement already satisfied: sanic-plugins-framework>=0.9.0 in /home/administrator/.local/lib/python3.7/site-packages (from sanic-cors<0.11.0,>=0.10.0b1->rasa-x) (0.9.5)
INFO: pip is looking at multiple versions of sanic-cors to determine which version is compatible with other requirements. This could take a while.
Collecting sanic-cors<0.11.0,>=0.10.0b1
Using cached Sanic_Cors-0.10.0.post3-py2.py3-none-any.whl (17 kB)
Downloading Sanic_Cors-0.10.0.post2-py2.py3-none-any.whl (17 kB)
Downloading Sanic_Cors-0.10.0.post1-py2.py3-none-any.whl (17 kB)
Downloading Sanic_Cors-0.10.0-py2.py3-none-any.whl (16 kB)
INFO: pip is looking at multiple versions of rfc3986 to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of rfc3986[idna2008] to determine which version is compatible with other requirements. This could take a while.
Collecting rfc3986[idna2008]<2,>=1.3
Using cached rfc3986-1.4.0-py2.py3-none-any.whl (31 kB)
Downloading rfc3986-1.3.2-py2.py3-none-any.whl (31 kB)
Downloading rfc3986-1.3.1-py2.py3-none-any.whl (31 kB)
Downloading rfc3986-1.3.0-py2.py3-none-any.whl (31 kB)
INFO: pip is looking at multiple versions of sanic-cors to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: pip is looking at multiple versions of httptools to determine which version is compatible with other requirements. This could take a while.
Collecting httptools>=0.0.10
Using cached httptools-0.1.1-cp37-cp37m-manylinux1_x86_64.whl (217 kB)
Downloading httptools-0.1.0-cp37-cp37m-manylinux1_x86_64.whl (217 kB)
|ββββββββββββββββββββββββββββββββ| 217 kB 437 kB/s
Downloading httptools-0.0.13.tar.gz (104 kB)
|ββββββββββββββββββββββββββββββββ| 104 kB 470 kB/s
Downloading httptools-0.0.12.tar.gz (103 kB)
|ββββββββββββββββββββββββββββββββ| 103 kB 497 kB/s
Downloading httptools-0.0.11.tar.gz (99 kB)
|ββββββββββββββββββββββββββββββββ| 99 kB 474 kB/s
Downloading httptools-0.0.10.tar.gz (98 kB)
|ββββββββββββββββββββββββββββββββ| 98 kB 495 kB/s
INFO: pip is looking at multiple versions of rfc3986 to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of rfc3986[idna2008] to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: pip is looking at multiple versions of h11 to determine which version is compatible with other requirements. This could take a while.
Collecting h11<0.10,>=0.8
Using cached h11-0.9.0-py2.py3-none-any.whl (53 kB)
Downloading h11-0.8.1-py2.py3-none-any.whl (55 kB)
|ββββββββββββββββββββββββββββββββ| 55 kB 440 kB/s
Downloading h11-0.8.0-py2.py3-none-any.whl (55 kB)
|ββββββββββββββββββββββββββββββββ| 55 kB 498 kB/s
INFO: pip is looking at multiple versions of httptools to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: pip is looking at multiple versions of aiofiles to determine which version is compatible with other requirements. This could take a while.
Collecting aiofiles>=0.3.0
Using cached aiofiles-0.6.0-py3-none-any.whl (11 kB)
Downloading aiofiles-0.5.0-py3-none-any.whl (11 kB)
Downloading aiofiles-0.4.0-py3-none-any.whl (9.2 kB)
Downloading aiofiles-0.3.2-py3-none-any.whl (9.9 kB)
Downloading aiofiles-0.3.1-py3-none-any.whl (9.2 kB)
Downloading aiofiles-0.3.0-py3-none-any.whl (9.2 kB)
INFO: pip is looking at multiple versions of h11 to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: pip is looking at multiple versions of sniffio to determine which version is compatible with other requirements. This could take a while.
Collecting sniffio
Using cached sniffio-1.2.0-py3-none-any.whl (10 kB)
Downloading sniffio-1.1.0-py3-none-any.whl (4.5 kB)
Downloading sniffio-1.0.0-py3-none-any.whl (4.4 kB)
INFO: pip is looking at multiple versions of aiofiles to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: pip is looking at multiple versions of httpcore to determine which version is compatible with other requirements. This could take a while.
Collecting httpcore==0.11.*
Using cached httpcore-0.11.1-py3-none-any.whl (52 kB)
Downloading httpcore-0.11.0-py3-none-any.whl (52 kB)
|ββββββββββββββββββββββββββββββββ| 52 kB 417 kB/s
INFO: pip is looking at multiple versions of httpx to determine which version is compatible with other requirements. This could take a while.
Collecting httpx==0.15.4
Using cached httpx-0.15.4-py3-none-any.whl (65 kB)
INFO: pip is looking at multiple versions of sanic to determine which version is compatible with other requirements. This could take a while.
Collecting sanic<21.0.0,>=19.12.2
Using cached sanic-20.12.1-py3-none-any.whl (79 kB)
Using cached sanic-20.12.0-py3-none-any.whl (79 kB)
Using cached sanic-20.9.1-py3-none-any.whl (79 kB)
Using cached sanic-20.9.0-py3-none-any.whl (79 kB)
Downloading sanic-20.6.3-py3-none-any.whl (74 kB)
|ββββββββββββββββββββββββββββββββ| 74 kB 480 kB/s
Downloading sanic-20.6.2-py3-none-any.whl (74 kB)
|ββββββββββββββββββββββββββββββββ| 74 kB 458 kB/s
Downloading sanic-20.6.1-py3-none-any.whl (73 kB)
|ββββββββββββββββββββββββββββββββ| 73 kB 382 kB/s
Downloading sanic-20.6.0-py3-none-any.whl (73 kB)
|ββββββββββββββββββββββββββββββββ| 73 kB 428 kB/s
Downloading sanic-20.3.0-py3-none-any.whl (73 kB)
|ββββββββββββββββββββββββββββββββ| 73 kB 357 kB/s
Downloading sanic-19.12.4-py3-none-any.whl (73 kB)
|ββββββββββββββββββββββββββββββββ| 73 kB 423 kB/s
Downloading sanic-19.12.3-py3-none-any.whl (72 kB)
|ββββββββββββββββββββββββββββββββ| 72 kB 402 kB/s
Downloading sanic-19.12.2-py3-none-any.whl (72 kB)
|ββββββββββββββββββββββββββββββββ| 72 kB 334 kB/s
Collecting httpx==0.11.1
Downloading httpx-0.11.1-py2.py3-none-any.whl (77 kB)
|ββββββββββββββββββββββββββββββββ| 77 kB 473 kB/s
Collecting h2==3.*
Downloading h2-3.2.0-py2.py3-none-any.whl (65 kB)
|ββββββββββββββββββββββββββββββββ| 65 kB 472 kB/s
Collecting hstspreload
Downloading hstspreload-2020.12.22-py3-none-any.whl (994 kB)
|ββββββββββββββββββββββββββββββββ| 994 kB 3.6 MB/s
Collecting hyperframe<6,>=5.2.0
Downloading hyperframe-5.2.0-py2.py3-none-any.whl (12 kB)
Collecting hpack<4,>=3.0
Downloading hpack-3.0.0-py2.py3-none-any.whl (38 kB)
INFO: pip is looking at multiple versions of hyperframe to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of hpack to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of hyperframe to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: pip is looking at multiple versions of hpack to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: pip is looking at multiple versions of urllib3 to determine which version is compatible with other requirements. This could take a while.
Collecting urllib3<1.27,>=1.25.4
Downloading urllib3-1.26.3-py2.py3-none-any.whl (137 kB)
|ββββββββββββββββββββββββββββββββ| 137 kB 446 kB/s
Using cached urllib3-1.26.2-py2.py3-none-any.whl (136 kB)
Downloading urllib3-1.26.1-py2.py3-none-any.whl (136 kB)
|ββββββββββββββββββββββββββββββββ| 136 kB 421 kB/s
Downloading urllib3-1.26.0-py2.py3-none-any.whl (136 kB)
|ββββββββββββββββββββββββββββββββ| 136 kB 425 kB/s
Using cached urllib3-1.25.11-py2.py3-none-any.whl (127 kB)
Downloading urllib3-1.25.10-py2.py3-none-any.whl (127 kB)
|ββββββββββββββββββββββββββββββββ| 127 kB 442 kB/s
Downloading urllib3-1.25.9-py2.py3-none-any.whl (126 kB)
|ββββββββββββββββββββββββββββββββ| 126 kB 430 kB/s
Downloading urllib3-1.25.8-py2.py3-none-any.whl (125 kB)
|ββββββββββββββββββββββββββββββββ| 125 kB 448 kB/s
Downloading urllib3-1.25.7-py2.py3-none-any.whl (125 kB)
|ββββββββββββββββββββββββββββββββ| 125 kB 445 kB/s
Downloading urllib3-1.25.6-py2.py3-none-any.whl (125 kB)
|ββββββββββββββββββββββββββββββββ| 125 kB 441 kB/s
Downloading urllib3-1.25.5-py2.py3-none-any.whl (125 kB)
|ββββββββββββββββββββββββββββββββ| 125 kB 442 kB/s
Downloading urllib3-1.25.4-py2.py3-none-any.whl (125 kB)
|ββββββββββββββββββββββββββββββββ| 125 kB 444 kB/s
INFO: pip is looking at multiple versions of urllib3 to determine which version is compatible with other requirements. This could take a while.
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
INFO: pip is looking at multiple versions of sniffio to determine which version is compatible with other requirements. This could take a while.
INFO: pip is looking at multiple versions of h2 to determine which version is compatible with other requirements. This could take a while.
Collecting h2==3.*
Downloading h2-3.1.1-py2.py3-none-any.whl (64 kB)
|ββββββββββββββββββββββββββββββββ| 64 kB 180 kB/s
Downloading h2-3.1.0-py2.py3-none-any.whl (64 kB)
|ββββββββββββββββββββββββββββββββ| 64 kB 511 kB/s
Downloading h2-3.0.1-py2.py3-none-any.whl (71 kB)
|ββββββββββββββββββββββββββββββββ| 71 kB 26 kB/s
Downloading h2-3.0.0-py2.py3-none-any.whl (70 kB)
|ββββββββββββββββββββββββββββββββ| 70 kB 456 kB/s
Collecting hpack<4,>=2.3
Downloading hpack-2.3.0-py2.py3-none-any.whl (36 kB)
INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
Collecting hyperframe<6,>=5.0
Downloading hyperframe-5.1.0-py2.py3-none-any.whl (14 kB)
Downloading hyperframe-5.0.0-py2.py3-none-any.whl (14 kB)