AOSSIE-Org / AOSSIE-Org/EduAid

Installation fails on Python 3.13 due to spaCy/blis incompatibility

オープン
#370 コメント 6 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
171
フォーク
425
PR マージ指標
30日以内にマージされた PR はありません

説明

### Description
Installing the project on Python 3.13 fails during dependency installation, specifically while building spaCy and its dependency `blis`.

### Steps to Reproduce
1. Clone the repository
2. Create a virtual environment with Python 3.13
3. Run `pip install -r requirements.txt`
4. Observe the error regarding torch version

### Expected Behavior
Dependencies should either install successfully or provide a clear message
about unsupported Python versions.

### Actual Behavior
The installation fails with errors indicating that `blis` cannot be built.

### Root Cause
spaCy depends on `blis`, which uses CPython internal C APIs that are not yet
compatible with Python 3.13. As a result, no wheels are available and source
builds fail.

### Suggested Fix
- Explicitly document supported Python versions (e.g., 3.9–3.11)

### Environment
- OS: macOS (Apple Silicon)
- Python: 3.13.x
- pip: latest

Image

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。