Hello,
I tried to start my application today, after several days of vacation, and I get the following error:
In the console, I get the following error:
anvil.server.RuntimeUnavailableError: Could not launch server runtime - image build failed.
In Settings, I saw the following error:
error: Image size limit exceeded.
It’s important to note that the application was working perfectly and we haven’t edited the code, nor have we tried to install any package. What could have happened?
I’m attaching more information:
Installing custom packages...
Collecting simple-salesforce (from -r /home/anvil/custom-requirements.txt (line 1))
Downloading simple_salesforce-1.12.4-py2.py3-none-any.whl (120 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.3/120.3 kB 11.2 MB/s eta 0:00:00
Collecting bcrypt (from -r /home/anvil/custom-requirements.txt (line 2))
Downloading bcrypt-4.0.1-cp36-abi3-manylinux_2_28_x86_64.whl (593 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 593.7/593.7 kB 31.3 MB/s eta 0:00:00
Collecting tabulate (from -r /home/anvil/custom-requirements.txt (line 3))
Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
Collecting openai (from -r /home/anvil/custom-requirements.txt (line 4))
Downloading openai-0.28.0-py3-none-any.whl (76 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.5/76.5 kB 49.2 MB/s eta 0:00:00
Collecting joblib (from -r /home/anvil/custom-requirements.txt (line 5))
Downloading joblib-1.3.2-py3-none-any.whl (302 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.2/302.2 kB 67.6 MB/s eta 0:00:00
Collecting imblearn (from -r /home/anvil/custom-requirements.txt (line 6))
Downloading imblearn-0.0-py2.py3-none-any.whl (1.9 kB)
Collecting scikit-learn==1.0.2 (from -r /home/anvil/custom-requirements.txt (line 7))
Downloading scikit_learn-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.5/26.5 MB 49.4 MB/s eta 0:00:00
Collecting spacy==3.5.2 (from -r /home/anvil/custom-requirements.txt (line 8))
Downloading spacy-3.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 47.0 MB/s eta 0:00:00
Collecting googletrans==4.0.0rc1 (from -r /home/anvil/custom-requirements.txt (line 9))
Downloading googletrans-4.0.0rc1.tar.gz (20 kB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Collecting plotly-express==0.4.1 (from -r /home/anvil/custom-requirements.txt (line 10))
Downloading plotly_express-0.4.1-py2.py3-none-any.whl (2.9 kB)
Collecting nltk==3.8.1 (from -r /home/anvil/custom-requirements.txt (line 11))
Downloading nltk-3.8.1-py3-none-any.whl (1.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 30.2 MB/s eta 0:00:00
Requirement already satisfied: numpy>=1.14.6 in ./.env/lib/python3.10/site-packages (from scikit-learn==1.0.2->-r /home/anvil/custom-requirements.txt (line 7)) (1.25.0)
Collecting scipy>=1.1.0 (from scikit-learn==1.0.2->-r /home/anvil/custom-requirements.txt (line 7))
Downloading scipy-1.11.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (36.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.3/36.3 MB 47.0 MB/s eta 0:00:00
Collecting threadpoolctl>=2.0.0 (from scikit-learn==1.0.2->-r /home/anvil/custom-requirements.txt (line 7))
Downloading threadpoolctl-3.2.0-py3-none-any.whl (15 kB)
Collecting spacy-legacy<3.1.0,>=3.0.11 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading spacy_legacy-3.0.12-py2.py3-none-any.whl (29 kB)
Collecting spacy-loggers<2.0.0,>=1.0.0 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading spacy_loggers-1.0.4-py3-none-any.whl (11 kB)
Collecting murmurhash<1.1.0,>=0.28.0 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading murmurhash-1.0.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (21 kB)
Collecting cymem<2.1.0,>=2.0.2 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading cymem-2.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34 kB)
Collecting preshed<3.1.0,>=3.0.2 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading preshed-3.0.8-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (124 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.7/124.7 kB 50.3 MB/s eta 0:00:00
Collecting thinc<8.2.0,>=8.1.8 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading thinc-8.1.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (919 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 919.6/919.6 kB 46.8 MB/s eta 0:00:00
Collecting wasabi<1.2.0,>=0.9.1 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading wasabi-1.1.2-py3-none-any.whl (27 kB)
Collecting srsly<3.0.0,>=2.4.3 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading srsly-2.4.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (492 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 492.9/492.9 kB 71.9 MB/s eta 0:00:00
Collecting catalogue<2.1.0,>=2.0.6 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading catalogue-2.0.9-py3-none-any.whl (17 kB)
Collecting typer<0.8.0,>=0.3.0 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading typer-0.7.0-py3-none-any.whl (38 kB)
Collecting pathy>=0.10.0 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading pathy-0.10.2-py3-none-any.whl (48 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.9/48.9 kB 37.2 MB/s eta 0:00:00
Collecting smart-open<7.0.0,>=5.2.1 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading smart_open-6.3.0-py3-none-any.whl (56 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.8/56.8 kB 63.3 MB/s eta 0:00:00
Collecting tqdm<5.0.0,>=4.38.0 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading tqdm-4.66.1-py3-none-any.whl (78 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 58.9 MB/s eta 0:00:00
Requirement already satisfied: requests<3.0.0,>=2.13.0 in ./.env/lib/python3.10/site-packages (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8)) (2.31.0)
Collecting pydantic!=1.8,!=1.8.1,<1.11.0,>=1.7.4 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading pydantic-1.10.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 55.3 MB/s eta 0:00:00
Collecting jinja2 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.1/133.1 kB 52.1 MB/s eta 0:00:00
Requirement already satisfied: setuptools in ./.env/lib/python3.10/site-packages (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8)) (67.8.0)
Requirement already satisfied: packaging>=20.0 in ./.env/lib/python3.10/site-packages (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8)) (23.1)
Collecting langcodes<4.0.0,>=3.2.0 (from spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading langcodes-3.3.0-py3-none-any.whl (181 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.6/181.6 kB 61.9 MB/s eta 0:00:00
Collecting httpx==0.13.3 (from googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9))
Downloading httpx-0.13.3-py3-none-any.whl (55 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.1/55.1 kB 61.0 MB/s eta 0:00:00
Requirement already satisfied: pandas>=0.20.0 in ./.env/lib/python3.10/site-packages (from plotly-express==0.4.1->-r /home/anvil/custom-requirements.txt (line 10)) (2.0.3)
Requirement already satisfied: plotly>=4.1.0 in ./.env/lib/python3.10/site-packages (from plotly-express==0.4.1->-r /home/anvil/custom-requirements.txt (line 10)) (5.15.0)
Collecting statsmodels>=0.9.0 (from plotly-express==0.4.1->-r /home/anvil/custom-requirements.txt (line 10))
Downloading statsmodels-0.14.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.1 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.1/10.1 MB 52.2 MB/s eta 0:00:00
Collecting patsy>=0.5 (from plotly-express==0.4.1->-r /home/anvil/custom-requirements.txt (line 10))
Downloading patsy-0.5.3-py2.py3-none-any.whl (233 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 233.8/233.8 kB 66.2 MB/s eta 0:00:00
Requirement already satisfied: click in ./.env/lib/python3.10/site-packages (from nltk==3.8.1->-r /home/anvil/custom-requirements.txt (line 11)) (8.1.3)
Collecting regex>=2021.8.3 (from nltk==3.8.1->-r /home/anvil/custom-requirements.txt (line 11))
Downloading regex-2023.8.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (771 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 771.9/771.9 kB 69.9 MB/s eta 0:00:00
Requirement already satisfied: certifi in ./.env/lib/python3.10/site-packages (from httpx==0.13.3->googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9)) (2023.5.7)
Collecting hstspreload (from httpx==0.13.3->googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9))
Downloading hstspreload-2023.1.1-py3-none-any.whl (1.5 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 64.5 MB/s eta 0:00:00
Collecting sniffio (from httpx==0.13.3->googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9))
Downloading sniffio-1.3.0-py3-none-any.whl (10 kB)
Collecting chardet==3.* (from httpx==0.13.3->googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9))
Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.4/133.4 kB 69.8 MB/s eta 0:00:00
Collecting idna==2.* (from httpx==0.13.3->googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9))
Downloading idna-2.10-py2.py3-none-any.whl (58 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/58.8 kB 36.0 MB/s eta 0:00:00
Collecting rfc3986<2,>=1.3 (from httpx==0.13.3->googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9))
Downloading rfc3986-1.5.0-py2.py3-none-any.whl (31 kB)
Collecting httpcore==0.9.* (from httpx==0.13.3->googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9))
Downloading httpcore-0.9.1-py3-none-any.whl (42 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.6/42.6 kB 42.7 MB/s eta 0:00:00
Collecting h11<0.10,>=0.8 (from httpcore==0.9.*->httpx==0.13.3->googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9))
Downloading h11-0.9.0-py2.py3-none-any.whl (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.6/53.6 kB 66.6 MB/s eta 0:00:00
Collecting h2==3.* (from httpcore==0.9.*->httpx==0.13.3->googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9))
Downloading h2-3.2.0-py2.py3-none-any.whl (65 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.0/65.0 kB 52.9 MB/s eta 0:00:00
Collecting hyperframe<6,>=5.2.0 (from h2==3.*->httpcore==0.9.*->httpx==0.13.3->googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9))
Downloading hyperframe-5.2.0-py2.py3-none-any.whl (12 kB)
Collecting hpack<4,>=3.0 (from h2==3.*->httpcore==0.9.*->httpx==0.13.3->googletrans==4.0.0rc1->-r /home/anvil/custom-requirements.txt (line 9))
Downloading hpack-3.0.0-py2.py3-none-any.whl (38 kB)
Collecting cryptography (from simple-salesforce->-r /home/anvil/custom-requirements.txt (line 1))
Downloading cryptography-41.0.3-cp37-abi3-manylinux_2_28_x86_64.whl (4.3 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.3/4.3 MB 51.6 MB/s eta 0:00:00
Collecting zeep (from simple-salesforce->-r /home/anvil/custom-requirements.txt (line 1))
Downloading zeep-4.2.1-py3-none-any.whl (101 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.2/101.2 kB 35.6 MB/s eta 0:00:00
Collecting pyjwt (from simple-salesforce->-r /home/anvil/custom-requirements.txt (line 1))
Downloading PyJWT-2.8.0-py3-none-any.whl (22 kB)
Collecting aiohttp (from openai->-r /home/anvil/custom-requirements.txt (line 4))
Downloading aiohttp-3.8.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 67.2 MB/s eta 0:00:00
Collecting imbalanced-learn (from imblearn->-r /home/anvil/custom-requirements.txt (line 6))
Downloading imbalanced_learn-0.11.0-py3-none-any.whl (235 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.6/235.6 kB 63.3 MB/s eta 0:00:00
Requirement already satisfied: python-dateutil>=2.8.2 in ./.env/lib/python3.10/site-packages (from pandas>=0.20.0->plotly-express==0.4.1->-r /home/anvil/custom-requirements.txt (line 10)) (2.8.2)
Requirement already satisfied: pytz>=2020.1 in ./.env/lib/python3.10/site-packages (from pandas>=0.20.0->plotly-express==0.4.1->-r /home/anvil/custom-requirements.txt (line 10)) (2023.3)
Requirement already satisfied: tzdata>=2022.1 in ./.env/lib/python3.10/site-packages (from pandas>=0.20.0->plotly-express==0.4.1->-r /home/anvil/custom-requirements.txt (line 10)) (2023.3)
Requirement already satisfied: six in ./.env/lib/python3.10/site-packages (from patsy>=0.5->plotly-express==0.4.1->-r /home/anvil/custom-requirements.txt (line 10)) (1.14.0)
Requirement already satisfied: tenacity>=6.2.0 in ./.env/lib/python3.10/site-packages (from plotly>=4.1.0->plotly-express==0.4.1->-r /home/anvil/custom-requirements.txt (line 10)) (8.2.2)
Collecting typing-extensions>=4.2.0 (from pydantic!=1.8,!=1.8.1,<1.11.0,>=1.7.4->spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading typing_extensions-4.7.1-py3-none-any.whl (33 kB)
Requirement already satisfied: charset-normalizer<4,>=2 in ./.env/lib/python3.10/site-packages (from requests<3.0.0,>=2.13.0->spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8)) (3.1.0)
Requirement already satisfied: urllib3<3,>=1.21.1 in ./.env/lib/python3.10/site-packages (from requests<3.0.0,>=2.13.0->spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8)) (2.0.3)
Collecting blis<0.8.0,>=0.7.8 (from thinc<8.2.0,>=8.1.8->spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading blis-0.7.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 54.5 MB/s eta 0:00:00
Collecting confection<1.0.0,>=0.0.1 (from thinc<8.2.0,>=8.1.8->spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading confection-0.1.1-py3-none-any.whl (34 kB)
Collecting attrs>=17.3.0 (from aiohttp->openai->-r /home/anvil/custom-requirements.txt (line 4))
Downloading attrs-23.1.0-py3-none-any.whl (61 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.2/61.2 kB 51.7 MB/s eta 0:00:00
Collecting multidict<7.0,>=4.5 (from aiohttp->openai->-r /home/anvil/custom-requirements.txt (line 4))
Downloading multidict-6.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.5/114.5 kB 52.5 MB/s eta 0:00:00
Collecting async-timeout<5.0,>=4.0.0a3 (from aiohttp->openai->-r /home/anvil/custom-requirements.txt (line 4))
Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB)
Collecting yarl<2.0,>=1.0 (from aiohttp->openai->-r /home/anvil/custom-requirements.txt (line 4))
Downloading yarl-1.9.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (268 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 268.8/268.8 kB 55.8 MB/s eta 0:00:00
Collecting frozenlist>=1.1.1 (from aiohttp->openai->-r /home/anvil/custom-requirements.txt (line 4))
Downloading frozenlist-1.4.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.7/225.7 kB 64.8 MB/s eta 0:00:00
Collecting aiosignal>=1.1.2 (from aiohttp->openai->-r /home/anvil/custom-requirements.txt (line 4))
Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
Collecting cffi>=1.12 (from cryptography->simple-salesforce->-r /home/anvil/custom-requirements.txt (line 1))
Downloading cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (441 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 441.8/441.8 kB 67.1 MB/s eta 0:00:00
Collecting MarkupSafe>=2.0 (from jinja2->spacy==3.5.2->-r /home/anvil/custom-requirements.txt (line 8))
Downloading MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB)
Collecting isodate>=0.5.4 (from zeep->simple-salesforce->-r /home/anvil/custom-requirements.txt (line 1))
Downloading isodate-0.6.1-py2.py3-none-any.whl (41 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.7/41.7 kB 53.8 MB/s eta 0:00:00
Collecting lxml>=4.6.0 (from zeep->simple-salesforce->-r /home/anvil/custom-requirements.txt (line 1))
Downloading lxml-4.9.3-cp310-cp310-manylinux_2_28_x86_64.whl (7.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/7.9 MB 52.4 MB/s eta 0:00:00
Collecting platformdirs>=1.4.0 (from zeep->simple-salesforce->-r /home/anvil/custom-requirements.txt (line 1))
Downloading platformdirs-3.10.0-py3-none-any.whl (17 kB)
Collecting requests-toolbelt>=0.7.1 (from zeep->simple-salesforce->-r /home/anvil/custom-requirements.txt (line 1))
Downloading requests_toolbelt-1.0.0-py2.py3-none-any.whl (54 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/54.5 kB 35.0 MB/s eta 0:00:00
Collecting requests-file>=1.5.1 (from zeep->simple-salesforce->-r /home/anvil/custom-requirements.txt (line 1))
Downloading requests_file-1.5.1-py2.py3-none-any.whl (3.7 kB)
Collecting pycparser (from cffi>=1.12->cryptography->simple-salesforce->-r /home/anvil/custom-requirements.txt (line 1))
Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.7/118.7 kB 71.4 MB/s eta 0:00:00
Building wheels for collected packages: googletrans
Building wheel for googletrans (setup.py): started
Building wheel for googletrans (setup.py): finished with status 'done'
Created wheel for googletrans: filename=googletrans-4.0.0rc1-py3-none-any.whl size=17397 sha256=b11a1fef980537bde962c8beaa28a25f2244b91c225b6e7c4ecf7f51a1b907df
Stored in directory: /tmp/pip-ephem-wheel-cache-fw91nggj/wheels/c0/59/9f/7372f0cf70160fe61b528532e1a7c8498c4becd6bcffb022de
Successfully built googletrans
Installing collected packages: rfc3986, hyperframe, hpack, h11, cymem, chardet, wasabi, typing-extensions, typer, tqdm, threadpoolctl, tabulate, spacy-loggers, spacy-legacy, sniffio, smart-open, scipy, regex, pyjwt, pycparser, platformdirs, patsy, murmurhash, multidict, MarkupSafe, lxml, langcodes, joblib, isodate, idna, hstspreload, h2, frozenlist, catalogue, blis, bcrypt, attrs, async-timeout, yarl, srsly, scikit-learn, pydantic, preshed, pathy, nltk, jinja2, httpcore, cffi, aiosignal, statsmodels, requests-toolbelt, requests-file, imbalanced-learn, httpx, cryptography, confection, aiohttp, zeep, thinc, plotly-express, openai, imblearn, googletrans, spacy, simple-salesforce
Attempting uninstall: idna
Found existing installation: idna 3.4
Uninstalling idna-3.4:
Successfully uninstalled idna-3.4
Successfully installed MarkupSafe-2.1.3 aiohttp-3.8.5 aiosignal-1.3.1 async-timeout-4.0.3 attrs-23.1.0 bcrypt-4.0.1 blis-0.7.10 catalogue-2.0.9 cffi-1.15.1 chardet-3.0.4 confection-0.1.1 cryptography-41.0.3 cymem-2.0.7 frozenlist-1.4.0 googletrans-4.0.0rc1 h11-0.9.0 h2-3.2.0 hpack-3.0.0 hstspreload-2023.1.1 httpcore-0.9.1 httpx-0.13.3 hyperframe-5.2.0 idna-2.10 imbalanced-learn-0.11.0 imblearn-0.0 isodate-0.6.1 jinja2-3.1.2 joblib-1.3.2 langcodes-3.3.0 lxml-4.9.3 multidict-6.0.4 murmurhash-1.0.9 nltk-3.8.1 openai-0.28.0 pathy-0.10.2 patsy-0.5.3 platformdirs-3.10.0 plotly-express-0.4.1 preshed-3.0.8 pycparser-2.21 pydantic-1.10.12 pyjwt-2.8.0 regex-2023.8.8 requests-file-1.5.1 requests-toolbelt-1.0.0 rfc3986-1.5.0 scikit-learn-1.0.2 scipy-1.11.2 simple-salesforce-1.12.4 smart-open-6.3.0 sniffio-1.3.0 spacy-3.5.2 spacy-legacy-3.0.12 spacy-loggers-1.0.4 srsly-2.4.7 statsmodels-0.14.0 tabulate-0.9.0 thinc-8.1.12 threadpoolctl-3.2.0 tqdm-4.66.1 typer-0.7.0 typing-extensions-4.7.1 wasabi-1.1.2 yarl-1.9.2 zeep-4.2.1
Error: Image size limit exceeded
Thank you in advance.