gradlew :metadata-ingestion:installDev subprocess-exited-with-error
See original GitHub issueInstalling collected packages: numpy Running setup.py install for numpy: finished with status ‘error’ error: subprocess-exited-with-error
× Running setup.py install for numpy did not run successfully. │ exit code: 1 ╰─> [1327 lines of output] Running from numpy source directory.
Note: if you need reliable uninstall behavior, then install
with pip instead of using `setup.py install`:
- `pip install .` (from a git repo or downloaded source
release)
- `pip install numpy` (last NumPy release on PyPi)
clang: error: no such file or directory: ‘build/temp.macosx-10.14-arm64-3.8/numpy/core/src/multiarray/dragon4.o’ error
numpy/core/src/multiarray/dragon4.c:3141:1: error: implicit declaration of function ‘Dragon4_PrintFloat_Intel_extended128’ is invalid in C99 [-Werror,-Wimplicit-function-declaration]
^
/private/var/folders/3k/pjpmrxl91gsfwl734jv4lf4w0000gp/T/pip-install-f8mmyw5c/numpy_efa59bb6a8334616987bbb43e729d281/numpy/distutils/checks/cpu_neon_vfpv4.c:10:5: error: use of undeclared identifier 'float32x4_t'
float32x4_t v3 = vdupq_n_f32(3.0f);
^
/private/var/folders/3k/pjpmrxl91gsfwl734jv4lf4w0000gp/T/pip-install-f8mmyw5c/numpy_efa59bb6a8334616987bbb43e729d281/numpy/distutils/checks/cpu_neon_vfpv4.c:11:20: error: implicit declaration of function 'vgetq_lane_f32' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int ret = (int)vgetq_lane_f32(vfmaq_f32(v1, v2, v3), 0);
^
/private/var/folders/3k/pjpmrxl91gsfwl734jv4lf4w0000gp/T/pip-install-f8mmyw5c/numpy_efa59bb6a8334616987bbb43e729d281/numpy/distutils/checks/cpu_neon_vfpv4.c:11:35: error: implicit declaration of function 'vfmaq_f32' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
int ret = (int)vgetq_lane_f32(vfmaq_f32(v1, v2, v3), 0);
^
/private/var/folders/3k/pjpmrxl91gsfwl734jv4lf4w0000gp/T/pip-install-f8mmyw5c/numpy_efa59bb6a8334616987bbb43e729d281/numpy/distutils/checks/cpu_neon_vfpv4.c:11:45: error: use of undeclared identifier 'v1'
int ret = (int)vgetq_lane_f32(vfmaq_f32(v1, v2, v3), 0);
^
Issue Analytics
- State:
- Created a year ago
- Comments:12
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
× Running setup.py install for numpy did not run successfully. │ exit code: 1 ╰─> [1352 lines of output] Running from numpy source directory.
i try to modify datahub_preflight.sh and run success,
and my jdk is zulu-8.jdk