I am trying to make a quick setup of the app on a Google Cloud VM and unfortunately, I get a npm dependencies warning and the app stops deploying from there:
docker build --pull -t querybook-dev . --build-arg PRODUCTION=false
Sending build context to Docker daemon 34.45MB
Step 1/14 : FROM python:3.7.9
3.7.9: Pulling from library/python
0ecb575e629c: Pull complete
7467d1831b69: Pull complete
feab2c490a3c: Pull complete
f15a0f46f8c3: Pull complete
937782447ff6: Pull complete
e78b7aaaab2c: Pull complete
5d8a97050e38: Pull complete
d36c23e9d08d: Pull complete
d39496292349: Pull complete
Digest: sha256:7a2513d6225aecdf249b68f46dda559bcf5a82dc4850abd03620e465bb0bdf5a
Status: Downloaded newer image for python:3.7.9
---> 65d5b6c539fd
Step 2/14 : ARG PRODUCTION=true
---> Running in c61d31015652
Removing intermediate container c61d31015652
---> d1086d0ba28c
Step 3/14 : RUN rm -rf /var/lib/apt/lists/* && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y --allow-downgrades --allow-remove-essential --allow-change-held-packages libsasl2-dev libsasl2-modules build-essential python-dev libssl-dev libldap2-dev && curl -sL https://deb.nodesource.com/setup_14.x | bash - && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y --allow-downgrades --allow-remove-essential --allow-change-held-packages nodejs && apt-get clean
---> Running in b4b04a7c3ac8
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
Fetched 8454 kB in 2s (4653 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libldap-2.4-2 libpython-dev libpython2-dev libpython2.7 libpython2.7-dev
libssl1.1 python2-dev python2.7-dev
Suggested packages:
libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libssl-doc
The following NEW packages will be installed:
build-essential libldap2-dev libpython-dev libpython2-dev libpython2.7
libpython2.7-dev libsasl2-dev libsasl2-modules python-dev python2-dev
python2.7-dev
The following packages will be upgraded:
libldap-2.4-2 libssl-dev libssl1.1
3 upgraded, 11 newly installed, 0 to remove and 57 not upgraded.
Need to get 37.2 MB of archives.
After this operation, 61.5 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
Get:2 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libldap2-dev amd64 2.4.47+dfsg-3+deb10u6 [332 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.16-2+deb10u1 [1036 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libpython2.7-dev amd64 2.7.16-2+deb10u1 [31.6 MB]
Get:6 http://deb.debian.org/debian buster/main amd64 libpython2-dev amd64 2.7.16-1 [20.9 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 libpython-dev amd64 2.7.16-1 [20.9 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-dev amd64 2.1.27+dfsg-1+deb10u1 [283 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libssl-dev amd64 1.1.1d-0+deb10u6 [1794 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libsasl2-modules amd64 2.1.27+dfsg-1+deb10u1 [104 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 python2.7-dev amd64 2.7.16-2+deb10u1 [294 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 python2-dev amd64 2.7.16-1 [1212 B]
Get:14 http://deb.debian.org/debian buster/main amd64 python-dev amd64 2.7.16-1 [1192 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 37.2 MB in 1s (53.1 MB/s)
Selecting previously unselected package build-essential.
(Reading database ... 24611 files and directories currently installed.)
Preparing to unpack .../00-build-essential_12.6_amd64.deb ...
Unpacking build-essential (12.6) ...
Preparing to unpack .../01-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) over (2.4.47+dfsg-3+deb10u5) ...
Selecting previously unselected package libldap2-dev:amd64.
Preparing to unpack .../02-libldap2-dev_2.4.47+dfsg-3+deb10u6_amd64.deb ...
Unpacking libldap2-dev:amd64 (2.4.47+dfsg-3+deb10u6) ...
Selecting previously unselected package libpython2.7:amd64.
Preparing to unpack .../03-libpython2.7_2.7.16-2+deb10u1_amd64.deb ...
Unpacking libpython2.7:amd64 (2.7.16-2+deb10u1) ...
Selecting previously unselected package libpython2.7-dev:amd64.
Preparing to unpack .../04-libpython2.7-dev_2.7.16-2+deb10u1_amd64.deb ...
Unpacking libpython2.7-dev:amd64 (2.7.16-2+deb10u1) ...
Selecting previously unselected package libpython2-dev:amd64.
Preparing to unpack .../05-libpython2-dev_2.7.16-1_amd64.deb ...
Unpacking libpython2-dev:amd64 (2.7.16-1) ...
Selecting previously unselected package libpython-dev:amd64.
Preparing to unpack .../06-libpython-dev_2.7.16-1_amd64.deb ...
Unpacking libpython-dev:amd64 (2.7.16-1) ...
Selecting previously unselected package libsasl2-dev.
Preparing to unpack .../07-libsasl2-dev_2.1.27+dfsg-1+deb10u1_amd64.deb ...
Unpacking libsasl2-dev (2.1.27+dfsg-1+deb10u1) ...
Preparing to unpack .../08-libssl-dev_1.1.1d-0+deb10u6_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1d-0+deb10u6) over (1.1.1d-0+deb10u4) ...
Preparing to unpack .../09-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) over (1.1.1d-0+deb10u4) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../10-libsasl2-modules_2.1.27+dfsg-1+deb10u1_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u1) ...
Selecting previously unselected package python2.7-dev.
Preparing to unpack .../11-python2.7-dev_2.7.16-2+deb10u1_amd64.deb ...
Unpacking python2.7-dev (2.7.16-2+deb10u1) ...
Selecting previously unselected package python2-dev.
Preparing to unpack .../12-python2-dev_2.7.16-1_amd64.deb ...
Unpacking python2-dev (2.7.16-1) ...
Selecting previously unselected package python-dev.
Preparing to unpack .../13-python-dev_2.7.16-1_amd64.deb ...
Unpacking python-dev (2.7.16-1) ...
Setting up libpython2.7:amd64 (2.7.16-2+deb10u1) ...
Setting up libpython2.7-dev:amd64 (2.7.16-2+deb10u1) ...
Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
Setting up libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u1) ...
Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
Setting up libldap2-dev:amd64 (2.4.47+dfsg-3+deb10u6) ...
Setting up libsasl2-dev (2.1.27+dfsg-1+deb10u1) ...
Setting up libssl-dev:amd64 (1.1.1d-0+deb10u6) ...
Setting up build-essential (12.6) ...
Setting up libpython2-dev:amd64 (2.7.16-1) ...
Setting up python2.7-dev (2.7.16-2+deb10u1) ...
Setting up python2-dev (2.7.16-1) ...
Setting up libpython-dev:amd64 (2.7.16-1) ...
Setting up python-dev (2.7.16-1) ...
Processing triggers for libc-bin (2.28-10) ...
## Installing the NodeSource Node.js 14.x repo...
## Populating apt-get cache...
+ apt-get update
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Reading package lists...
## Installing packages required for setup: lsb-release...
+ apt-get install -y lsb-release > /dev/null 2>&1
## Confirming "buster" is supported...
+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_14.x/dists/buster/Release'
## Adding the NodeSource signing key to your keyring...
+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | gpg --dearmor | tee /usr/share/keyrings/nodesource.gpg >/dev/null
## Creating apt sources list file for the NodeSource Node.js 14.x repo...
+ echo 'deb [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main' > /etc/apt/sources.list.d/nodesource.list
+ echo 'deb-src [signed-by=/usr/share/keyrings/nodesource.gpg] https://deb.nodesource.com/node_14.x buster main' >> /etc/apt/sources.list.d/nodesource.list
## Running `apt-get update` for you...
+ apt-get update
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Get:4 https://deb.nodesource.com/node_14.x buster InRelease [4584 B]
Get:5 https://deb.nodesource.com/node_14.x buster/main amd64 Packages [768 B]
Fetched 5352 B in 1s (10.5 kB/s)
Reading package lists...
## Run `sudo apt-get install -y nodejs` to install Node.js 14.x and npm
## You may also need development tools to build native addons:
sudo apt-get install gcc g++ make
## To install the Yarn package manager, run:
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | sudo tee /usr/share/keyrings/yarnkey.gpg >/dev/null
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
nodejs
0 upgraded, 1 newly installed, 0 to remove and 57 not upgraded.
Need to get 25.0 MB of archives.
After this operation, 121 MB of additional disk space will be used.
Get:1 https://deb.nodesource.com/node_14.x buster/main amd64 nodejs amd64 14.17.2-1nodesource1 [25.0 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 25.0 MB in 1s (33.2 MB/s)
Selecting previously unselected package nodejs.
(Reading database ... 25090 files and directories currently installed.)
Preparing to unpack .../nodejs_14.17.2-1nodesource1_amd64.deb ...
Unpacking nodejs (14.17.2-1nodesource1) ...
Setting up nodejs (14.17.2-1nodesource1) ...
Removing intermediate container b4b04a7c3ac8
---> 17e6348b1d0c
Step 4/14 : RUN npm i -g [email protected] && npm i -g yarn@^1.22 && npm explore npm --global -- npm install [email protected] && yarn config set cache-folder /mnt/yarn-cache/cache && yarn config set yarn-offline-mirror /mnt/yarn-offline-mirror
---> Running in efa7b87fa650
/usr/bin/npx -> /usr/lib/node_modules/npm/bin/npx-cli.js
/usr/bin/npm -> /usr/lib/node_modules/npm/bin/npm-cli.js
+ [email protected]
added 22 packages from 6 contributors, removed 22 packages and updated 29 packages in 31.125s
> [email protected] preinstall /usr/lib/node_modules/yarn
> :; (node ./preinstall.js > /dev/null 2>&1 || true)
/usr/bin/yarn -> /usr/lib/node_modules/yarn/bin/yarn.js
/usr/bin/yarnpkg -> /usr/lib/node_modules/yarn/bin/yarn.js
+ [email protected]
added 1 package in 0.816s
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
npm notice created a lockfile as package-lock.json. You should commit this file.
+ [email protected]
added 21 packages from 15 contributors, updated 2 packages and audited 519 packages in 4.068s
2 packages are looking for funding
run `npm fund` for details
found 159 vulnerabilities (30 low, 99 moderate, 30 high)
run `npm audit fix` to fix them, or `npm audit` for details
yarn config v1.22.10
success Set "cache-folder" to "/mnt/yarn-cache/cache".
Done in 0.03s.
yarn config v1.22.10
success Set "yarn-offline-mirror" to "/mnt/yarn-offline-mirror".
Done in 0.04s.
Removing intermediate container efa7b87fa650
---> 91088de77820
Step 5/14 : WORKDIR /opt/querybook
---> Running in 5a51dbd3746e
Removing intermediate container 5a51dbd3746e
---> c3ed5b20318c
Step 6/14 : COPY requirements requirements/
---> ca73824a1ca0
Step 7/14 : RUN pip install -r requirements/base.txt && if [ "${PRODUCTION}" = "true" ] ; then pip install -r requirements/prod.txt; else pip install -r requirements/dev.txt; fi && pip install -r requirements/local.txt || true
---> Running in 9898b2d14a00
Collecting Werkzeug==0.15.5
Downloading Werkzeug-0.15.5-py2.py3-none-any.whl (328 kB)
Collecting flask==1.1.2
Downloading Flask-1.1.2-py2.py3-none-any.whl (94 kB)
Collecting Flask-Caching==1.7.2
Downloading Flask_Caching-1.7.2-py2.py3-none-any.whl (27 kB)
Collecting Flask-Compress==1.4.0
Downloading Flask-Compress-1.4.0.tar.gz (6.0 kB)
Collecting Flask-Login==0.4.1
Downloading Flask-Login-0.4.1.tar.gz (14 kB)
Collecting Flask-Limiter==1.1.0
Downloading Flask-Limiter-1.1.0.tar.gz (92 kB)
Collecting python-memcached==1.59
Downloading python_memcached-1.59-py2.py3-none-any.whl (16 kB)
Collecting redis==3.5.3
Downloading redis-3.5.3-py2.py3-none-any.whl (72 kB)
Collecting gevent==21.1.2
Downloading gevent-21.1.2-cp37-cp37m-manylinux2010_x86_64.whl (5.6 MB)
Collecting greenlet==1.0.0
Downloading greenlet-1.0.0-cp37-cp37m-manylinux2010_x86_64.whl (160 kB)
Collecting alembic==1.4.3
Downloading alembic-1.4.3-py2.py3-none-any.whl (159 kB)
Collecting gevent-websocket==0.10.1
Downloading gevent_websocket-0.10.1-py3-none-any.whl (22 kB)
Collecting flask-socketio==5.0.1
Downloading Flask_SocketIO-5.0.1-py2.py3-none-any.whl (16 kB)
Collecting python-socketio==5.2.1
Downloading python_socketio-5.2.1-py2.py3-none-any.whl (53 kB)
Collecting Jinja2==2.11.3
Downloading Jinja2-2.11.3-py2.py3-none-any.whl (125 kB)
Collecting celery[redis]==5.0.5
Downloading celery-5.0.5-py3-none-any.whl (392 kB)
Collecting pyyaml==5.4.1
Downloading PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636 kB)
Collecting sqlalchemy==1.3.17
Downloading SQLAlchemy-1.3.17-cp37-cp37m-manylinux2010_x86_64.whl (1.2 MB)
Collecting pymysql==0.9.3
Downloading PyMySQL-0.9.3-py2.py3-none-any.whl (47 kB)
Collecting requests==2.22.0
Downloading requests-2.22.0-py2.py3-none-any.whl (57 kB)
Collecting elasticsearch==6.3.1
Downloading elasticsearch-6.3.1-py2.py3-none-any.whl (119 kB)
Collecting sqlparse==0.2.3
Downloading sqlparse-0.2.3-py2.py3-none-any.whl (38 kB)
Collecting beautifulsoup4==4.8.2
Downloading beautifulsoup4-4.8.2-py3-none-any.whl (106 kB)
Collecting markdown2
Downloading markdown2-2.4.0-py2.py3-none-any.whl (34 kB)
Collecting typing-extensions==3.7.4.1
Downloading typing_extensions-3.7.4.1-py3-none-any.whl (20 kB)
Collecting sasl==0.2.1
Downloading sasl-0.2.1.tar.gz (30 kB)
Collecting thrift==0.11.0
Downloading thrift-0.11.0.tar.gz (52 kB)
Collecting thrift-sasl==0.3.0
Downloading thrift_sasl-0.3.0.tar.gz (3.8 kB)
Collecting PyHive[hive,presto]==0.6.3
Downloading PyHive-0.6.3.tar.gz (41 kB)
Collecting kazoo==2.5.0
Downloading kazoo-2.5.0-py2.py3-none-any.whl (129 kB)
Collecting hmsclient==0.1.1
Downloading hmsclient-0.1.1-py3-none-any.whl (90 kB)
Collecting pydruid==0.5.7
Downloading pydruid-0.5.7.tar.gz (6.0 MB)
Collecting google-cloud-bigquery==1.28.0
Downloading google_cloud_bigquery-1.28.0-py2.py3-none-any.whl (187 kB)
Collecting snowflake-sqlalchemy==1.2.4
Downloading snowflake_sqlalchemy-1.2.4-py2.py3-none-any.whl (29 kB)
Collecting requests-aws4auth==0.9
Downloading requests_aws4auth-0.9-py2.py3-none-any.whl (54 kB)
Collecting boto3==1.9.201
Downloading boto3-1.9.201-py2.py3-none-any.whl (128 kB)
Collecting boto==2.49.0
Downloading boto-2.49.0-py2.py3-none-any.whl (1.4 MB)
Collecting moto==2.0.7
Downloading moto-2.0.7-py2.py3-none-any.whl (1.2 MB)
Collecting google-cloud-storage==1.37.0
Downloading google_cloud_storage-1.37.0-py2.py3-none-any.whl (103 kB)
Collecting google-auth==1.24.0
Downloading google_auth-1.24.0-py2.py3-none-any.whl (114 kB)
Collecting google-resumable-media==1.2.0
Downloading google_resumable_media-1.2.0-py2.py3-none-any.whl (75 kB)
Collecting gspread==3.6.0
Downloading gspread-3.6.0-py3-none-any.whl (26 kB)
Collecting python-ldap==3.3.1
Downloading python-ldap-3.3.1.tar.gz (379 kB)
Collecting requests-oauthlib==1.0.0
Downloading requests_oauthlib-1.0.0-py2.py3-none-any.whl (21 kB)
Collecting python-editor>=0.3
Downloading python_editor-1.0.4-py3-none-any.whl (4.9 kB)
Collecting python-dateutil
Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB)
Collecting Mako
Downloading Mako-1.1.4-py2.py3-none-any.whl (75 kB)
Collecting soupsieve>=1.2
Downloading soupsieve-2.2.1-py3-none-any.whl (33 kB)
Collecting botocore<1.13.0,>=1.12.201
Downloading botocore-1.12.253-py2.py3-none-any.whl (5.7 MB)
Collecting s3transfer<0.3.0,>=0.2.0
Downloading s3transfer-0.2.1-py2.py3-none-any.whl (70 kB)
Collecting jmespath<1.0.0,>=0.7.1
Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB)
Collecting click<8.0,>=7.0
Downloading click-7.1.2-py2.py3-none-any.whl (82 kB)
Collecting vine<6.0,>=5.0.0
Downloading vine-5.0.0-py2.py3-none-any.whl (9.4 kB)
Collecting click-plugins>=1.1.1
Downloading click_plugins-1.1.1-py2.py3-none-any.whl (7.5 kB)
Collecting click-didyoumean>=0.0.3
Downloading click-didyoumean-0.0.3.tar.gz (2.6 kB)
Collecting billiard<4.0,>=3.6.3.0
Downloading billiard-3.6.4.0-py3-none-any.whl (89 kB)
Collecting kombu<6.0,>=5.0.0
Downloading kombu-5.1.0-py3-none-any.whl (187 kB)
Collecting click-repl>=0.1.6
Downloading click_repl-0.2.0-py3-none-any.whl (5.2 kB)
Collecting pytz>dev
Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB)
Collecting urllib3>=1.21.1
Downloading urllib3-1.26.6-py2.py3-none-any.whl (138 kB)
Collecting itsdangerous>=0.24
Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB)
Collecting limits
Downloading limits-1.5.1.tar.gz (37 kB)
Collecting six>=1.4.1
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting zope.event
Downloading zope.event-4.5.0-py2.py3-none-any.whl (6.8 kB)
Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from gevent==21.1.2->-r requirements/base.txt (line 12)) (53.0.0)
Collecting zope.interface
Downloading zope.interface-5.4.0-cp37-cp37m-manylinux2010_x86_64.whl (251 kB)
Collecting rsa<5,>=3.1.4
Downloading rsa-4.7.2-py3-none-any.whl (34 kB)
Collecting pyasn1-modules>=0.2.1
Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
Collecting cachetools<5.0,>=2.0.0
Downloading cachetools-4.2.2-py3-none-any.whl (11 kB)
Collecting google-cloud-core<2.0dev,>=1.4.1
Downloading google_cloud_core-1.7.1-py2.py3-none-any.whl (28 kB)
Collecting google-api-core<2.0dev,>=1.21.0
Downloading google_api_core-1.31.0-py2.py3-none-any.whl (93 kB)
Collecting google-crc32c<2.0dev,>=1.0
Downloading google_crc32c-1.1.2-cp37-cp37m-manylinux2014_x86_64.whl (38 kB)
Collecting google-auth-oauthlib>=0.4.1
Downloading google_auth_oauthlib-0.4.4-py2.py3-none-any.whl (18 kB)
Collecting MarkupSafe>=0.23
Downloading MarkupSafe-2.0.1-cp37-cp37m-manylinux2010_x86_64.whl (31 kB)
Collecting cryptography>=3.3.1
Downloading cryptography-3.4.7-cp36-abi3-manylinux2014_x86_64.whl (3.2 MB)
Collecting more-itertools
Downloading more_itertools-8.8.0-py3-none-any.whl (48 kB)
Collecting zipp
Downloading zipp-3.5.0-py3-none-any.whl (5.7 kB)
Collecting responses>=0.9.0
Downloading responses-0.13.3-py2.py3-none-any.whl (25 kB)
Collecting xmltodict
Downloading xmltodict-0.12.0-py2.py3-none-any.whl (9.2 kB)
Collecting future
Downloading future-0.18.2.tar.gz (829 kB)
Collecting pyasn1>=0.3.7
Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
Collecting bidict>=0.21.0
Downloading bidict-0.21.2-py2.py3-none-any.whl (37 kB)
Collecting python-engineio>=4.1.0
Downloading python_engineio-4.2.0-py2.py3-none-any.whl (51 kB)
Collecting chardet<3.1.0,>=3.0.2
Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
Collecting idna<2.9,>=2.5
Downloading idna-2.8-py2.py3-none-any.whl (58 kB)
Collecting certifi>=2017.4.17
Downloading certifi-2021.5.30-py2.py3-none-any.whl (145 kB)
Collecting urllib3>=1.21.1
Downloading urllib3-1.25.11-py2.py3-none-any.whl (127 kB)
Collecting oauthlib>=0.6.2
Downloading oauthlib-3.1.1-py2.py3-none-any.whl (146 kB)
Collecting snowflake-connector-python<3.0.0
Downloading snowflake_connector_python-2.5.0-cp37-cp37m-manylinux2014_x86_64.whl (13.1 MB)
Collecting docutils<0.16,>=0.10
Downloading docutils-0.15.2-py3-none-any.whl (547 kB)
Collecting prompt-toolkit
Downloading prompt_toolkit-3.0.19-py3-none-any.whl (368 kB)
Collecting cffi>=1.12
Downloading cffi-1.14.6-cp37-cp37m-manylinux1_x86_64.whl (402 kB)
Collecting pycparser
Downloading pycparser-2.20-py2.py3-none-any.whl (112 kB)
Collecting packaging>=14.3
Downloading packaging-21.0-py3-none-any.whl (40 kB)
Collecting protobuf>=3.12.0
Downloading protobuf-3.17.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB)
Collecting google-api-core<2.0dev,>=1.21.0
Downloading google_api_core-1.30.0-py2.py3-none-any.whl (93 kB)
Downloading google_api_core-1.29.0-py2.py3-none-any.whl (93 kB)
Downloading google_api_core-1.28.0-py2.py3-none-any.whl (92 kB)
Downloading google_api_core-1.27.0-py2.py3-none-any.whl (93 kB)
Collecting googleapis-common-protos<2.0dev,>=1.6.0
Downloading googleapis_common_protos-1.53.0-py2.py3-none-any.whl (198 kB)
Collecting amqp<6.0.0,>=5.0.6
Downloading amqp-5.0.6-py3-none-any.whl (53 kB)
Collecting cached-property
Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Collecting importlib-metadata>=0.18
Downloading importlib_metadata-4.6.1-py3-none-any.whl (17 kB)
Collecting pyparsing>=2.0.2
Downloading pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Collecting pyjwt<3.0.0
Downloading PyJWT-2.1.0-py3-none-any.whl (16 kB)
Collecting asn1crypto<2.0.0,>0.24.0
Downloading asn1crypto-1.4.0-py2.py3-none-any.whl (104 kB)
Collecting azure-common<2.0.0
Downloading azure_common-1.1.27-py2.py3-none-any.whl (12 kB)
Collecting pycryptodomex!=3.5.0,<4.0.0,>=3.2
Downloading pycryptodomex-3.10.1-cp35-abi3-manylinux2010_x86_64.whl (1.9 MB)
Collecting azure-storage-blob<13.0.0,>=12.0.0
Downloading azure_storage_blob-12.8.1-py2.py3-none-any.whl (345 kB)
Collecting pyOpenSSL<21.0.0,>=16.2.0
Downloading pyOpenSSL-20.0.1-py2.py3-none-any.whl (54 kB)
Collecting oscrypto<2.0.0
Downloading oscrypto-1.2.1-py2.py3-none-any.whl (192 kB)
Collecting azure-core<2.0.0,>=1.10.0
Downloading azure_core-1.16.0-py2.py3-none-any.whl (163 kB)
Collecting msrest>=0.6.18
Downloading msrest-0.6.21-py2.py3-none-any.whl (85 kB)
Collecting isodate>=0.6.0
Downloading isodate-0.6.0-py2.py3-none-any.whl (45 kB)
Collecting wcwidth
Downloading wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
Building wheels for collected packages: Flask-Compress, Flask-Limiter, Flask-Login, pydruid, PyHive, python-ldap, sasl, thrift, thrift-sasl, click-didyoumean, future, limits
Building wheel for Flask-Compress (setup.py): started
Building wheel for Flask-Compress (setup.py): finished with status 'done'
Created wheel for Flask-Compress: filename=Flask_Compress-1.4.0-py3-none-any.whl size=3710 sha256=56f72e789cec3ef330e41f1cc7f80e0160bfbf1367726773bffd62de9e9c5a5a
Stored in directory: /root/.cache/pip/wheels/1f/42/7e/72241359a71f5f9d4e97f55e6d4ac99939efaec4e1fa7b23b8
Building wheel for Flask-Limiter (setup.py): started
Building wheel for Flask-Limiter (setup.py): finished with status 'done'
Created wheel for Flask-Limiter: filename=Flask_Limiter-1.1.0-py3-none-any.whl size=13814 sha256=27cd5383f3b5e9a4776779e78fdd5bdd5d93dd5fccf5d5a9ae09bdaf17ff5bc5
Stored in directory: /root/.cache/pip/wheels/cd/c0/6e/d7624c48b926358b9180c761b60cb20fdf534dc56d15a1cb5a
Building wheel for Flask-Login (setup.py): started
Building wheel for Flask-Login (setup.py): finished with status 'done'
Created wheel for Flask-Login: filename=Flask_Login-0.4.1-py2.py3-none-any.whl size=15936 sha256=47325d3de7cf0ae63891f3399ab8579e06a8c6e5043f63ee1139693d90007caa
Stored in directory: /root/.cache/pip/wheels/6b/b8/33/1da5a5d39e093a68d81848aa44fd70e3cd0193e6f2d5641052
Building wheel for pydruid (setup.py): started
Building wheel for pydruid (setup.py): finished with status 'done'
Created wheel for pydruid: filename=pydruid-0.5.7-py2.py3-none-any.whl size=33718 sha256=97dd57be676e707f74925c352b0a0cfb9ffc0194ac2cced67cc8a298ed24743a
Stored in directory: /root/.cache/pip/wheels/9a/7e/04/ee501cfdd3b5b4c625ab84101d0a8bb4c3cd4b7d2553ca8649
Building wheel for PyHive (setup.py): started
Building wheel for PyHive (setup.py): finished with status 'done'
Created wheel for PyHive: filename=PyHive-0.6.3-py3-none-any.whl size=47555 sha256=452b224c1d19e6253128a4a9d59c145204b8249d6e457b05b5c512760b406e56
Stored in directory: /root/.cache/pip/wheels/2a/41/7c/ca596391d05d420a9013a5de45676eed29c4ef7fd6e406e04b
Building wheel for python-ldap (setup.py): started
Building wheel for python-ldap (setup.py): finished with status 'done'
Created wheel for python-ldap: filename=python_ldap-3.3.1-cp37-cp37m-linux_x86_64.whl size=327355 sha256=55b23fc3a4f119a7203995f335c42faa79f4d2be0254a9d6296f09e47de0da27
Stored in directory: /root/.cache/pip/wheels/51/e8/8b/63e959b3370efb7cdea3b7df62b907e956fe74162ddf027e69
Building wheel for sasl (setup.py): started
Building wheel for sasl (setup.py): finished with status 'done'
Created wheel for sasl: filename=sasl-0.2.1-cp37-cp37m-linux_x86_64.whl size=264105 sha256=d3e25291a590ded30373b587491a338e8ac3dda20389ef6227af1c5b591b9c6b
Stored in directory: /root/.cache/pip/wheels/7b/68/b5/7f434112e892ab875a0f2539bb1f9bbce5a51efb02930bde0a
Building wheel for thrift (setup.py): started
Building wheel for thrift (setup.py): finished with status 'done'
Created wheel for thrift: filename=thrift-0.11.0-cp37-cp37m-linux_x86_64.whl size=468016 sha256=ad48f96be63c245789c922f7b174d59c25927b5dc7b1d683af657de4b9e95a08
Stored in directory: /root/.cache/pip/wheels/4c/14/51/0a5ef9b177fce063cbb528b80a24e672ca356f7b09a3a137f3
Building wheel for thrift-sasl (setup.py): started
Building wheel for thrift-sasl (setup.py): finished with status 'done'
Created wheel for thrift-sasl: filename=thrift_sasl-0.3.0-py3-none-any.whl size=3947 sha256=06c6f8f89cf116c9451686a2744433838fbaae0311da3db45b094562e9a9ac91
Stored in directory: /root/.cache/pip/wheels/8f/ec/a0/1433c54c9575012ccf473a4b439c7593f0d9a9fde85796eb5a
Building wheel for click-didyoumean (setup.py): started
Building wheel for click-didyoumean (setup.py): finished with status 'done'
Created wheel for click-didyoumean: filename=click_didyoumean-0.0.3-py3-none-any.whl size=2146 sha256=0f3d516db0bbf6b1b9c9b8e4da3a38786e7cdd747dc2b6903a814758d6173cb7
Stored in directory: /root/.cache/pip/wheels/fa/7d/7c/7870b469b2f29dd833cf4ce37e5e7ab32d3488d405014232f6
Building wheel for future (setup.py): started
Building wheel for future (setup.py): finished with status 'done'
Created wheel for future: filename=future-0.18.2-py3-none-any.whl size=491059 sha256=f58bd41e743cea67ea4b6fbb476daa6f34bac47104cfe6ffcbec26a2bb74b18c
Stored in directory: /root/.cache/pip/wheels/56/b0/fe/4410d17b32f1f0c3cf54cdfb2bc04d7b4b8f4ae377e2229ba0
Building wheel for limits (setup.py): started
Building wheel for limits (setup.py): finished with status 'done'
Created wheel for limits: filename=limits-1.5.1-py3-none-any.whl size=15612 sha256=3917d2da150611cdd9c929f9362f6d19a0a99298a4c8d58d82c475889c169703
Stored in directory: /root/.cache/pip/wheels/b5/3a/b5/826ef34ce2356c92873e9807739ed37e7f98eb6a883a7bb776
Successfully built Flask-Compress Flask-Limiter Flask-Login pydruid PyHive python-ldap sasl thrift thrift-sasl click-didyoumean future limits
Installing collected packages: urllib3, six, idna, chardet, certifi, requests, python-dateutil, pycparser, pyasn1, oauthlib, jmespath, docutils, zipp, wcwidth, vine, typing-extensions, rsa, requests-oauthlib, pyparsing, pyasn1-modules, protobuf, isodate, cffi, cachetools, botocore, s3transfer, pytz, prompt-toolkit, packaging, msrest, MarkupSafe, importlib-metadata, googleapis-common-protos, google-auth, cryptography, click, cached-property, azure-core, asn1crypto, amqp, zope.interface, zope.event, Werkzeug, thrift, sasl, python-engineio, pyOpenSSL, pyjwt, pycryptodomex, oscrypto, kombu, Jinja2, itsdangerous, greenlet, google-crc32c, google-api-core, future, click-repl, click-plugins, click-didyoumean, boto3, billiard, bidict, azure-storage-blob, azure-common, xmltodict, thrift-sasl, sqlalchemy, soupsieve, snowflake-connector-python, responses, redis, python-socketio, python-editor, PyHive, more-itertools, Mako, limits, google-resumable-media, google-cloud-core, google-auth-oauthlib, gevent, flask, celery, sqlparse, snowflake-sqlalchemy, requests-aws4auth, pyyaml, python-memcached, python-ldap, pymysql, pydruid, moto, markdown2, kazoo, hmsclient, gspread, google-cloud-storage, google-cloud-bigquery, gevent-websocket, flask-socketio, Flask-Login, Flask-Limiter, Flask-Compress, Flask-Caching, elasticsearch, boto, beautifulsoup4, alembic
Successfully installed Flask-Caching-1.7.2 Flask-Compress-1.4.0 Flask-Limiter-1.1.0 Flask-Login-0.4.1 Jinja2-2.11.3 Mako-1.1.4 MarkupSafe-2.0.1 PyHive-0.6.3 Werkzeug-0.15.5 alembic-1.4.3 amqp-5.0.6 asn1crypto-1.4.0 azure-common-1.1.27 azure-core-1.16.0 azure-storage-blob-12.8.1 beautifulsoup4-4.8.2 bidict-0.21.2 billiard-3.6.4.0 boto-2.49.0 boto3-1.9.201 botocore-1.12.253 cached-property-1.5.2 cachetools-4.2.2 celery-5.0.5 certifi-2021.5.30 cffi-1.14.6 chardet-3.0.4 click-7.1.2 click-didyoumean-0.0.3 click-plugins-1.1.1 click-repl-0.2.0 cryptography-3.4.7 docutils-0.15.2 elasticsearch-6.3.1 flask-1.1.2 flask-socketio-5.0.1 future-0.18.2 gevent-21.1.2 gevent-websocket-0.10.1 google-api-core-1.27.0 google-auth-1.24.0 google-auth-oauthlib-0.4.4 google-cloud-bigquery-1.28.0 google-cloud-core-1.7.1 google-cloud-storage-1.37.0 google-crc32c-1.1.2 google-resumable-media-1.2.0 googleapis-common-protos-1.53.0 greenlet-1.0.0 gspread-3.6.0 hmsclient-0.1.1 idna-2.8 importlib-metadata-4.6.1 isodate-0.6.0 itsdangerous-2.0.1 jmespath-0.10.0 kazoo-2.5.0 kombu-5.1.0 limits-1.5.1 markdown2-2.4.0 more-itertools-8.8.0 moto-2.0.7 msrest-0.6.21 oauthlib-3.1.1 oscrypto-1.2.1 packaging-21.0 prompt-toolkit-3.0.19 protobuf-3.17.3 pyOpenSSL-20.0.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 pycparser-2.20 pycryptodomex-3.10.1 pydruid-0.5.7 pyjwt-2.1.0 pymysql-0.9.3 pyparsing-2.4.7 python-dateutil-2.8.2 python-editor-1.0.4 python-engineio-4.2.0 python-ldap-3.3.1 python-memcached-1.59 python-socketio-5.2.1 pytz-2021.1 pyyaml-5.4.1 redis-3.5.3 requests-2.22.0 requests-aws4auth-0.9 requests-oauthlib-1.0.0 responses-0.13.3 rsa-4.7.2 s3transfer-0.2.1 sasl-0.2.1 six-1.16.0 snowflake-connector-python-2.5.0 snowflake-sqlalchemy-1.2.4 soupsieve-2.2.1 sqlalchemy-1.3.17 sqlparse-0.2.3 thrift-0.11.0 thrift-sasl-0.3.0 typing-extensions-3.7.4.1 urllib3-1.25.11 vine-5.0.0 wcwidth-0.2.5 xmltodict-0.12.0 zipp-3.5.0 zope.event-4.5.0 zope.interface-5.4.0
WARNING: You are using pip version 21.0.1; however, version 21.1.3 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
Collecting ipython
Downloading ipython-7.25.0-py3-none-any.whl (786 kB)
Collecting watchdog_gevent
Downloading watchdog_gevent-0.1.1-py3-none-any.whl (3.7 kB)
Collecting watchdog[watchmedo]
Downloading watchdog-2.1.3-py3-none-manylinux2014_x86_64.whl (75 kB)
Collecting pytest==5.2.2
Downloading pytest-5.2.2-py3-none-any.whl (227 kB)
Collecting black==19.10b0
Downloading black-19.10b0-py36-none-any.whl (97 kB)
Collecting pre-commit==2.2.0
Downloading pre_commit-2.2.0-py2.py3-none-any.whl (170 kB)
Collecting coverage==5.4
Downloading coverage-5.4-cp37-cp37m-manylinux2010_x86_64.whl (242 kB)
Collecting appdirs
Downloading appdirs-1.4.4-py2.py3-none-any.whl (9.6 kB)
Collecting pathspec<1,>=0.6
Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB)
Collecting toml>=0.9.4
Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB)
Collecting attrs>=18.1.0
Downloading attrs-21.2.0-py2.py3-none-any.whl (53 kB)
Requirement already satisfied: click>=6.5 in /usr/local/lib/python3.7/site-packages (from black==19.10b0->-r requirements/dev.txt (line 5)) (7.1.2)
Collecting typed-ast>=1.4.0
Downloading typed_ast-1.4.3-cp37-cp37m-manylinux1_x86_64.whl (743 kB)
Collecting regex
Downloading regex-2021.7.6-cp37-cp37m-manylinux2014_x86_64.whl (721 kB)
Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.7/site-packages (from pre-commit==2.2.0->-r requirements/dev.txt (line 6)) (4.6.1)
Collecting cfgv>=2.0.0
Downloading cfgv-3.3.0-py2.py3-none-any.whl (7.3 kB)
Collecting virtualenv>=15.2
Downloading virtualenv-20.6.0-py2.py3-none-any.whl (5.3 MB)
Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.7/site-packages (from pre-commit==2.2.0->-r requirements/dev.txt (line 6)) (5.4.1)
Collecting identify>=1.0.0
Downloading identify-2.2.11-py2.py3-none-any.whl (98 kB)
Collecting nodeenv>=0.11.1
Downloading nodeenv-1.6.0-py2.py3-none-any.whl (21 kB)
Requirement already satisfied: more-itertools>=4.0.0 in /usr/local/lib/python3.7/site-packages (from pytest==5.2.2->-r requirements/dev.txt (line 4)) (8.8.0)
Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from pytest==5.2.2->-r requirements/dev.txt (line 4)) (21.0)
Collecting pluggy<1.0,>=0.12
Downloading pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
Collecting atomicwrites>=1.0
Downloading atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
Collecting py>=1.5.0
Downloading py-1.10.0-py2.py3-none-any.whl (97 kB)
Requirement already satisfied: wcwidth in /usr/local/lib/python3.7/site-packages (from pytest==5.2.2->-r requirements/dev.txt (line 4)) (0.2.5)
Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.7/site-packages (from importlib-metadata->pre-commit==2.2.0->-r requirements/dev.txt (line 6)) (3.5.0)
Requirement already satisfied: typing-extensions>=3.6.4 in /usr/local/lib/python3.7/site-packages (from importlib-metadata->pre-commit==2.2.0->-r requirements/dev.txt (line 6)) (3.7.4.1)
Requirement already satisfied: six<2,>=1.9.0 in /usr/local/lib/python3.7/site-packages (from virtualenv>=15.2->pre-commit==2.2.0->-r requirements/dev.txt (line 6)) (1.16.0)
Collecting platformdirs<3,>=2
Downloading platformdirs-2.0.2-py2.py3-none-any.whl (10 kB)
Collecting backports.entry-points-selectable>=1.0.4
Downloading backports.entry_points_selectable-1.1.0-py2.py3-none-any.whl (6.2 kB)
Collecting filelock<4,>=3.0.0
Downloading filelock-3.0.12-py3-none-any.whl (7.6 kB)
Collecting distlib<1,>=0.3.1
Downloading distlib-0.3.2-py2.py3-none-any.whl (338 kB)
Collecting jedi>=0.16
Downloading jedi-0.18.0-py2.py3-none-any.whl (1.4 MB)
Requirement already satisfied: prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0 in /usr/local/lib/python3.7/site-packages (from ipython->-r requirements/dev.txt (line 1)) (3.0.19)
Collecting pickleshare
Downloading pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB)
Collecting pygments
Downloading Pygments-2.9.0-py3-none-any.whl (1.0 MB)
Collecting matplotlib-inline
Downloading matplotlib_inline-0.1.2-py3-none-any.whl (8.2 kB)
Requirement already satisfied: setuptools>=18.5 in /usr/local/lib/python3.7/site-packages (from ipython->-r requirements/dev.txt (line 1)) (53.0.0)
Collecting backcall
Downloading backcall-0.2.0-py2.py3-none-any.whl (11 kB)
Collecting decorator
Downloading decorator-5.0.9-py3-none-any.whl (8.9 kB)
Collecting pexpect>4.3
Downloading pexpect-4.8.0-py2.py3-none-any.whl (59 kB)
Collecting traitlets>=4.2
Downloading traitlets-5.0.5-py3-none-any.whl (100 kB)
Collecting parso<0.9.0,>=0.8.0
Downloading parso-0.8.2-py2.py3-none-any.whl (94 kB)
Collecting ptyprocess>=0.5
Downloading ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB)
Collecting ipython-genutils
Downloading ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB)
Requirement already satisfied: gevent>=1.1 in /usr/local/lib/python3.7/site-packages (from watchdog_gevent->-r requirements/dev.txt (line 2)) (21.1.2)
Requirement already satisfied: zope.event in /usr/local/lib/python3.7/site-packages (from gevent>=1.1->watchdog_gevent->-r requirements/dev.txt (line 2)) (4.5.0)
Requirement already satisfied: greenlet<2.0,>=0.4.17 in /usr/local/lib/python3.7/site-packages (from gevent>=1.1->watchdog_gevent->-r requirements/dev.txt (line 2)) (1.0.0)
Requirement already satisfied: zope.interface in /usr/local/lib/python3.7/site-packages (from gevent>=1.1->watchdog_gevent->-r requirements/dev.txt (line 2)) (5.4.0)
Collecting argh>=0.24.1
Downloading argh-0.26.2-py2.py3-none-any.whl (30 kB)
Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.7/site-packages (from packaging->pytest==5.2.2->-r requirements/dev.txt (line 4)) (2.4.7)
Installing collected packages: ipython-genutils, traitlets, ptyprocess, platformdirs, parso, filelock, distlib, backports.entry-points-selectable, watchdog, virtualenv, typed-ast, toml, regex, pygments, py, pluggy, pickleshare, pexpect, pathspec, nodeenv, matplotlib-inline, jedi, identify, decorator, cfgv, backcall, attrs, atomicwrites, argh, appdirs, watchdog-gevent, pytest, pre-commit, ipython, coverage, black
Successfully installed appdirs-1.4.4 argh-0.26.2 atomicwrites-1.4.0 attrs-21.2.0 backcall-0.2.0 backports.entry-points-selectable-1.1.0 black-19.10b0 cfgv-3.3.0 coverage-5.4 decorator-5.0.9 distlib-0.3.2 filelock-3.0.12 identify-2.2.11 ipython-7.25.0 ipython-genutils-0.2.0 jedi-0.18.0 matplotlib-inline-0.1.2 nodeenv-1.6.0 parso-0.8.2 pathspec-0.9.0 pexpect-4.8.0 pickleshare-0.7.5 platformdirs-2.0.2 pluggy-0.13.1 pre-commit-2.2.0 ptyprocess-0.7.0 py-1.10.0 pygments-2.9.0 pytest-5.2.2 regex-2021.7.6 toml-0.10.2 traitlets-5.0.5 typed-ast-1.4.3 virtualenv-20.6.0 watchdog-2.1.3 watchdog-gevent-0.1.1
WARNING: You are using pip version 21.0.1; however, version 21.1.3 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements/local.txt'
WARNING: You are using pip version 21.0.1; however, version 21.1.3 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
Removing intermediate container 9898b2d14a00
---> c9fe85b3e9ed
Step 8/14 : COPY package.json yarn.lock ./
---> e801b9e139e3
Step 9/14 : RUN yarn install --pure-lockfile && npm rebuild node-sass
---> Running in 1c2eb93b954b
yarn install v1.22.10
[1/5] Validating package.json...
[2/5] Resolving packages...
[3/5] Fetching packages...
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
info [email protected]: The platform "linux" is incompatible with this module.
info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
[4/5] Linking dependencies...
warning "react-hot-toast > [email protected]" has incorrect peer dependency "csstype@^2.6.2".
warning " > [email protected]" has unmet peer dependency "react-is@^16.8".
warning " > [email protected]" has unmet peer dependency "react-is@>= 16.8.0".
warning "@storybook/addon-essentials > @storybook/[email protected]" has unmet peer dependency "@storybook/components@^6.3.0".
warning "@storybook/addon-essentials > @storybook/[email protected]" has unmet peer dependency "@storybook/core-events@^6.3.0".
warning "@storybook/addon-essentials > @storybook/[email protected]" has unmet peer dependency "@storybook/theming@^6.3.0".
warning "@storybook/addon-essentials > @storybook/addon-docs > @mdx-js/[email protected]" has incorrect peer dependency "react@^16.13.1 || ^17.0.0".
warning "@storybook/react > @storybook/react-docgen-typescript-plugin > [email protected]" has incorrect peer dependency "typescript@>= 4.3.x".
warning " > [email protected]" has unmet peer dependency "postcss@^7.0.0 || ^8.0.1".
Has anyone seen such problems before?