AElnamaki / whisper_marko

0 stars 0 forks source link

requirement_broke_again #1

Open markostoimenov opened 2 weeks ago

markostoimenov commented 2 weeks ago

Hey bro,

it didn't work again, it just beaks at almost the same place all the time.

Check the pdf file pls issues.pdf

AElnamaki commented 2 weeks ago

pip download -r requirements.txt -d ./packages pip install --upgrade pip && pip install --no-index --find-links=./packages --timeout=1000 -r requirements.txt

markostoimenov commented 2 weeks ago

again problem

(whis_env) dci-students@dci-students:~/Videos/NADOOIT/PROMOTIONAL_FILM/FOOTAGE/AUDIO$ pip download -r requirements.txt -d ./packages Collecting certifi==2024.8.30 Using cached certifi-2024.8.30-py3-none-any.whl (167 kB) Collecting charset-normalizer==3.3.2 Using cached charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (142 kB) Collecting filelock==3.15.4 Using cached filelock-3.15.4-py3-none-any.whl (16 kB) Collecting fsspec==2024.6.1 Using cached fsspec-2024.6.1-py3-none-any.whl (177 kB) Collecting idna==3.8 Using cached idna-3.8-py3-none-any.whl (66 kB) Collecting Jinja2==3.1.4 Using cached jinja2-3.1.4-py3-none-any.whl (133 kB) Collecting llvmlite==0.43.0 Using cached llvmlite-0.43.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (43.9 MB) Collecting MarkupSafe==2.1.5 Using cached MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Collecting more-itertools==10.4.0 Using cached more_itertools-10.4.0-py3-none-any.whl (60 kB) Collecting mpmath==1.3.0 Using cached mpmath-1.3.0-py3-none-any.whl (536 kB) Collecting networkx==3.3 Using cached networkx-3.3-py3-none-any.whl (1.7 MB) Collecting numba==0.60.0 Using cached numba-0.60.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.7 MB) Collecting numpy==2.0.2 Using cached numpy-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.5 MB) Collecting nvidia-cublas-cu12==12.1.3.1 Downloading nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 736.3 kB/s eta 0:00:00 Collecting nvidia-cuda-cupti-cu12==12.1.105 Using cached nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) Collecting nvidia-cuda-nvrtc-cu12==12.1.105 Using cached nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) Collecting nvidia-cuda-runtime-cu12==12.1.105 Using cached nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) Collecting nvidia-cudnn-cu12==8.9.2.26 Downloading nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB) ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 398.2/731.7 MB 222.0 kB/s eta 0:25:03 ERROR: Exception: Traceback (most recent call last): File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 438, in _error_catcher yield File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 519, in read data = self._fp.read(amt) if not fp_closed else b"" File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_vendor/cachecontrol/filewrapper.py", line 90, in read data = self.__fp.read(amt) File "/usr/lib/python3.10/http/client.py", line 466, in read s = self.fp.read(amt) File "/usr/lib/python3.10/socket.py", line 705, in readinto return self._sock.recv_into(b) File "/usr/lib/python3.10/ssl.py", line 1303, in recv_into return self.read(nbytes, buffer) File "/usr/lib/python3.10/ssl.py", line 1159, 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 "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 165, in exc_logging_wrapper status = run_func(*args) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper return func(self, options, args) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/commands/download.py", line 129, in run requirement_set = resolver.resolve(reqs, check_supported_wheels=True) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve result = self._result = resolver.resolve( File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve state = resolution.resolve(requirements, max_rounds=max_rounds) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve self._add_to_criteria(self.state.criteria, r, parent=None) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_vendor/resolvelib/resolvers.py", line 172, in _add_to_criteria if not criterion.candidates: File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_vendor/resolvelib/structs.py", line 151, in bool return bool(self._sequence) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 155, in bool return any(self) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 143, in return (c for c in iterator if id(c) not in self._incompatible_ids) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py", line 47, in _iter_built candidate = func() File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 215, in _make_candidate_from_link self._link_candidate_cache[link] = LinkCandidate( File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 288, in init super().init( File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 158, in init self.dist = self._prepare() File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 227, in _prepare dist = self._prepare_distribution() File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 299, in _prepare_distribution return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 487, in prepare_linked_requirement return self._prepare_linked_requirement(req, parallel_builds) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 532, in _prepare_linked_requirement local_file = unpack_url( File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 214, in unpack_url file = get_http_url( File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 94, in get_http_url from_path, content_type = download(link, temp_dir.path) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/network/download.py", line 146, in call for chunk in chunks: File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/cli/progress_bars.py", line 304, in _rich_progress_bar for chunk in iterable: File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_internal/network/utils.py", line 63, in response_chunks for chunk in response.raw.stream( File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 576, in stream data = self.read(amt=amt, decode_content=decode_content) File "/home/dci-students/whis_env/lib/python3.10/site-packages/pip/_vendor/urllib3/response.py", line 512, in read with self._error_catcher(): File "/usr/lib/python3.10/contextlib.py", line 153, in exit self.gen.throw(typ, value, traceback) File "/home/dci-students/whis_env/lib/python3.10/site-packages/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. (whis_env) dci-students@dci-students:~/Videos/NADOOIT/PROMOTIONAL_FILM/FOOTAGE/AUDIO$