Collecting fastapi==0.104.1 (from -r requirements.txt (line 1)) Using cached fastapi-0.104.1-py3-none-any.whl.metadata (24 kB) Collecting uvicorn==0.24.0 (from -r requirements.txt (line 2)) Using cached uvicorn-0.24.0-py3-none-any.whl.metadata (6.4 kB) Collecting python-multipart==0.0.6 (from -r requirements.txt (line 3)) Using cached python_multipart-0.0.6-py3-none-any.whl.metadata (2.5 kB) Collecting PyPDF2==3.0.1 (from -r requirements.txt (line 4)) Using cached pypdf2-3.0.1-py3-none-any.whl.metadata (6.8 kB) Collecting python-docx==1.1.0 (from -r requirements.txt (line 5)) Using cached python_docx-1.1.0-py3-none-any.whl.metadata (2.0 kB) Collecting spacy==3.7.2 (from -r requirements.txt (line 6)) Using cached spacy-3.7.2.tar.gz (1.3 MB) Installing build dependencies: started Installing build dependencies: still running... Installing build dependencies: finished with status 'error' pip : error: subprocess-exited-with-error At line:1 char:1 + pip install -r requirements.txt > install_log.txt 2>&1 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( error: subprocess-exited-with-e rror:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError pip subprocess to install build dependencies did not run successfully. exit code: 1 [191 lines of output] Ignoring numpy: markers 'python_version < "3.9"' don't match your environment Collecting setuptools Using cached setuptools-82.0.1-py3-none-any.whl.metadata (6.5 kB) Collecting cython<3.0,>=0.25 Using cached Cython-0.29.37-py2.py3-none-any.whl.metadata (3.1 kB) Collecting cymem<2.1.0,>=2.0.2 Using cached cymem-2.0.13-cp313-cp313-win_amd64.whl.metadata (9.9 kB) Collecting preshed<3.1.0,>=3.0.2 Using cached preshed-3.0.13-cp313-cp313-win_amd64.whl.metadata (5.4 kB) Collecting murmurhash<1.1.0,>=0.28.0 Using cached murmurhash-1.0.15-cp313-cp313-win_amd64.whl.metadata (2.3 kB) Collecting thinc<8.3.0,>=8.1.8 Using cached thinc-8.2.5.tar.gz (193 kB) Installing build dependencies: started Installing build dependencies: still running... Installing build dependencies: finished with status 'error' error: subprocess-exited-with-error pip subprocess to install build dependencies did not run successfully. exit code: 2 [158 lines of output] Ignoring numpy: markers 'python_version < "3.9"' don't match your environment Collecting setuptools Using cached setuptools-82.0.1-py3-none-any.whl.metadata (6.5 kB) Collecting cython<3.0,>=0.25 Using cached Cython-0.29.37-py2.py3-none-any.whl.metadata (3.1 kB) Collecting murmurhash<1.1.0,>=1.0.2 Using cached murmurhash-1.0.15-cp313-cp313-win_amd64.whl.metadata (2.3 kB) Collecting cymem<2.1.0,>=2.0.2 Using cached cymem-2.0.13-cp313-cp313-win_amd64.whl.metadata (9.9 kB) Collecting preshed<3.1.0,>=3.0.2 Using cached preshed-3.0.13-cp313-cp313-win_amd64.whl.metadata (5.4 kB) Collecting blis<0.8.0,>=0.7.8 Downloading blis-0.7.11.tar.gz (2.9 MB) ------------------------- 1.8/2.9 MB 52.9 kB/s eta 0:00:21 ERROR: Exception: Traceback (most recent call last): File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_vendor\urllib3\response.py", line 438, in _error_catcher yield File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_vendor\urllib3\response.py", line 561, in read data = self._fp_read(amt) if not fp_closed else b"" ~~~~~~~~~~~~~^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_vendor\urllib3\response.py", line 527, in _fp_read return self._fp.read(amt) if amt is not None else self._fp.read() ~~~~~~~~~~~~~^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_vendor\cachecontrol\filewrapper.py", line 98, in read data: bytes = self.__fp.read(amt) ~~~~~~~~~~~~~~^^^^^ File "C:\Python313\Lib\http\client.py", line 479, in read s = self.fp.read(amt) File "C:\Python313\Lib\socket.py", line 719, in readinto return self._sock.recv_into(b) ~~~~~~~~~~~~~~~~~~~~^^^ File "C:\Python313\Lib\ssl.py", line 1304, in recv_into return self.read(nbytes, buffer) ~~~~~~~~~^^^^^^^^^^^^^^^^ File "C:\Python313\Lib\ssl.py", line 1138, in read return self._sslobj.read(len, buffer) ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^ TimeoutError: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\cli\base_command.py", line 105, in _run_wrapper status = _inner_run() File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\cli\base_command.py", line 96, in _inner_run return self.run(options, args) ~~~~~~~~^^^^^^^^^^^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\cli\req_command.py", line 67, in wrapper return func(self, options, args) File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\commands\install.py", line 379, in run requirement_set = resolver.resolve( reqs, check_supported_wheels=not options.target_dir ) File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\resolution\resolvelib\resolver.py", line 95, in resolve result = self._result = resolver.resolve( ~~~~~~~~~~~~~~~~^ collected.requirements, max_rounds=limit_how_complex_resolution_can_be ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_vendor\resolvelib\resolvers.py", line 546, in resolve state = resolution.resolve(requirements, max_rounds=max_rounds) File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_vendor\resolvelib\resolvers.py", line 397, in resolve self._add_to_criteria(self.state.criteria, r, parent=None) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_vendor\resolvelib\resolvers.py", line 173, in _add_to_criteria if not criterion.candidates: ^^^^^^^^^^^^^^^^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_vendor\resolvelib\structs.py", line 156, in __bool__ return bool(self._sequence) File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\resolution\resolvelib\found_candidates.py", line 174, in __bool__ return any(self) File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\resolution\resolvelib\found_candidates.py", line 162, in return (c for c in iterator if id(c) not in self._incompatible_ids) ^^^^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\resolution\resolvelib\found_candidates.py", line 53, in _iter_built candidate = func() File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\resolution\resolvelib\factory.py", line 187, in _make_candidate_from_link base: Optional[BaseCandidate] = self._make_base_candidate_from_link( ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ link, template, name, version ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\resolution\resolvelib\factory.py", line 233, in _make_base_candidate_from_link self._link_candidate_cache[link] = LinkCandidate( ~~~~~~~~~~~~~^ link, ^^^^^ ...<3 lines>... version=version, ^^^^^^^^^^^^^^^^ ) ^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\resolution\resolvelib\candidates.py", line 304, in __init__ super().__init__( ~~~~~~~~~~~~~~~~^ link=link, ^^^^^^^^^^ ...<4 lines>... version=version, ^^^^^^^^^^^^^^^^ ) ^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\resolution\resolvelib\candidates.py", line 159, in __init__ self.dist = self._prepare() ~~~~~~~~~~~~~^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\resolution\resolvelib\candidates.py", line 236, in _prepare dist = self._prepare_distribution() File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\resolution\resolvelib\candidates.py", line 315, in _prepare_distribution return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\operations\prepare.py", line 527, in prepare_linked_requirement return self._prepare_linked_requirement(req, parallel_builds) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\operations\prepare.py", line 598, in _prepare_linked_requirement local_file = unpack_url( link, ...<4 lines>... hashes, ) File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\operations\prepare.py", line 170, in unpack_url file = get_http_url( link, ...<2 lines>... hashes=hashes, ) File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\operations\prepare.py", line 111, in get_http_url from_path, content_type = download(link, temp_dir.path) ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\network\download.py", line 148, in __call__ for chunk in chunks: ^^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\cli\progress_bars.py", line 55, in _rich_progress_bar for chunk in iterable: ^^^^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_internal\network\utils.py", line 65, in response_chunks for chunk in response.raw.stream( ~~~~~~~~~~~~~~~~~~~^ chunk_size, ^^^^^^^^^^^ ...<22 lines>... decode_content=False, ^^^^^^^^^^^^^^^^^^^^^ ): ^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_vendor\urllib3\response.py", line 622, in stream data = self.read(amt=amt, decode_content=decode_content) File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_vendor\urllib3\response.py", line 560, in read with self._error_catcher(): ~~~~~~~~~~~~~~~~~~~^^ File "C:\Python313\Lib\contextlib.py", line 162, in __exit__ self.gen.throw(value) ~~~~~~~~~~~~~~^^^^^^^ File "G:\AI_RESUME_ANALYZER\careerforge-ai\ai-engine\venv\Lib\site-packag es\pip\_vendor\urllib3\response.py", line 443, in _error_catcher raise ReadTimeoutError(self._pool, None, "Read timed out.") pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error pip subprocess to install build dependencies did not run successfully. exit code: 2 See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip is available: 24.3.1 -> 26.1.2 [notice] To update, run: python.exe -m pip install --upgrade pip error: subprocess-exited-with-error pip subprocess to install build dependencies did not run successfully. exit code: 1 See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.