-
When using `google.pubsub_v1.SubscriberAsyncClient`, awaiting the coroutine method `streaming_pull` may hang forever with no indication as to why. This is due to creating the `SubscriberAsyncClient` …
-
The python3.11 aioredis library is not supported, so use the redis library instead
-
This only occurs occasionally, and I don't see anything wrong on my end...
Traceback (most recent call last):
File "/Users/mikrubin/Library/CloudStorage/GoogleDrive-mikrubin@gmail.com/My Drive/Pyt…
-
For the latest version `v0.2.81`:
1. If I install it via prebuilt channel:
```
pip install -U llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cpu
```
Import er…
-
**Describe the bug**
bandcamp-dl exits with a stack trace, regardless of any arguments passed.
This appears to be due to the fact that the tomllib library was introduced with Python 3.11, which is…
-
[Failed action](https://github.com/NYCPlanning/data-engineering/actions/runs/11646946612)
-
code
```
from faster_whisper import WhisperModel
model_size = "large-v3"
model = WhisperModel(model_size, device="cuda", device_index=0, compute_type="float16")
segments, info = model.trans…
-
mac m1max macos14
报错信息如下:
[2024-09-10 10:49:24,661][INFO]Exporting book adc32180813ab8786g014ba6
[2024-09-10 10:49:24,927][ERROR]Fetch url https://weread.qq.com/web/bookDetail/adc32180813ab8786g…
-
**Affected module**
Ingestion Framework
**Describe the bug**
When installing the ingestion library in an existing Airflow version 2.10.2, we are receiving the following error during the start of …
-
I've been using httpdbg to find 3rd party API calls in my test suite so that I can mock them. I find myself scrolling through the request "stack" tab quite often and it would be really useful to high…