-
I get a dependency conflict between the pydantic versions required by medcat and spacy:
$ pip3 install zensols.dsprov
...
ERROR: Cannot install medcat and zensols.mednlp because these package ver…
-
**Vielen Dank für Deine Arbeit und Dein Video!**
https://www.youtube.com/watch?v=uyG1Sx7_3Yg
Die Installation endete mit
`Installing collected packages: typing-extensions, pydantic-core, nvidia…
-
### Installation Method | 安装方法与平台
Anaconda (I used latest requirements.txt)
### Version | 版本
Latest | 最新版
### OS | 操作系统
Windows
### Describe the bug | 简述
按照原本的requirements文件安装后,报错
`tensorboard…
-
Hi, I'd like to use this in some of my data science work but there's not really any steps on how to reproduce.
The linked checkpoint is for a .pt file whilst the repo links to a tensorflow implemen…
-
Many thanks for this great work!
I couldn't find a way to install the requirements properly without complaint so I ended up using the following Dockerfile to run the notebook
```
FROM nvidia/cu…
-
I've installed Pytablib,bit it can't import.
Like this:
```
(audiocraft) PS D:\audiocraft_plus> pip install -r requirements.txt -i “https://pypi.tuna.tsinghua.edu.cn/simple/”
Looking in indexes: h…
-
I'm new to Python so please forgive me for any simple errors, but I'm using `spacy-3.1.7` and python `3.12.2` on Windows 64bit. I have successfully installed Spacy and was able to run it without a pro…
-
**Describe the bug**
The current implementation for `MySqlContainer` to check if the database is running is like below:
```python
wait_for_logs(
self,
re.compile(".*: ready for connecti…
-
For some reason, when the span has a length of one, ```._.labels``` returns an empty tuple. I would expect it to return the part of speech of the individual word (which can be done by taking the token…
-
## Feature description
The [Matcher](https://spacy.io/api/matcher) supports `!`, `?`, `+`, and `*` [operators and quantifiers](https://spacy.io/usage/rule-based-matching#quantifiers). I have text w…