-
All I did was checkout the repo and run `pip3 install -r .\requirements.txt`
I even tried this in a new conda env
the full error is
```
error: subprocess-exited-with-error
× Preparing meta…
bvajk updated
3 weeks ago
-
Update: originally I saw these only on Mac runners, but @yarnabrina below also reported them on windows, ubuntu. In the PR where I saw them, they occur only on Mac, whereas in @yarnabrina's PR they oc…
-
**Describe the bug**
Error when building ulab for 1 dimension.
**Configuration used**
```
#define ULAB_MAX_DIMS (1) // Limit array dimensions to 1D
```
**Output**
```
../../../ulab/code/nu…
-
idea for optimizing the big upstream bottleneck in downstream package’s index lookup; right now we’re using numpy for the operations with numba for parallelism (which is doing a bad job at it and has …
-
### Describe the issue:
I am unable to build numpy on s390x host. I tried building numpy 2.0.1 and 2.1.3, both build ran into same compilation errors.
### Reproduce the code example:
```pytho…
-
**Summary[问题简述(一句话)]**
A clear and concise description of what the issue is.
python demo_toolbox.py 运行这个报错
**Env & To Reproduce[复现与环境]**
描述你用的环境、代码版本、模型
版本:master
系统:windows 10
python:canda
**…
tts2 updated
17 hours ago
-
### Zig Version
0.11.0-dev.2620+23ac4dd87
### Steps to Reproduce and Observed Behavior
A minimal Zig file to reproduce this problem is:
```zig
const numpy = @cImport(@cInclude("numpy/arra…
-
Numpy 2.0 is about to land, and might have some consequences for us at the C level.
Notes on [C API changes](https://numpy.org/devdocs/numpy_2_0_migration_guide.html#c-api-changes)
More importan…
-
### Description
Here's a small case where np.einsum works but jnp.einsum does not
```
import numpy as np
import jax.numpy as jnp
formula = 'a,c,d,db,ab,cb,ac,cd,ad,b->dbc'
arrays = [np.ran…
-
```shell
MacBook-Pro:bin kevin$ ./pip install -r /Users/kevin/PycharmProjects/insightface/insightface/detection/scrfd/requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
Looking in index…