-
GraalPy doesn't work with spaCy libraries because spaCy uses native extensions. Python binary wheels don't exist for spaCy yet.
![GboX5l7bcAAPQK7](https://github.com/user-attachments/assets/652acdf…
-
I wanted to train a Chinese model and ran the following command from [EXPERIMENTS.md](https://github.com/nikitakit/self-attentive-parser/blob/master/EXPERIMENTS.md):
```shell
python src/main.py trai…
-
- `datashare-api` is outdated in most NLP extensions
- keep only OpenNLP, StanfordNLP and Spacy
-
请问您的spacy/pydantic/typing extensions的版本号分别是多少?感谢您!
-
这里是部分的安装日志,安装到了最后一步,sub_module,请收下我的感谢。
Requirement already satisfied: pillow>=8 in /root/miniconda3/envs/linly_dubbing/lib/python3.10/site-packages (from matplotlib>=3.7.0->TTS==0.22.0->-r /gemini/c…
-
### Describe the bug
Try to run the command `pip install --upgrade tts` and got a error
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Reproduction
…
-
**Describe the bug**
datahub-actions 0.0.18 actions container try and install following python packages in a python virtual environment:
`webencodings wcwidth vininfo pytz python-tds python-stdnum…
-
## How to reproduce the behaviour
```python
nlp = spacy.load('en_core_web_lg')
with open('data/1971 Davis Cup.txt', encoding='utf-8') as file:
for line in file:
line = line.st…
-
### Description
Given these requirements:
```
numpy==1.21.5
spacy=3.0.0
mlflow=2.13.0
```
pip will fail with `subprocess-exited-with-error` on `numpy-1.17.3.zip` after about 2 minutes and not…
-
### Description of the bug
So, I had my docs already working. Added new pydantic models and saw that mkdocstrings cannot parse it correctly so I used this extension, but got really similar result…