Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在wsl2中,执行./run-with-docker-compose.sh到第10步时,总是报错!!! #900

Open
2 tasks done
stuffren opened this issue Apr 3, 2024 · 0 comments
Open
2 tasks done

Comments

@stuffren
Copy link

stuffren commented Apr 3, 2024

📜 Description

[zh:]
在执行到第10步时,这一步已经成功下载了很多依赖项,但最终还是有报错,这真的令人沮丧!!!
为了成功安装这一步,尝试了很多次,我花了12个小时左右的时间,我甚至通过V-P-N连接国际互联网,网速高达50M/s,但还是有报错,这是为什么?
下面是在执行 ./run-with-docker-compose.sh命令后,对应项成功构建的提示,以及对应项报错的提示:

[en:]
On executing to step 10, this step has successfully downloaded many dependencies, but still ends up reporting errors, which is really frustrating!!!!
It took many attempts to successfully install this step, I spent about 12 hours on it, I even connected to the international internet via V-P-N with an internet speed of up to 50M/s, but there are still errors reported, why is that?
Here's what happens when executing . /run-with-docker-compose.sh command, the prompt that corresponds to the successful build of the item, and the prompt that corresponds to the error reported:

renhao@XTZJ-20231226DP:/var/www/docsGPT$ ./run-with-docker-compose.sh
Running Plain Configuration
[+] Building 1972.4s (17/27) docker:default
=> [worker internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 997B 0.0s
=> [backend internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 997B 0.0s
=> [worker internal] load metadata for docker.io/library/python:3.11-slim-bullseye 4.9s
=> [worker internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.0s
=> [backend internal] load .dockerignore 0.1s
=> => transferring context: 2B 0.0s
=> CACHED [worker stage-1 1/5] FROM docker.io/library/python:3.11-slim-bullseye@sha256:6988e45203d29 0.0s
=> [backend internal] load build context 0.0s
=> => transferring context: 3.17kB 0.0s
=> [worker internal] load build context 0.1s
=> => transferring context: 3.17kB 0.0s
=> CACHED [backend builder 2/10] RUN apt-get update && apt-get install -y gcc curl 0.0s
=> CACHED [backend builder 3/10] RUN apt-get install -y wget unzip 0.0s
=> CACHED [backend builder 4/10] RUN wget https://d3dg1063dc54p9.cloudfront.net/models/embeddings/m 0.0s
=> CACHED [backend builder 5/10] RUN unzip mpnet-base-v2.zip -d model 0.0s
=> CACHED [backend builder 6/10] RUN rm mpnet-base-v2.zip 0.0s
=> CACHED [backend builder 7/10] RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && apt-get instal 0.0s
=> CACHED [backend builder 8/10] RUN pip install --upgrade pip && pip install tiktoken==0.5.2 0.0s
=> CACHED [backend builder 9/10] COPY requirements.txt . 0.0s
=> ERROR [backend builder 10/10] RUN pip install -r requirements.txt 1967.1s

[backend builder 10/10] RUN pip install -r requirements.txt:
14.65 Collecting anthropic==0.12.0 (from -r requirements.txt (line 1))
17.20 Downloading anthropic-0.12.0-py3-none-any.whl.metadata (15 kB)
20.37 Collecting boto3==1.34.6 (from -r requirements.txt (line 2))
20.78 Downloading boto3-1.34.6-py3-none-any.whl.metadata (6.6 kB)
21.57 Collecting celery==5.3.6 (from -r requirements.txt (line 3))
21.96 Downloading celery-5.3.6-py3-none-any.whl.metadata (21 kB)
22.82 Collecting dataclasses_json==0.6.3 (from -r requirements.txt (line 4))
23.21 Downloading dataclasses_json-0.6.3-py3-none-any.whl.metadata (25 kB)
24.00 Collecting docx2txt==0.8 (from -r requirements.txt (line 5))
24.35 Downloading docx2txt-0.8.tar.gz (2.8 kB)
24.39 Preparing metadata (setup.py): started
25.23 Preparing metadata (setup.py): finished with status 'done'
26.17 Collecting EbookLib==0.18 (from -r requirements.txt (line 6))
26.69 Downloading EbookLib-0.18.tar.gz (115 kB)
27.38 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.5/115.5 kB 211.7 kB/s eta 0:00:00
27.43 Preparing metadata (setup.py): started
27.72 Preparing metadata (setup.py): finished with status 'done'
28.95 Collecting elasticsearch==8.12.0 (from -r requirements.txt (line 7))
29.34 Downloading elasticsearch-8.12.0-py3-none-any.whl.metadata (5.3 kB)
30.00 Collecting escodegen==1.0.11 (from -r requirements.txt (line 8))
30.49 Downloading escodegen-1.0.11-py3-none-any.whl.metadata (1.8 kB)
30.94 Collecting esprima==4.0.1 (from -r requirements.txt (line 9))
31.62 Downloading esprima-4.0.1.tar.gz (47 kB)
31.99 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/47.0 kB 114.5 kB/s eta 0:00:00
32.03 Preparing metadata (setup.py): started
33.08 Preparing metadata (setup.py): finished with status 'done'
33.72 Collecting faiss-cpu==1.7.4 (from -r requirements.txt (line 10))
34.12 Downloading faiss_cpu-1.7.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.3 kB)
35.42 Collecting Flask==3.0.1 (from -r requirements.txt (line 11))
35.80 Downloading flask-3.0.1-py3-none-any.whl.metadata (3.6 kB)
36.51 Collecting gunicorn==21.2.0 (from -r requirements.txt (line 12))
37.35 Downloading gunicorn-21.2.0-py3-none-any.whl.metadata (4.1 kB)
38.09 Collecting html2text==2020.1.16 (from -r requirements.txt (line 13))
38.47 Downloading html2text-2020.1.16-py3-none-any.whl.metadata (4.3 kB)
39.17 Collecting javalang==0.13.0 (from -r requirements.txt (line 14))
39.61 Downloading javalang-0.13.0-py3-none-any.whl.metadata (805 bytes)
40.79 Collecting langchain==0.1.4 (from -r requirements.txt (line 15))
41.21 Downloading langchain-0.1.4-py3-none-any.whl.metadata (13 kB)
41.91 Collecting langchain-openai==0.0.5 (from -r requirements.txt (line 16))
42.28 Downloading langchain_openai-0.0.5-py3-none-any.whl.metadata (2.5 kB)
42.89 Collecting nltk==3.8.1 (from -r requirements.txt (line 17))
43.39 Downloading nltk-3.8.1-py3-none-any.whl.metadata (2.8 kB)
44.02 Collecting openapi3_parser==1.1.16 (from -r requirements.txt (line 18))
44.39 Downloading openapi3_parser-1.1.16-py3-none-any.whl.metadata (804 bytes)
46.36 Collecting pandas==2.2.0 (from -r requirements.txt (line 19))
46.79 Downloading pandas-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (19 kB)
47.62 Collecting pydantic_settings==2.1.0 (from -r requirements.txt (line 20))
48.12 Downloading pydantic_settings-2.1.0-py3-none-any.whl.metadata (2.9 kB)
50.00 Collecting pymongo==4.6.1 (from -r requirements.txt (line 21))
50.41 Downloading pymongo-4.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB)
51.58 Collecting PyPDF2==3.0.1 (from -r requirements.txt (line 22))
51.98 Downloading pypdf2-3.0.1-py3-none-any.whl.metadata (6.8 kB)
52.58 Collecting python-dotenv==1.0.1 (from -r requirements.txt (line 23))
52.99 Downloading python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
54.19 Collecting qdrant-client==1.7.3 (from -r requirements.txt (line 24))
55.56 Downloading qdrant_client-1.7.3-py3-none-any.whl.metadata (9.3 kB)
57.03 Collecting redis==5.0.1 (from -r requirements.txt (line 25))
57.45 Downloading redis-5.0.1-py3-none-any.whl.metadata (8.9 kB)
57.50 Requirement already satisfied: Requests==2.31.0 in /usr/local/lib/python3.11/site-packages (from -r requirements.txt (line 26)) (2.31.0)
58.00 Collecting retry==0.9.2 (from -r requirements.txt (line 27))
59.07 Downloading retry-0.9.2-py2.py3-none-any.whl.metadata (5.8 kB)
60.09 Collecting sentence-transformers (from -r requirements.txt (line 28))
60.47 Downloading sentence_transformers-2.6.1-py3-none-any.whl.metadata (11 kB)
60.51 Requirement already satisfied: tiktoken==0.5.2 in /usr/local/lib/python3.11/site-packages (from -r requirements.txt (line 29)) (0.5.2)
61.58 Collecting torch==2.1.2 (from -r requirements.txt (line 30))
61.99 Downloading torch-2.1.2-cp311-cp311-manylinux1_x86_64.whl.metadata (25 kB)
63.27 Collecting tqdm==4.66.1 (from -r requirements.txt (line 31))
64.19 Downloading tqdm-4.66.1-py3-none-any.whl.metadata (57 kB)
64.49 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.6/57.6 kB 167.3 kB/s eta 0:00:00
65.29 Collecting transformers==4.36.2 (from -r requirements.txt (line 32))
65.80 Downloading transformers-4.36.2-py3-none-any.whl.metadata (126 kB)
66.45 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 126.8/126.8 kB 203.3 kB/s eta 0:00:00
67.68 Collecting unstructured==0.12.2 (from -r requirements.txt (line 33))
68.07 Downloading unstructured-0.12.2-py3-none-any.whl.metadata (26 kB)
69.32 Collecting Werkzeug==3.0.1 (from -r requirements.txt (line 34))
69.74 Downloading werkzeug-3.0.1-py3-none-any.whl.metadata (4.1 kB)
70.42 Collecting anyio<5,>=3.5.0 (from anthropic==0.12.0->-r requirements.txt (line 1))
70.83 Downloading anyio-4.3.0-py3-none-any.whl.metadata (4.6 kB)
71.37 Collecting distro<2,>=1.7.0 (from anthropic==0.12.0->-r requirements.txt (line 1))
71.87 Downloading distro-1.9.0-py3-none-any.whl.metadata (6.8 kB)
72.56 Collecting httpx<1,>=0.23.0 (from anthropic==0.12.0->-r requirements.txt (line 1))
73.80 Downloading httpx-0.27.0-py3-none-any.whl.metadata (7.2 kB)
76.73 Collecting pydantic<3,>=1.9.0 (from anthropic==0.12.0->-r requirements.txt (line 1))
77.32 Downloading pydantic-2.6.4-py3-none-any.whl.metadata (85 kB)
78.09 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.1/85.1 kB 166.2 kB/s eta 0:00:00
78.58 Collecting sniffio (from anthropic==0.12.0->-r requirements.txt (line 1))
79.24 Downloading sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
84.46 Collecting tokenizers>=0.13.0 (from anthropic==0.12.0->-r requirements.txt (line 1))
84.99 Downloading tokenizers-0.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB)
86.24 Collecting typing-extensions<5,>=4.7 (from anthropic==0.12.0->-r requirements.txt (line 1))
86.70 Downloading typing_extensions-4.10.0-py3-none-any.whl.metadata (3.0 kB)
95.32 Collecting botocore<1.35.0,>=1.34.6 (from boto3==1.34.6->-r requirements.txt (line 2))
95.88 Downloading botocore-1.34.77-py3-none-any.whl.metadata (5.7 kB)
96.68 Collecting jmespath<2.0.0,>=0.7.1 (from boto3==1.34.6->-r requirements.txt (line 2))
97.16 Downloading jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
98.02 Collecting s3transfer<0.11.0,>=0.10.0 (from boto3==1.34.6->-r requirements.txt (line 2))
98.40 Downloading s3transfer-0.10.1-py3-none-any.whl.metadata (1.7 kB)
99.45 Collecting billiard<5.0,>=4.2.0 (from celery==5.3.6->-r requirements.txt (line 3))
99.84 Downloading billiard-4.2.0-py3-none-any.whl.metadata (4.4 kB)
100.4 Collecting click-didyoumean>=0.3.0 (from celery==5.3.6->-r requirements.txt (line 3))
100.8 Downloading click_didyoumean-0.3.1-py3-none-any.whl.metadata (3.9 kB)
101.2 Collecting click-plugins>=1.1.1 (from celery==5.3.6->-r requirements.txt (line 3))
116.3 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/e9/da/824b92d9942f4e472702488857914bdd50f73021efea15b4cad9aca8ecef/click_plugins-1.1.1-py2.py3-none-any.whl.metadata
118.3 Downloading click_plugins-1.1.1-py2.py3-none-any.whl.metadata (6.4 kB)
120.2 Collecting click-repl>=0.2.0 (from celery==5.3.6->-r requirements.txt (line 3))
120.6 Downloading click_repl-0.3.0-py3-none-any.whl.metadata (3.6 kB)
121.2 Collecting click<9.0,>=8.1.2 (from celery==5.3.6->-r requirements.txt (line 3))
121.6 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
122.8 Collecting kombu<6.0,>=5.3.4 (from celery==5.3.6->-r requirements.txt (line 3))
123.4 Downloading kombu-5.3.6-py3-none-any.whl.metadata (3.1 kB)
124.1 Collecting python-dateutil>=2.8.2 (from celery==5.3.6->-r requirements.txt (line 3))
124.5 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
125.4 Collecting tzdata>=2022.7 (from celery==5.3.6->-r requirements.txt (line 3))
125.8 Downloading tzdata-2024.1-py2.py3-none-any.whl.metadata (1.4 kB)
126.6 Collecting vine<6.0,>=5.1.0 (from celery==5.3.6->-r requirements.txt (line 3))
127.0 Downloading vine-5.1.0-py3-none-any.whl.metadata (2.7 kB)
128.4 Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses_json==0.6.3->-r requirements.txt (line 4))
128.8 Downloading marshmallow-3.21.1-py3-none-any.whl.metadata (7.2 kB)
129.4 Collecting typing-inspect<1,>=0.4.0 (from dataclasses_json==0.6.3->-r requirements.txt (line 4))
130.1 Downloading typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB)
134.1 Collecting lxml (from EbookLib==0.18->-r requirements.txt (line 6))
134.6 Downloading lxml-5.2.1-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (3.4 kB)
135.1 Collecting six (from EbookLib==0.18->-r requirements.txt (line 6))
135.6 Downloading six-1.16.0-py2.py3-none-any.whl.metadata (1.8 kB)
136.5 Collecting elastic-transport<9,>=8 (from elasticsearch==8.12.0->-r requirements.txt (line 7))
137.3 Downloading elastic_transport-8.13.0-py3-none-any.whl.metadata (3.7 kB)
137.8 Collecting esutils (from escodegen==1.0.11->-r requirements.txt (line 8))
138.6 Downloading esutils-1.0.1-py3-none-any.whl.metadata (938 bytes)
139.3 Collecting Jinja2>=3.1.2 (from Flask==3.0.1->-r requirements.txt (line 11))
139.7 Downloading Jinja2-3.1.3-py3-none-any.whl.metadata (3.3 kB)
140.4 Collecting itsdangerous>=2.1.2 (from Flask==3.0.1->-r requirements.txt (line 11))
141.0 Downloading itsdangerous-2.1.2-py3-none-any.whl.metadata (2.9 kB)
141.5 Collecting blinker>=1.6.2 (from Flask==3.0.1->-r requirements.txt (line 11))
142.0 Downloading blinker-1.7.0-py3-none-any.whl.metadata (1.9 kB)
143.0 Collecting packaging (from gunicorn==21.2.0->-r requirements.txt (line 12))
143.6 Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB)
144.7 Collecting PyYAML>=5.3 (from langchain==0.1.4->-r requirements.txt (line 15))
145.2 Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
150.6 Collecting SQLAlchemy<3,>=1.4 (from langchain==0.1.4->-r requirements.txt (line 15))
151.3 Downloading SQLAlchemy-2.0.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (9.6 kB)
154.5 Collecting aiohttp<4.0.0,>=3.8.3 (from langchain==0.1.4->-r requirements.txt (line 15))
155.0 Downloading aiohttp-3.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.4 kB)
155.8 Collecting jsonpatch<2.0,>=1.33 (from langchain==0.1.4->-r requirements.txt (line 15))
156.4 Downloading jsonpatch-1.33-py2.py3-none-any.whl.metadata (3.0 kB)
156.9 Collecting langchain-community<0.1,>=0.0.14 (from langchain==0.1.4->-r requirements.txt (line 15))
157.7 Downloading langchain_community-0.0.31-py3-none-any.whl.metadata (8.4 kB)
158.3 Collecting langchain-core<0.2,>=0.1.16 (from langchain==0.1.4->-r requirements.txt (line 15))
158.7 Downloading langchain_core-0.1.40-py3-none-any.whl.metadata (5.9 kB)
159.4 Collecting langsmith<0.1,>=0.0.83 (from langchain==0.1.4->-r requirements.txt (line 15))
159.9 Downloading langsmith-0.0.92-py3-none-any.whl.metadata (9.9 kB)
163.8 Collecting numpy<2,>=1 (from langchain==0.1.4->-r requirements.txt (line 15))
164.7 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB)
164.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 277.8 kB/s eta 0:00:00
165.4 Collecting tenacity<9.0.0,>=8.1.0 (from langchain==0.1.4->-r requirements.txt (line 15))
166.3 Downloading tenacity-8.2.3-py3-none-any.whl.metadata (1.0 kB)
167.0 Collecting openai<2.0.0,>=1.10.0 (from langchain-openai==0.0.5->-r requirements.txt (line 16))
167.6 Downloading openai-1.16.1-py3-none-any.whl.metadata (21 kB)
168.3 Collecting joblib (from nltk==3.8.1->-r requirements.txt (line 17))
168.7 Downloading joblib-1.3.2-py3-none-any.whl.metadata (5.4 kB)
169.5 Requirement already satisfied: regex>=2021.8.3 in /usr/local/lib/python3.11/site-packages (from nltk==3.8.1->-r requirements.txt (line 17)) (2023.12.25)
170.2 Collecting prance>=0.20.2 (from openapi3_parser==1.1.16->-r requirements.txt (line 18))
170.8 Downloading prance-23.6.21.0-py3-none-any.whl.metadata (13 kB)
171.3 Collecting openapi-spec-validator==0.6.0 (from openapi3_parser==1.1.16->-r requirements.txt (line 18))
172.1 Downloading openapi_spec_validator-0.6.0-py3-none-any.whl.metadata (5.3 kB)
173.6 Collecting pytz>=2020.1 (from pandas==2.2.0->-r requirements.txt (line 19))
174.0 Downloading pytz-2024.1-py2.py3-none-any.whl.metadata (22 kB)
174.7 Collecting dnspython<3.0.0,>=1.16.0 (from pymongo==4.6.1->-r requirements.txt (line 21))
175.2 Downloading dnspython-2.6.1-py3-none-any.whl.metadata (5.8 kB)
182.7 Collecting grpcio>=1.41.0 (from qdrant-client==1.7.3->-r requirements.txt (line 24))
183.2 Downloading grpcio-1.62.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.0 kB)
197.5 Collecting grpcio-tools>=1.41.0 (from qdrant-client==1.7.3->-r requirements.txt (line 24))
198.0 Downloading grpcio_tools-1.62.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.2 kB)
198.6 Collecting portalocker<3.0.0,>=2.7.0 (from qdrant-client==1.7.3->-r requirements.txt (line 24))
199.2 Downloading portalocker-2.8.2-py3-none-any.whl.metadata (8.5 kB)
199.3 Requirement already satisfied: urllib3<3,>=1.26.14 in /usr/local/lib/python3.11/site-packages (from qdrant-client==1.7.3->-r requirements.txt (line 24)) (2.2.1)
199.4 Requirement already satisfied: charset-normalizer<4,>=2 in /usr/local/lib/python3.11/site-packages (from Requests==2.31.0->-r requirements.txt (line 26)) (3.3.2)
199.4 Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.11/site-packages (from Requests==2.31.0->-r requirements.txt (line 26)) (3.6)
199.4 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.11/site-packages (from Requests==2.31.0->-r requirements.txt (line 26)) (2024.2.2)
199.9 Collecting decorator>=3.4.2 (from retry==0.9.2->-r requirements.txt (line 27))
200.3 Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB)
200.9 Collecting py<2.0.0,>=1.4.26 (from retry==0.9.2->-r requirements.txt (line 27))
201.5 Downloading py-1.11.0-py2.py3-none-any.whl.metadata (2.8 kB)
202.2 Collecting filelock (from torch==2.1.2->-r requirements.txt (line 30))
202.5 Downloading filelock-3.13.3-py3-none-any.whl.metadata (2.8 kB)
203.2 Collecting sympy (from torch==2.1.2->-r requirements.txt (line 30))
203.5 Downloading sympy-1.12-py3-none-any.whl.metadata (12 kB)
204.4 Collecting networkx (from torch==2.1.2->-r requirements.txt (line 30))
205.2 Downloading networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB)
206.2 Collecting fsspec (from torch==2.1.2->-r requirements.txt (line 30))
206.6 Downloading fsspec-2024.3.1-py3-none-any.whl.metadata (6.8 kB)
207.3 Collecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch==2.1.2->-r requirements.txt (line 30))
207.6 Downloading nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
208.6 Collecting nvidia-cuda-runtime-cu12==12.1.105 (from torch==2.1.2->-r requirements.txt (line 30))
209.2 Downloading nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
209.6 Collecting nvidia-cuda-cupti-cu12==12.1.105 (from torch==2.1.2->-r requirements.txt (line 30))
210.1 Downloading nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)
210.8 Collecting nvidia-cudnn-cu12==8.9.2.26 (from torch==2.1.2->-r requirements.txt (line 30))
211.2 Downloading nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)
212.0 Collecting nvidia-cublas-cu12==12.1.3.1 (from torch==2.1.2->-r requirements.txt (line 30))
212.4 Downloading nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
212.9 Collecting nvidia-cufft-cu12==11.0.2.54 (from torch==2.1.2->-r requirements.txt (line 30))
213.3 Downloading nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
214.3 Collecting nvidia-curand-cu12==10.3.2.106 (from torch==2.1.2->-r requirements.txt (line 30))
215.0 Downloading nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl.metadata (1.5 kB)
215.9 Collecting nvidia-cusolver-cu12==11.4.5.107 (from torch==2.1.2->-r requirements.txt (line 30))
216.5 Downloading nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)
217.0 Collecting nvidia-cusparse-cu12==12.1.0.106 (from torch==2.1.2->-r requirements.txt (line 30))
217.5 Downloading nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl.metadata (1.6 kB)
218.0 Collecting nvidia-nccl-cu12==2.18.1 (from torch==2.1.2->-r requirements.txt (line 30))
218.4 Downloading nvidia_nccl_cu12-2.18.1-py3-none-manylinux1_x86_64.whl.metadata (1.8 kB)
218.9 Collecting nvidia-nvtx-cu12==12.1.105 (from torch==2.1.2->-r requirements.txt (line 30))
219.4 Downloading nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl.metadata (1.7 kB)
220.2 Collecting triton==2.1.0 (from torch==2.1.2->-r requirements.txt (line 30))
220.7 Downloading triton-2.1.0-0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (1.3 kB)
222.2 Collecting huggingface-hub<1.0,>=0.19.3 (from transformers==4.36.2->-r requirements.txt (line 32))
223.2 Downloading huggingface_hub-0.22.2-py3-none-any.whl.metadata (12 kB)
224.8 Collecting safetensors>=0.3.1 (from transformers==4.36.2->-r requirements.txt (line 32))
227.1 Downloading safetensors-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.8 kB)
229.7 Collecting chardet (from unstructured==0.12.2->-r requirements.txt (line 33))
230.3 Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB)
231.2 Collecting filetype (from unstructured==0.12.2->-r requirements.txt (line 33))
232.0 Downloading filetype-1.2.0-py2.py3-none-any.whl.metadata (6.5 kB)
233.3 Collecting python-magic (from unstructured==0.12.2->-r requirements.txt (line 33))
234.1 Downloading python_magic-0.4.27-py2.py3-none-any.whl.metadata (5.8 kB)
234.8 Collecting tabulate (from unstructured==0.12.2->-r requirements.txt (line 33))
235.2 Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB)
236.6 Collecting beautifulsoup4 (from unstructured==0.12.2->-r requirements.txt (line 33))
237.0 Downloading beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
237.6 Collecting emoji (from unstructured==0.12.2->-r requirements.txt (line 33))
238.0 Downloading emoji-2.11.0-py2.py3-none-any.whl.metadata (5.3 kB)
238.7 Collecting python-iso639 (from unstructured==0.12.2->-r requirements.txt (line 33))
239.2 Downloading python_iso639-2024.2.7-py3-none-any.whl.metadata (13 kB)
239.8 Collecting langdetect (from unstructured==0.12.2->-r requirements.txt (line 33))
240.2 Downloading langdetect-1.0.9.tar.gz (981 kB)
244.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 981.5/981.5 kB 215.8 kB/s eta 0:00:00
244.9 Preparing metadata (setup.py): started
245.2 Preparing metadata (setup.py): finished with status 'done'
261.2 Collecting rapidfuzz (from unstructured==0.12.2->-r requirements.txt (line 33))
261.6 Downloading rapidfuzz-3.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
262.1 Collecting backoff (from unstructured==0.12.2->-r requirements.txt (line 33))
262.6 Downloading backoff-2.2.1-py3-none-any.whl.metadata (14 kB)
263.4 Collecting unstructured-client>=0.15.1 (from unstructured==0.12.2->-r requirements.txt (line 33))
263.8 Downloading unstructured_client-0.22.0-py3-none-any.whl.metadata (7.3 kB)
265.3 Collecting wrapt (from unstructured==0.12.2->-r requirements.txt (line 33))
265.7 Downloading wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB)
266.6 Collecting MarkupSafe>=2.1.1 (from Werkzeug==3.0.1->-r requirements.txt (line 34))
267.1 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB)
267.6 Collecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch==2.1.2->-r requirements.txt (line 30))
268.4 Downloading nvidia_nvjitlink_cu12-12.4.99-py3-none-manylinux2014_x86_64.whl.metadata (1.5 kB)
269.1 Collecting jsonschema<5.0.0,>=4.18.0 (from openapi-spec-validator==0.6.0->openapi3_parser==1.1.16->-r requirements.txt (line 18))
269.5 Downloading jsonschema-4.21.1-py3-none-any.whl.metadata (7.8 kB)
271.1 Collecting jsonschema-spec<0.3.0,>=0.2.3 (from openapi-spec-validator==0.6.0->openapi3_parser==1.1.16->-r requirements.txt (line 18))
271.5 Downloading jsonschema_spec-0.2.4-py3-none-any.whl.metadata (4.3 kB)
272.6 Collecting lazy-object-proxy<2.0.0,>=1.7.1 (from openapi-spec-validator==0.6.0->openapi3_parser==1.1.16->-r requirements.txt (line 18))
273.5 Downloading lazy_object_proxy-1.10.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.8 kB)
277.7 Collecting openapi-schema-validator<0.7.0,>=0.6.0 (from openapi-spec-validator==0.6.0->openapi3_parser==1.1.16->-r requirements.txt (line 18))
278.1 Downloading openapi_schema_validator-0.6.2-py3-none-any.whl.metadata (5.3 kB)
280.8 Collecting scikit-learn (from sentence-transformers->-r requirements.txt (line 28))
281.5 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /packages/b2/08/3696c9426c65e8a27831c7270d8df0facc023b65aee318f18cf9dacf10f3/scikit_learn-1.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata
284.3 Downloading scikit_learn-1.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB)
286.8 Collecting scipy (from sentence-transformers->-r requirements.txt (line 28))
287.2 Downloading scipy-1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB)
287.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/60.6 kB 1.5 MB/s eta 0:00:00
289.5 Collecting Pillow (from sentence-transformers->-r requirements.txt (line 28))
290.2 Downloading pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl.metadata (9.2 kB)
291.0 Collecting aiosignal>=1.1.2 (from aiohttp<4.0.0,>=3.8.3->langchain==0.1.4->-r requirements.txt (line 15))
291.4 Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
292.3 Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.8.3->langchain==0.1.4->-r requirements.txt (line 15))
293.1 Downloading attrs-23.2.0-py3-none-any.whl.metadata (9.5 kB)
293.9 Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.8.3->langchain==0.1.4->-r requirements.txt (line 15))
294.3 Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB)
295.8 Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.8.3->langchain==0.1.4->-r requirements.txt (line 15))
296.2 Downloading multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB)
298.1 Collecting yarl<2.0,>=1.0 (from aiohttp<4.0.0,>=3.8.3->langchain==0.1.4->-r requirements.txt (line 15))
298.5 Downloading yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB)
299.6 Collecting prompt-toolkit>=3.0.36 (from click-repl>=0.2.0->celery==5.3.6->-r requirements.txt (line 3))
300.0 Downloading prompt_toolkit-3.0.43-py3-none-any.whl.metadata (6.5 kB)
302.8 Collecting protobuf<5.0dev,>=4.21.6 (from grpcio-tools>=1.41.0->qdrant-client==1.7.3->-r requirements.txt (line 24))
303.2 Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl.metadata (541 bytes)
303.2 Requirement already satisfied: setuptools in /usr/local/lib/python3.11/site-packages (from grpcio-tools>=1.41.0->qdrant-client==1.7.3->-r requirements.txt (line 24)) (65.5.1)
304.7 Collecting httpcore==1.* (from httpx<1,>=0.23.0->anthropic==0.12.0->-r requirements.txt (line 1))
305.1 Downloading httpcore-1.0.5-py3-none-any.whl.metadata (20 kB)
305.9 Collecting h11<0.15,>=0.13 (from httpcore==1.*->httpx<1,>=0.23.0->anthropic==0.12.0->-r requirements.txt (line 1))
306.8 Downloading h11-0.14.0-py3-none-any.whl.metadata (8.2 kB)
307.9 Collecting h2<5,>=3 (from httpx[http2]>=0.14.0->qdrant-client==1.7.3->-r requirements.txt (line 24))
308.4 Downloading h2-4.1.0-py3-none-any.whl.metadata (3.6 kB)
309.2 Collecting jsonpointer>=1.9 (from jsonpatch<2.0,>=1.33->langchain==0.1.4->-r requirements.txt (line 15))
309.6 Downloading jsonpointer-2.4-py2.py3-none-any.whl.metadata (2.5 kB)
310.7 Collecting amqp<6.0.0,>=5.1.1 (from kombu<6.0,>=5.3.4->celery==5.3.6->-r requirements.txt (line 3))
311.2 Downloading amqp-5.2.0-py3-none-any.whl.metadata (8.9 kB)
311.4 INFO: pip is looking at multiple versions of langchain-community to determine which version is compatible with other requirements. This could take a while.
311.5 Collecting langchain-community<0.1,>=0.0.14 (from langchain==0.1.4->-r requirements.txt (line 15))
311.9 Downloading langchain_community-0.0.30-py3-none-any.whl.metadata (8.4 kB)
312.8 Downloading langchain_community-0.0.29-py3-none-any.whl.metadata (8.3 kB)
313.5 Downloading langchain_community-0.0.28-py3-none-any.whl.metadata (8.3 kB)
314.1 Downloading langchain_community-0.0.27-py3-none-any.whl.metadata (8.2 kB)
315.1 Downloading langchain_community-0.0.26-py3-none-any.whl.metadata (8.2 kB)
315.7 Downloading langchain_community-0.0.25-py3-none-any.whl.metadata (8.1 kB)
316.3 Downloading langchain_community-0.0.24-py3-none-any.whl.metadata (8.1 kB)
316.4 INFO: pip is still looking at multiple versions of langchain-community to determine which version is compatible with other requirements. This could take a while.
317.0 Downloading langchain_community-0.0.23-py3-none-any.whl.metadata (8.1 kB)
317.9 Downloading langchain_community-0.0.22-py3-none-any.whl.metadata (8.1 kB)
318.5 Downloading langchain_community-0.0.21-py3-none-any.whl.metadata (8.1 kB)
319.3 Downloading langchain_community-0.0.20-py3-none-any.whl.metadata (8.1 kB)
319.4 INFO: pip is looking at multiple versions of langchain-core to determine which version is compatible with other requirements. This could take a while.
319.4 Collecting langchain-core<0.2,>=0.1.16 (from langchain==0.1.4->-r requirements.txt (line 15))
319.9 Downloading langchain_core-0.1.39-py3-none-any.whl.metadata (5.9 kB)
320.3 Downloading langchain_core-0.1.38-py3-none-any.whl.metadata (6.0 kB)
321.0 Downloading langchain_core-0.1.37-py3-none-any.whl.metadata (6.0 kB)
321.5 Downloading langchain_core-0.1.36-py3-none-any.whl.metadata (6.0 kB)
322.1 Downloading langchain_core-0.1.35-py3-none-any.whl.metadata (6.0 kB)
322.6 Downloading langchain_core-0.1.34-py3-none-any.whl.metadata (6.0 kB)
323.1 Downloading langchain_core-0.1.33-py3-none-any.whl.metadata (6.0 kB)
323.1 INFO: pip is still looking at multiple versions of langchain-core to determine which version is compatible with other requirements. This could take a while.
323.5 Downloading langchain_core-0.1.32-py3-none-any.whl.metadata (6.0 kB)
324.7 Downloading langchain_core-0.1.31-py3-none-any.whl.metadata (6.0 kB)
325.4 Downloading langchain_core-0.1.30-py3-none-any.whl.metadata (6.0 kB)
325.8 Downloading langchain_core-0.1.29-py3-none-any.whl.metadata (6.0 kB)
326.3 Downloading langchain_core-0.1.28-py3-none-any.whl.metadata (6.0 kB)
326.4 INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C.
326.9 Downloading langchain_core-0.1.27-py3-none-any.whl.metadata (6.0 kB)
327.4 Downloading langchain_core-0.1.26-py3-none-any.whl.metadata (6.0 kB)
328.3 Downloading langchain_core-0.1.25-py3-none-any.whl.metadata (6.0 kB)
328.7 Downloading langchain_core-0.1.24-py3-none-any.whl.metadata (6.0 kB)
329.3 Downloading langchain_core-0.1.23-py3-none-any.whl.metadata (6.0 kB)
329.4 Collecting langsmith<0.1,>=0.0.83 (from langchain==0.1.4->-r requirements.txt (line 15))
329.9 Downloading langsmith-0.0.87-py3-none-any.whl.metadata (10 kB)
330.0 Collecting packaging (from gunicorn==21.2.0->-r requirements.txt (line 12))
330.6 Downloading packaging-23.2-py3-none-any.whl.metadata (3.2 kB)
333.1 Collecting ruamel.yaml>=0.17.10 (from prance>=0.20.2->openapi3_parser==1.1.16->-r requirements.txt (line 18))
333.6 Downloading ruamel.yaml-0.18.6-py3-none-any.whl.metadata (23 kB)
334.3 Collecting annotated-types>=0.4.0 (from pydantic<3,>=1.9.0->anthropic==0.12.0->-r requirements.txt (line 1))
334.7 Downloading annotated_types-0.6.0-py3-none-any.whl.metadata (12 kB)
341.6 Collecting pydantic-core==2.16.3 (from pydantic<3,>=1.9.0->anthropic==0.12.0->-r requirements.txt (line 1))
342.1 Downloading pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.5 kB)
344.0 Collecting greenlet!=0.4.17 (from SQLAlchemy<3,>=1.4->langchain==0.1.4->-r requirements.txt (line 15))
344.7 Downloading greenlet-3.0.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB)
345.6 Collecting mypy-extensions>=0.3.0 (from typing-inspect<1,>=0.4.0->dataclasses_json==0.6.3->-r requirements.txt (line 4))
345.9 Downloading mypy_extensions-1.0.0-py3-none-any.whl.metadata (1.1 kB)
346.1 INFO: pip is looking at multiple versions of unstructured-client to determine which version is compatible with other requirements. This could take a while.
346.1 Collecting unstructured-client>=0.15.1 (from unstructured==0.12.2->-r requirements.txt (line 33))
346.5 Downloading unstructured_client-0.21.1-py3-none-any.whl.metadata (7.3 kB)
347.0 Downloading unstructured_client-0.21.0-py3-none-any.whl.metadata (5.0 kB)
347.4 Downloading unstructured_client-0.18.0-py3-none-any.whl.metadata (4.9 kB)
348.1 Collecting dataclasses-json-speakeasy>=0.5.11 (from unstructured-client>=0.15.1->unstructured==0.12.2->-r requirements.txt (line 33))
348.7 Downloading dataclasses_json_speakeasy-0.5.11-py3-none-any.whl.metadata (25 kB)
349.5 Collecting jsonpath-python>=1.0.6 (from unstructured-client>=0.15.1->unstructured==0.12.2->-r requirements.txt (line 33))
349.9 Downloading jsonpath_python-1.0.6-py3-none-any.whl.metadata (12 kB)
350.8 Collecting soupsieve>1.2 (from beautifulsoup4->unstructured==0.12.2->-r requirements.txt (line 33))
351.1 Downloading soupsieve-2.5-py3-none-any.whl.metadata (4.7 kB)
352.3 Collecting threadpoolctl>=2.0.0 (from scikit-learn->sentence-transformers->-r requirements.txt (line 28))
352.7 Downloading threadpoolctl-3.4.0-py3-none-any.whl.metadata (13 kB)
353.5 Collecting mpmath>=0.19 (from sympy->torch==2.1.2->-r requirements.txt (line 30))
353.9 Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
355.1 Collecting hyperframe<7,>=6.0 (from h2<5,>=3->httpx[http2]>=0.14.0->qdrant-client==1.7.3->-r requirements.txt (line 24))
355.7 Downloading hyperframe-6.0.1-py3-none-any.whl.metadata (2.7 kB)
356.2 Collecting hpack<5,>=4.0 (from h2<5,>=3->httpx[http2]>=0.14.0->qdrant-client==1.7.3->-r requirements.txt (line 24))
362.9 Downloading hpack-4.0.0-py3-none-any.whl.metadata (2.5 kB)
363.6 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema<5.0.0,>=4.18.0->openapi-spec-validator==0.6.0->openapi3_parser==1.1.16->-r requirements.txt (line 18))
364.1 Downloading jsonschema_specifications-2023.12.1-py3-none-any.whl.metadata (3.0 kB)
364.8 Collecting referencing>=0.28.4 (from jsonschema<5.0.0,>=4.18.0->openapi-spec-validator==0.6.0->openapi3_parser==1.1.16->-r requirements.txt (line 18))
365.7 Downloading referencing-0.34.0-py3-none-any.whl.metadata (2.8 kB)
368.2 Collecting rpds-py>=0.7.1 (from jsonschema<5.0.0,>=4.18.0->openapi-spec-validator==0.6.0->openapi3_parser==1.1.16->-r requirements.txt (line 18))
368.6 Downloading rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB)
369.2 Collecting pathable<0.5.0,>=0.4.1 (from jsonschema-spec<0.3.0,>=0.2.3->openapi-spec-validator==0.6.0->openapi3_parser==1.1.16->-r requirements.txt (line 18))
370.1 Downloading pathable-0.4.3-py3-none-any.whl.metadata (1.9 kB)
370.2 Collecting referencing>=0.28.4 (from jsonschema<5.0.0,>=4.18.0->openapi-spec-validator==0.6.0->openapi3_parser==1.1.16->-r requirements.txt (line 18))
370.8 Downloading referencing-0.30.2-py3-none-any.whl.metadata (2.6 kB)
372.1 Collecting rfc3339-validator (from openapi-schema-validator<0.7.0,>=0.6.0->openapi-spec-validator==0.6.0->openapi3_parser==1.1.16->-r requirements.txt (line 18))
374.3 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl.metadata (1.5 kB)
375.3 Collecting wcwidth (from prompt-toolkit>=3.0.36->click-repl>=0.2.0->celery==5.3.6->-r requirements.txt (line 3))
376.0 Downloading wcwidth-0.2.13-py2.py3-none-any.whl.metadata (14 kB)
376.9 Collecting ruamel.yaml.clib>=0.2.7 (from ruamel.yaml>=0.17.10->prance>=0.20.2->openapi3_parser==1.1.16->-r requirements.txt (line 18))
377.8 Downloading ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (2.2 kB)
378.3 INFO: pip is looking at multiple versions of jsonschema-specifications to determine which version is compatible with other requirements. This could take a while.
378.3 Collecting jsonschema-specifications>=2023.03.6 (from jsonschema<5.0.0,>=4.18.0->openapi-spec-validator==0.6.0->openapi3_parser==1.1.16->-r requirements.txt (line 18))
378.8 Downloading jsonschema_specifications-2023.11.2-py3-none-any.whl.metadata (3.0 kB)
380.1 Downloading jsonschema_specifications-2023.11.1-py3-none-any.whl.metadata (2.8 kB)
381.0 Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl.metadata (2.8 kB)
381.8 Downloading anthropic-0.12.0-py3-none-any.whl (840 kB)
384.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 840.6/840.6 kB 313.0 kB/s eta 0:00:00
385.2 Downloading boto3-1.34.6-py3-none-any.whl (139 kB)
385.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.3/139.3 kB 229.0 kB/s eta 0:00:00
386.1 Downloading celery-5.3.6-py3-none-any.whl (422 kB)
387.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 422.0/422.0 kB 372.4 kB/s eta 0:00:00
388.1 Downloading dataclasses_json-0.6.3-py3-none-any.whl (28 kB)
388.7 Downloading elasticsearch-8.12.0-py3-none-any.whl (431 kB)
390.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 431.9/431.9 kB 192.2 kB/s eta 0:00:00
391.3 Downloading escodegen-1.0.11-py3-none-any.whl (20 kB)
391.8 Downloading faiss_cpu-1.7.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.6 MB)
462.7 ━━━━━━━━━━━━━━━━━━━━━━━ 10.2/17.6 MB 27.5 kB/s eta 0:04:27
465.9 Downloading flask-3.0.1-py3-none-any.whl (101 kB)
466.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.2/101.2 kB 415.6 kB/s eta 0:00:00
467.1 Downloading gunicorn-21.2.0-py3-none-any.whl (80 kB)
467.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.2/80.2 kB 196.7 kB/s eta 0:00:00
467.9 Downloading html2text-2020.1.16-py3-none-any.whl (32 kB)
469.0 Downloading javalang-0.13.0-py3-none-any.whl (22 kB)
469.8 Downloading langchain-0.1.4-py3-none-any.whl (803 kB)
475.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 803.6/803.6 kB 161.9 kB/s eta 0:00:00
475.9 Downloading langchain_openai-0.0.5-py3-none-any.whl (29 kB)
476.3 Downloading nltk-3.8.1-py3-none-any.whl (1.5 MB)
501.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 59.8 kB/s eta 0:00:00
502.0 Downloading openapi3_parser-1.1.16-py3-none-any.whl (20 kB)
503.1 Downloading pandas-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB)
567.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 319.5 kB/s eta 0:00:00
568.0 Downloading pydantic_settings-2.1.0-py3-none-any.whl (11 kB)
568.4 Downloading pymongo-4.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (680 kB)
570.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 680.8/680.8 kB 430.5 kB/s eta 0:00:00
570.5 Downloading pypdf2-3.0.1-py3-none-any.whl (232 kB)
573.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 232.6/232.6 kB 126.2 kB/s eta 0:00:00
573.4 Downloading python_dotenv-1.0.1-py3-none-any.whl (19 kB)
574.0 Downloading qdrant_client-1.7.3-py3-none-any.whl (206 kB)
574.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206.3/206.3 kB 343.8 kB/s eta 0:00:00
575.0 Downloading redis-5.0.1-py3-none-any.whl (250 kB)
576.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 250.3/250.3 kB 132.1 kB/s eta 0:00:00
577.3 Downloading retry-0.9.2-py2.py3-none-any.whl (8.0 kB)
577.7 Downloading torch-2.1.2-cp311-cp311-manylinux1_x86_64.whl (670.2 MB)
642.6 ━ 20.9/670.2 MB 340.4 kB/s eta 0:31:48
646.1 Downloading tqdm-4.66.1-py3-none-any.whl (78 kB)
646.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.3/78.3 kB 349.9 kB/s eta 0:00:00
646.8 Downloading transformers-4.36.2-py3-none-any.whl (8.2 MB)
654.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/8.2 MB 1.1 MB/s eta 0:00:00
654.5 Downloading unstructured-0.12.2-py3-none-any.whl (1.8 MB)
654.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 3.9 MB/s eta 0:00:00
655.3 Downloading werkzeug-3.0.1-py3-none-any.whl (226 kB)
655.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 226.7/226.7 kB 3.7 MB/s eta 0:00:00
655.7 Downloading nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB)
821.9 ━━━━━━━━━━ 103.6/410.6 MB 77.8 kB/s eta 1:05:44
836.9 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. (read timeout=15)")': /packages/7e/00/6b218edd739ecfc60524e585ba8e6b00554dd908de2c9c66c1af3e44e18d/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl
838.8 Downloading nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB)
934.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 135.2 kB/s eta 0:00:00
935.3 Downloading nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB)
1002.2 ━━━━━━━━━━━━━━━━━━━━━━ 13.1/23.7 MB 204.2 kB/s eta 0:00:52
1005.5 Downloading nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB)
1008.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 269.7 kB/s eta 0:00:00
1009.2 Downloading nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB)
1182.5 ━ 22.1/731.7 MB 165.8 kB/s eta 1:11:21
1185.5 Downloading nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB)
1361.9 ━━━━━━━━━━━━━━━ 46.9/121.6 MB 282.9 kB/s eta 0:04:25
1364.5 Downloading nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB)
1411.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 409.8 kB/s eta 0:00:00
1411.8 Downloading nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB)
1543.0 ━━━━━━━ 22.6/124.2 MB 210.4 kB/s eta 0:08:03
1546.8 Downloading nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB)
1722.1 ━━━━━━━━━━━━━━━━━━━━━ 107.6/196.0 MB 384.6 kB/s eta 0:03:50
1724.9 Downloading nvidia_nccl_cu12-2.18.1-py3-none-manylinux1_x86_64.whl (209.8 MB)
1788.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.8/209.8 MB 524.9 kB/s eta 0:00:00
1788.8 Downloading nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB)
1789.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 249.4 kB/s eta 0:00:00
1789.8 Downloading openapi_spec_validator-0.6.0-py3-none-any.whl (32 kB)
1790.4 Downloading triton-2.1.0-0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (89.2 MB)
1827.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.2/89.2 MB 1.4 MB/s eta 0:00:00
1828.2 Downloading sentence_transformers-2.6.1-py3-none-any.whl (163 kB)
1828.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.3/163.3 kB 447.7 kB/s eta 0:00:00
1829.1 Downloading aiohttp-3.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
1829.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 2.2 MB/s eta 0:00:00
1830.1 Downloading anyio-4.3.0-py3-none-any.whl (85 kB)
1830.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.6/85.6 kB 2.7 MB/s eta 0:00:00
1830.5 Downloading billiard-4.2.0-py3-none-any.whl (86 kB)
1830.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.7/86.7 kB 2.4 MB/s eta 0:00:00
1831.0 Downloading blinker-1.7.0-py3-none-any.whl (13 kB)
1831.7 Downloading botocore-1.34.77-py3-none-any.whl (12.1 MB)
1834.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/12.1 MB 4.8 MB/s eta 0:00:00
1834.6 Downloading click-8.1.7-py3-none-any.whl (97 kB)
1834.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.9/97.9 kB 2.5 MB/s eta 0:00:00
1835.2 Downloading click_didyoumean-0.3.1-py3-none-any.whl (3.6 kB)
1835.6 Downloading click_plugins-1.1.1-py2.py3-none-any.whl (7.5 kB)
1836.0 Downloading click_repl-0.3.0-py3-none-any.whl (10 kB)
1836.4 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB)
1836.8 Downloading distro-1.9.0-py3-none-any.whl (20 kB)
1837.7 Downloading dnspython-2.6.1-py3-none-any.whl (307 kB)
1843.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.7/307.7 kB 55.9 kB/s eta 0:00:00
1843.9 Downloading elastic_transport-8.13.0-py3-none-any.whl (64 kB)
1844.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.3/64.3 kB 350.0 kB/s eta 0:00:00
1845.4 Downloading grpcio-1.62.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB)
1851.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.5/5.5 MB 869.0 kB/s eta 0:00:00
1852.2 Downloading grpcio_tools-1.62.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB)
1852.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 5.3 MB/s eta 0:00:00
1853.1 Downloading httpx-0.27.0-py3-none-any.whl (75 kB)
1853.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 75.6/75.6 kB 2.0 MB/s eta 0:00:00
1853.5 Downloading httpcore-1.0.5-py3-none-any.whl (77 kB)
1853.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.9/77.9 kB 2.0 MB/s eta 0:00:00
1854.2 Downloading huggingface_hub-0.22.2-py3-none-any.whl (388 kB)
1854.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 388.9/388.9 kB 5.4 MB/s eta 0:00:00
1854.7 Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB)
1854.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.0/172.0 kB 3.8 MB/s eta 0:00:00
1855.1 Downloading itsdangerous-2.1.2-py3-none-any.whl (15 kB)
1855.7 Downloading Jinja2-3.1.3-py3-none-any.whl (133 kB)
1855.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.2/133.2 kB 3.4 MB/s eta 0:00:00
1856.1 Downloading jmespath-1.0.1-py3-none-any.whl (20 kB)
1856.5 Downloading jsonpatch-1.33-py2.py3-none-any.whl (12 kB)
1856.9 Downloading kombu-5.3.6-py3-none-any.whl (200 kB)
1857.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.2/200.2 kB 587.2 kB/s eta 0:00:00
1857.6 Downloading langchain_community-0.0.20-py3-none-any.whl (1.7 MB)
1859.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 1.2 MB/s eta 0:00:00
1859.4 Downloading langchain_core-0.1.23-py3-none-any.whl (241 kB)
1859.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.2/241.2 kB 1.3 MB/s eta 0:00:00
1859.9 Downloading langsmith-0.0.87-py3-none-any.whl (55 kB)
1859.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.4/55.4 kB 1.8 MB/s eta 0:00:00
1860.5 Downloading MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (28 kB)
1860.8 Downloading marshmallow-3.21.1-py3-none-any.whl (49 kB)
1861.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.4/49.4 kB 265.4 kB/s eta 0:00:00
1861.4 Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB)
1867.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 4.2 MB/s eta 0:00:00
1868.3 Downloading openai-1.16.1-py3-none-any.whl (266 kB)
1868.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 266.9/266.9 kB 1.5 MB/s eta 0:00:00
1869.0 Downloading packaging-23.2-py3-none-any.whl (53 kB)
1869.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB 368.8 kB/s eta 0:00:00
1869.8 Downloading portalocker-2.8.2-py3-none-any.whl (17 kB)
1870.3 Downloading prance-23.6.21.0-py3-none-any.whl (36 kB)
1871.0 Downloading chardet-5.2.0-py3-none-any.whl (199 kB)
1871.5 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.4/199.4 kB 538.8 kB/s eta 0:00:00
1872.0 Downloading py-1.11.0-py2.py3-none-any.whl (98 kB)
1872.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/98.7 kB 2.4 MB/s eta 0:00:00
1872.6 Downloading pydantic-2.6.4-py3-none-any.whl (394 kB)
1872.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 394.9/394.9 kB 3.8 MB/s eta 0:00:00
1873.3 Downloading pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.2 MB)
1873.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 5.0 MB/s eta 0:00:00
1874.2 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
1874.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.9/229.9 kB 2.2 MB/s eta 0:00:00
1874.7 Downloading pytz-2024.1-py2.py3-none-any.whl (505 kB)
1874.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 505.5/505.5 kB 2.1 MB/s eta 0:00:00
1875.5 Downloading PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (757 kB)
1875.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 757.7/757.7 kB 5.8 MB/s eta 0:00:00
1876.1 Downloading s3transfer-0.10.1-py3-none-any.whl (82 kB)
1876.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.2/82.2 kB 2.5 MB/s eta 0:00:00
1876.8 Downloading safetensors-0.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
1877.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 6.1 MB/s eta 0:00:00
1877.4 Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
1877.8 Downloading sniffio-1.3.1-py3-none-any.whl (10 kB)
1878.4 Downloading SQLAlchemy-2.0.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB)
1879.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 4.4 MB/s eta 0:00:00
1879.7 Downloading tenacity-8.2.3-py3-none-any.whl (24 kB)
1880.1 Downloading tokenizers-0.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB)
1880.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 4.1 MB/s eta 0:00:00
1881.4 Downloading typing_extensions-4.10.0-py3-none-any.whl (33 kB)
1881.7 Downloading typing_inspect-0.9.0-py3-none-any.whl (8.8 kB)
1882.1 Downloading tzdata-2024.1-py2.py3-none-any.whl (345 kB)
1882.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 648.6 kB/s eta 0:00:00
1883.2 Downloading unstructured_client-0.18.0-py3-none-any.whl (21 kB)
1883.6 Downloading vine-5.1.0-py3-none-any.whl (9.6 kB)
1884.2 Downloading backoff-2.2.1-py3-none-any.whl (15 kB)
1884.8 Downloading beautifulsoup4-4.12.3-py3-none-any.whl (147 kB)
1884.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.9/147.9 kB 1.0 MB/s eta 0:00:00
1885.4 Downloading emoji-2.11.0-py2.py3-none-any.whl (433 kB)
1885.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 433.8/433.8 kB 2.1 MB/s eta 0:00:00
1886.0 Downloading esutils-1.0.1-py3-none-any.whl (8.2 kB)
1886.4 Downloading filelock-3.13.3-py3-none-any.whl (11 kB)
1886.8 Downloading filetype-1.2.0-py2.py3-none-any.whl (19 kB)
1887.3 Downloading joblib-1.3.2-py3-none-any.whl (302 kB)
1887.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.2/302.2 kB 817.2 kB/s eta 0:00:00
1888.1 Downloading lxml-5.2.1-cp311-cp311-manylinux_2_28_x86_64.whl (5.0 MB)
1893.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 1.0 MB/s eta 0:00:00
1893.4 Downloading networkx-3.2.1-py3-none-any.whl (1.6 MB)
1895.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 868.4 kB/s eta 0:00:00
1895.8 Downloading pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl (4.5 MB)
1897.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 2.2 MB/s eta 0:00:00
1898.6 Downloading python_iso639-2024.2.7-py3-none-any.whl (274 kB)
1899.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 274.7/274.7 kB 820.8 kB/s eta 0:00:00
1899.5 Downloading python_magic-0.4.27-py2.py3-none-any.whl (13 kB)
1899.9 Downloading rapidfuzz-3.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.4 MB)
1902.3 ━━━━━━━━━━━━━━━━ 1.4/3.4 MB 561.6 kB/s eta 0:00:04
1905.3 Downloading scikit_learn-1.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB)
1912.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/12.1 MB 2.6 MB/s eta 0:00:00
1913.3 Downloading scipy-1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 MB)
1925.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.6/38.6 MB 2.0 MB/s eta 0:00:00
1926.1 Downloading sympy-1.12-py3-none-any.whl (5.7 MB)
1927.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 5.4 MB/s eta 0:00:00
1927.6 Downloading tabulate-0.9.0-py3-none-any.whl (35 kB)
1928.0 Downloading wrapt-1.16.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (80 kB)
1928.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.7/80.7 kB 1.9 MB/s eta 0:00:00
1928.6 Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB)
1929.0 Downloading amqp-5.2.0-py3-none-any.whl (50 kB)
1929.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.9/50.9 kB 1.8 MB/s eta 0:00:00
1929.9 Downloading annotated_types-0.6.0-py3-none-any.whl (12 kB)
1930.3 Downloading attrs-23.2.0-py3-none-any.whl (60 kB)
1930.7 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/60.8 kB 329.1 kB/s eta 0:00:00
1931.2 Downloading dataclasses_json_speakeasy-0.5.11-py3-none-any.whl (28 kB)
1931.6 Downloading frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB)
1931.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 759.7 kB/s eta 0:00:00
1932.5 Downloading greenlet-3.0.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (620 kB)
1933.8 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 620.0/620.0 kB 463.7 kB/s eta 0:00:00
1934.2 Downloading h2-4.1.0-py3-none-any.whl (57 kB)
1934.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.5/57.5 kB 281.0 kB/s eta 0:00:00
1934.8 Downloading jsonpath_python-1.0.6-py3-none-any.whl (7.6 kB)
1935.3 Downloading jsonpointer-2.4-py2.py3-none-any.whl (7.8 kB)
1935.7 Downloading jsonschema-4.21.1-py3-none-any.whl (85 kB)
1936.1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.5/85.5 kB 634.9 kB/s eta 0:00:00
1936.6 Downloading jsonschema_spec-0.2.4-py3-none-any.whl (14 kB)
1937.0 Downloading lazy_object_proxy-1.10.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (69 kB)
1937.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.8/69.8 kB 323.5 kB/s eta 0:00:00
1937.8 Downloading mpmath-1.3.0-py3-none-any.whl (536 kB)
1938.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 1.0 MB/s eta 0:00:00
1938.9 Downloading multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB)
1938.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 2.9 MB/s eta 0:00:00
1939.5 Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
1939.9 Downloading openapi_schema_validator-0.6.2-py3-none-any.whl (8.8 kB)
1940.5 Downloading prompt_toolkit-3.0.43-py3-none-any.whl (386 kB)
1941.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 386.1/386.1 kB 563.2 kB/s eta 0:00:00
1941.7 Downloading protobuf-4.25.3-cp37-abi3-manylinux2014_x86_64.whl (294 kB)
1947.0 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 294.6/294.6 kB 54.5 kB/s eta 0:00:00
1947.5 Downloading ruamel.yaml-0.18.6-py3-none-any.whl (117 kB)
1947.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.8/117.8 kB 317.2 kB/s eta 0:00:00
1948.3 Downloading soupsieve-2.5-py3-none-any.whl (36 kB)
1948.8 Downloading threadpoolctl-3.4.0-py3-none-any.whl (17 kB)
1949.2 Downloading yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB)
1950.2 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 318.9 kB/s eta 0:00:00
1950.7 Downloading nvidia_nvjitlink_cu12-12.4.99-py3-none-manylinux2014_x86_64.whl (21.1 MB)
1958.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.1/21.1 MB 3.2 MB/s eta 0:00:00
1959.3 Downloading h11-0.14.0-py3-none-any.whl (58 kB)
1959.4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/58.3 kB 2.1 MB/s eta 0:00:00
1959.7 Downloading hpack-4.0.0-py3-none-any.whl (32 kB)
1960.3 Downloading hyperframe-6.0.1-py3-none-any.whl (12 kB)
1960.9 Downloading jsonschema_specifications-2023.7.1-py3-none-any.whl (17 kB)
1961.4 Downloading pathable-0.4.3-py3-none-any.whl (9.6 kB)
1961.8 Downloading referencing-0.30.2-py3-none-any.whl (25 kB)
1962.5 Downloading rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB)
1963.3 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 1.5 MB/s eta 0:00:00
1963.8 Downloading ruamel.yaml.clib-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (544 kB)
1963.9 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 544.0/544.0 kB 5.2 MB/s eta 0:00:00
1964.5 Downloading rfc3339_validator-0.1.4-py2.py3-none-any.whl (3.5 kB)
1964.9 Downloading wcwidth-0.2.13-py2.py3-none-any.whl (34 kB)
1965.0 ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
1965.0 unknown package:
1965.0 Expected sha256 afdd9fe1141117fed85961fd36ee627c83fc3b9fd47bafb52d3c849cc2f088b7
1965.0 Got 0317fe32839f259b80ac86fb57f470db7b3fe3320e1854e187ac59c218f2c91b
1965.0


failed to solve: process "/bin/sh -c pip install -r requirements.txt" did not complete successfully: exit code: 1

#My system environment:
---wsl2 ---.
WSL version: 2.1.5.0
Kernel version: 5.15.146.1-2
WSLg version: 1.0.60
MSRDC Version: 1.2.5105
Direct3D version: 1.611.1-81528511
DXCore version: 10.0.25131.1002-220531-1700.rs-onecore-base2-hyp
Windows version: 10.0.19044.3803

----python verson----
Python 3.10.12
-----docker version-----
Docker version 25.0.3, build 4debf41

DocsGPT is too complicated to install!
Not as good as ollama!
Why don't you guys make its installation steps as easy as using ollama?

👟 Reproduction steps

[en:]
1.Download the DocsGPT project file.
Since it is already downloaded in Win10, copy it from Win10 to the project directory of wsl2 and execute the following command
wslpath 'J:\Common packages\AI software\docsGPT\DocsGPT-0.8.0.zip' //Convert Windows path: Use the wslpath command to convert the Windows path to a Linux path that WSL 2 can understand.
cp $(wslpath 'J:\Common Packages\AI Software\docsGPT\DocsGPT-0.8.0.zip') /var/www/ //copy files: Now you can use the cp command to copy files from the Windows filesystem to the Linux filesystem of WSL 2.

  1. Unzip to the current directory
    sudo unzip DocsGPT-0.8.0.zip

  2. Delete the zip file
    sudo rm -rf DocsGPT-0.8.0.zip

  3. Modify the name of the project file
    sudo mv DocsGPT-0.8.0 docsGPT

  4. Enter docsGPT
    cd docsGPT

  5. Enter the super administrator account and set the api key.
    sudo -i //enter super administrator account
    sudo echo "API_KEY=my-openai-key" > .env
    echo "VITE_API_STREAMING=true" >> .env

//Exit root
exit

  1. Check if the .env file is set up successfully
    ls -a
    To view all files and directories, including hidden files, you can use the ls -a command. The -a option lists all files and directories, including hidden files that begin with a dot.

  2. Run the following command to start the installer with Docker Compose:
    . /run-with-docker-compose.sh
    This step, originally, also reported an error when installing the PIP, but I added a third-party docker image source that includes multiple Chinese and foreign sources, which solved the problem
    But the multiple errors reported in this 10th step, which I tried about 10 times or so, has made me lose confidence.
    Because I know in this case, it shouldn't be a user problem, but a problem caused by the software designers making the installation steps so complicated!

=> ERROR [backend builder 10/10] RUN pip install -r requirements.txt 1967.1s
This is the step, strangely enough, it successfully installs all the dependencies contained in requirements.txt, but in addition to that it automatically installs a lot of other dependencies, including nvidia and such, and I can't figure out why this is so, it's just an error when installing these additional dependencies!

[cn:]
1.下载DocsGPT项目文件
由于已经在win10下载了,从win10复制到wsl2的项目目录中,执行以下命令
wslpath 'J:\常用软件包\AI软件\docsGPT\DocsGPT-0.8.0.zip' //转换Windows路径:使用wslpath命令将Windows路径转换为WSL 2可以理解的Linux路径。
cp $(wslpath 'J:\常用软件包\AI软件\docsGPT\DocsGPT-0.8.0.zip') /var/www/ //复制文件:现在你可以使用cp命令将文件从Windows文件系统复制到WSL 2的Linux文件系统中。

2.解压缩到当前目录
sudo unzip DocsGPT-0.8.0.zip

3.删除压缩包文件
sudo rm -rf DocsGPT-0.8.0.zip

  1. 修改项目文件名称
    sudo mv DocsGPT-0.8.0 docsGPT

  2. 进入docsGPT
    cd docsGPT

  3. 进入超级管理员账户,设置api key
    sudo -i //进入超级管理员账户
    sudo echo "API_KEY=my-openai-key" > .env
    echo "VITE_API_STREAMING=true" >> .env

//退出root
exit

  1. 检查.env文件是否设置成功
    ls -a
    要查看包括隐藏文件在内的所有文件和目录,你可以使用 ls -a 命令。-a 选项会列出所有文件和目录,包括以点开头的隐藏文件。

8.运行以下命令以使用 Docker Compose 启动安装程序:
./run-with-docker-compose.sh
这一步,本来在安装PIP时,也报错,但我添加了包含多个中国和国外的第三方docker镜像源,解决了
但这第10步的多次报错,我尝试了大概10次左右,已经让我失去了信心。
因为我知道这种情况,应该不是用户的问题,而是软件设计者把安装步骤搞的如此复杂而造成的问题!!

=> ERROR [backend builder 10/10] RUN pip install -r requirements.txt 1967.1s
就是这一步,很奇怪的是,它成功安装了requirements.txt所包含的全部依赖项,但除此之外它还额外在自动安装很多包括nvidia之类的其他依赖项,我搞不懂这是为什么,就是在安装这些额外的依赖项时,报出的错误!!

👍 Expected behavior

Seriously, I was pleasantly surprised when I first found DocsGPT, but it disappointed during the installation process!
Hopefully it will be as quick to install as ollama!
ollamag officially offers a lot of big models like gemini, ollama 2, most of them 2Gigabyte-8Gigabyte in size, but the download of these models is quite fast, it's done in about 10 minutes!!!!

👎 Actual Behavior with Screenshots

下面是屏幕截图:
图片3
The middle part, all downloaded successfully, so it was omitted!
图片4

💻 Operating system

Windows

What browsers are you seeing the problem on?

Chrome

🤖 What development environment are you experiencing this bug on?

Docker

🔒 Did you set the correct environment variables in the right path? List the environment variable names (not values please!)

My .evn file is in the project root directory and is set as follows:
API_KEY=my-openai-key
VITE_API_STREAMING=true
LLM_NAME=openai

📃 Provide any additional context for the Bug.

no

📖 Relevant log output

Log message not found

👀 Have you spent some time to check if this bug has been raised before?

  • I checked and didn't find similar issue

🔗 Are you willing to submit PR?

None

🧑‍⚖️ Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant