Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(py-gguf): Bump spacy to non-yanked, Add ".py"#98

Open
danielzgtg wants to merge 1 commit intommwillet:mainfrom
danielzgtg:fix/spacyVersion
Open

fix(py-gguf): Bump spacy to non-yanked, Add ".py"#98
danielzgtg wants to merge 1 commit intommwillet:mainfrom
danielzgtg:fix/spacyVersion

Conversation

@danielzgtg
Copy link
Collaborator

Spacy 3.8.5 was yanked for false Python 3.13 support; 3.8.7 supports it and will be updated to by us. My PRs for kokoro/misaki await review.

Suffix ".py" to the scripts so that JetBrains syntax highlighting works.

Spacy 3.8.5 was yanked for false Python 3.13 support; 3.8.7 supports it
and will be updated to by us. My PRs for kokoro/misaki await review.

Suffix ".py" to the scripts so that JetBrains syntax highlighting
works.
@ecyht2
Copy link
Collaborator

ecyht2 commented Aug 7, 2025

Is this suppose to fix #97?

That said it still failed to install seems like there is an invalid kokoro version:

Collecting parler_tts@ git+https://github.com/huggingface/parler-tts.git@d108732cd57788ec86bc857d99a6cabd66663d68 (from -r requirements.txt (line 8))
  Cloning https://github.com/huggingface/parler-tts.git (to revision d108732cd57788ec86bc857d99a6cabd66663d68) to /tmp/nix-shell.IHQVH8/pip-install-g227s8cy/parler-tts_fb1b5a6b1e264cab99e582c2180e55ea
  Running command git clone --filter=blob:none --quiet https://github.com/huggingface/parler-tts.git /tmp/nix-shell.IHQVH8/pip-install-g227s8cy/parler-tts_fb1b5a6b1e264cab99e582c2180e55ea
  Running command git rev-parse -q --verify 'sha^d108732cd57788ec86bc857d99a6cabd66663d68'
  Running command git fetch -q https://github.com/huggingface/parler-tts.git d108732cd57788ec86bc857d99a6cabd66663d68
  Resolved https://github.com/huggingface/parler-tts.git to commit d108732cd57788ec86bc857d99a6cabd66663d68
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting nari-tts@ git+https://github.com/nari-labs/dia.git@2811af1c5f476b1f49f4744fabf56cf352be21e5 (from -r requirements.txt (line 19))
  Cloning https://github.com/nari-labs/dia.git (to revision 2811af1c5f476b1f49f4744fabf56cf352be21e5) to /tmp/nix-shell.IHQVH8/pip-install-g227s8cy/nari-tts_f780aaee53f84fe983a34de0acae1d0c
  Running command git clone --filter=blob:none --quiet https://github.com/nari-labs/dia.git /tmp/nix-shell.IHQVH8/pip-install-g227s8cy/nari-tts_f780aaee53f84fe983a34de0acae1d0c
  Running command git rev-parse -q --verify 'sha^2811af1c5f476b1f49f4744fabf56cf352be21e5'
  Running command git fetch -q https://github.com/nari-labs/dia.git 2811af1c5f476b1f49f4744fabf56cf352be21e5
  Running command git checkout -q 2811af1c5f476b1f49f4744fabf56cf352be21e5
  Resolved https://github.com/nari-labs/dia.git to commit 2811af1c5f476b1f49f4744fabf56cf352be21e5
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting torch>=2.4.0 (from -r requirements.txt (line 1))
  Downloading torch-2.8.0-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (30 kB)
Collecting torchaudio>=2.4.0 (from -r requirements.txt (line 2))
  Downloading torchaudio-2.8.0-cp313-cp313-manylinux_2_28_x86_64.whl.metadata (7.2 kB)
Collecting gguf==0.10.0 (from -r requirements.txt (line 3))
  Downloading gguf-0.10.0-py3-none-any.whl.metadata (3.5 kB)
Collecting spacy==3.8.7 (from -r requirements.txt (line 4))
  Downloading spacy-3.8.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (27 kB)
ERROR: Ignored the following versions that require a different python version: 0.8.1 Requires-Python <3.13,>=3.10; 0.8.2 Requires-Python <3.13,>=3.10; 0.8.3 Requires-Python <3.13,>=3.10; 0.8.4 Requires-Python <3.13,>=3.10; 0.9.2 Requires-Python <3.13,>=3.10; 0.9.4 Requires-Python <3.13,>=3.10; 3.8.3 Requires-Python <3.13,>=3.9; 3.8.5 Requires-Python <3.13,>=3.9; 3.8.6 Requires-Python <3.13,>=3.9
ERROR: Could not find a version that satisfies the requirement kokoro==0.9.4 (from versions: 0.2.1, 0.2.2, 0.2.3, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.7.0, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.7.6, 0.7.8, 0.7.9, 0.7.11, 0.7.12, 0.7.13, 0.7.14, 0.7.15, 0.7.16)

[notice] A new release of pip is available: 25.1.1 -> 25.2
[notice] To update, run: pip install --upgrade pip
ERROR: No matching distribution found for kokoro==0.9.4

Edit 0: Fix grammar mistakes

@danielzgtg
Copy link
Collaborator Author

No, this comes after #97, which I created while writing this PR. This PR is needed first because the currently specified spacy version cannot be installed anymore.

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

Successfully merging this pull request may close these issues.

2 participants