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

ERROR: No matching distribution found for pyhyphen-reloaded==4.0.6 #221

Open
jonasschultheiss opened this issue Jan 9, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@jonasschultheiss
Copy link

When trying to build the docker image, i get the following error:

270.9   Downloading pyasn1-0.6.0-py2.py3-none-any.whl (85 kB)
271.0      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.3/85.3 KB 1.5 MB/s eta 0:00:00
271.1 Collecting pyasn1-modules==0.4.0
271.2   Downloading pyasn1_modules-0.4.0-py3-none-any.whl (181 kB)
271.2      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.2/181.2 KB 3.7 MB/s eta 0:00:00
271.3 Collecting pycparser==2.22
271.5   Downloading pycparser-2.22-py3-none-any.whl (117 kB)
271.5      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 117.6/117.6 KB 3.7 MB/s eta 0:00:00
271.6 Collecting pydub==0.25.1
271.7   Downloading pydub-0.25.1-py2.py3-none-any.whl (32 kB)
271.8 Collecting pygments==2.18.0
271.9   Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB)
272.8      ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 1.2 MB/s eta 0:00:00
272.9 ERROR: Could not find a version that satisfies the requirement pyhyphen-reloaded==4.0.6 (from versions: none)
272.9 ERROR: No matching distribution found for pyhyphen-reloaded==4.0.6
------
Dockerfile:22
--------------------
  21 |     # install dependencies
  22 | >>> RUN pip install --no-cache-dir -r requirements.txt \
  23 | >>>     && pip install --no-cache-dir torch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 --index-url https://download.pytorch.org/whl/cu121 \
  24 | >>>     && pip install --no-cache-dir tensorflow[and-cuda]==2.16.1
  25 |
--------------------
ERROR: failed to solve: process "/bin/sh -c pip install --no-cache-dir -r requirements.txt     && pip install --no-cache-dir torch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 --index-url https://download.pytorch.org/whl/cu121     && pip install --no-cache-dir tensorflow[and-cuda]==2.16.1" did not complete successfully: exit code: 1

i have no experience in python, so I don't think I can help with this issue.

@rakuri255 rakuri255 added the bug Something isn't working label Jan 13, 2025
@rakuri255
Copy link
Owner

Strange. This should work.
It installs on my machine. You could try the origin pyhyphen. May changes are merged there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants