Sutou Kouhei

Results 417 comments of Sutou Kouhei

wheel-manylinux uses `numpy-2.1.0.dev...` not `numpy-2.0.0b1`: https://github.com/ursacomputing/crossbow/actions/runs/8235149589/job/22518593251#step:7:3288 ```text #23 4.232 Installing collected packages: typing-extensions, numpy, cython, setuptools_scm #23 7.004 Successfully installed cython-3.0.9 numpy-2.1.0.dev0 setuptools_scm-8.0.4 typing-extensions-4.10.0 ```

It seems that NumPy's nightly Windows wheel build is broken: https://github.com/numpy/numpy/actions/runs/8219045556/job/22480712991

FYI: We can see uploaded NumPy wheels at https://anaconda.org/scientific-python-nightly-wheels/numpy/files

I didn't have a plan to do this but I may work on this later. BTW, I think that this is not difficult (at least for `.so`). We just need...

Wow! I didn't know the `nm`'s `-u` option! But your code will not work because there are some expected undefined symbols. They are symbols provided by linked libraries. See `--allow`...

We can test this feature by downloading `arrow-dataset-X.Y.Z.jar` (see https://github.com/apache/arrow/issues/39919#issuecomment-1934367934 for the URLs of them) and run the following command line: ```bash archery linking check-dependencies \ --allow ld-linux-aarch64 \ --allow...

How about splitting this issue to the following sub issues? * for Linux (this is done in #40520 ) * for macOS * for Windows