-
运行:basic_demo# python trans_web_vision_demo.py
报错如下:
![image](https://github.com/user-attachments/assets/7717c601-bc13-4a24-b4b7-411128570628)
pydantic.errors.PydanticSchemaGenerationError: Unabl…
-
Hello, thank you for your outstanding research.
In your paper, you mentioned that the experiments were conducted on an RTX 4090 GPU. I am using the same GPU, though I only have a single card. I fol…
-
Hi,
As much of a technical guy I am I still cannot get past this error.
Can somebody tell me what I need to install manually and with what command ?|
Checking installs and venv + autodebug …
-
## How to reproduce the behaviour
### The problem
This raises error `E1042`.
```python
import spacy
spacy.load("en_core_web_sm", enable=["senter"])
```
```python-traceback
----…
-
Potentially related to some other issues, installation of version 0.3.0 failed on GoogleColab due to incompatibilities between required packages, with torch versions being the central issue:
**Succes…
-
I am unable to install `qrmine`. I followed the instructions both [here](https://pypi.org/project/qrmine/) and in [this issue](https://github.com/dermatologist/nlp-qrmine/issues/64) but I still receiv…
-
Pip replaces underscores with dashes. So when the name of a package is for example my_package, pip will display it in the list command as my-package. IsInstalled will not find it and returns false.
…
-
### Duplicate Check
- [X] I have searched the [opened issues](https://github.com/flet-dev/flet/issues) and there are no duplicates
### Describe the bug
Some issues (#4095 and #3966) have been close…
-
Can anyone generate me a working `pip freeze --all` including all dependencies and versions needed by audiocraft?
Even since a couple of weeks ago `pip install -e .` stopped working for me because …
-
I created a simple service using instructions from your readme but nothing works.
My service:
```
import spacy
from django.conf import settings
from functools import cached_property
from…