LIYAO.dev

Results 16 comments of LIYAO.dev

Maybe try to upgrade zbarimg=0.23, It seem to be a similar issue that https://github.com/Polyconseil/zbarlight/issues/33.

Hi buddy, I'm having the same problem and can try to upgrade zbarimg=0.23, build in ubuntu 16: ```shell apt-get update && apt-get install -y autopoint autoconf automake autotools-dev libdbus-1-dev pkg-config...

![image](https://user-images.githubusercontent.com/11607701/114396221-e6581580-9bcf-11eb-8139-aaf911a78413.png) 请问这块`_PyObject_HEAD_EXTRA `和`_typeobject`代码是串行了吗?

@rohithkrn I get an error when I build a plugins project alone

> @rohithkrn I get an error when I build a plugins project alone ### Error logs ```shell * Where: Build file '/.../serve/plugins/DDBEndPoint/build.gradle' line: 13 * What went wrong: A problem...

For Chinese,I conducted the test. WhisperX is not very good. Because I find pyannote/speaker-diarization-2.1 works better than pyannote/speaker-diarization-3.1. Whisperx uses the latter.

revChatGPT ```shell Suport Python Version Minimum - Python3.9 Recommend - Python3.11+ ```

I have encountered these problems, and here is my solution: **Windows11 environment** ```shell pip install git+https://github.com/liyaodev/fairseq.git ``` or, download [fairseq-0.12.3.1-cp311-cp311-linux_x86_64.whl](https://github.com/liyaodev/fairseq/releases/tag/v0.12.3.1) ```shell pip install./fairseq-0.12.3.1-cp311-cp311-linux_x86_64.whl ``` **WSL2(Ubuntu22.04) environment(my local use)** ```shell pip...

> @liyaodev, could you please tell me what the exact name of the package you mentioned would be for Windows? Windows 11 Professional

@lowener Hi, I also had a similar problem in CUDA 12.1, I would like to ask if I need to choose 12.0? ```shell Traceback (most recent call last): File "/app/r_sc_test.py",...