-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gradlew :metadata-ingestion:installDev subprocess-exited-with-error #4715
Comments
What operating system is this happening on? |
mac m1 |
What command are you running? Please share with me full command. I use the below on Mac M1
|
i use this on Mac m1 #Then start execution
FAILURE: Build failed with an exception. |
Can you try the commands I shared? |
try to execute in the datahub ingestion directory |
The final one will be in |
i finally execute ./gradlew :metadata-ingestion:installDev in datahub folder Still prompt error -lopenblas -lopenblas -o build/lib.macosx-10.14-arm64-3.8/numpy/core/_multiarray_umath.cpython-38-darwin.so" failed with exit status 1
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while trying to install package. note: This is an issue with the package mentioned above, not pip.
FAILURE: Build failed with an exception.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. BUILD FAILED in 1m 0s |
In addition, I'd like to ask if this is the way ( ./gradlew :metadata-ingestion:installDev ) |
and my jdk is zulu-8.jdk |
× Running setup.py install for numpy did not run successfully. i try to modify datahub_preflight.sh and run success,
|
Installing 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.
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]
The text was updated successfully, but these errors were encountered: