You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to install the bindings after this PR: #2088. Is there a software I need to update? (It's the same for the actual sources.)
Logs
I get a quite long error log that starts with:
[51/93] Compiling C++ object lc0.p/src_neural_backends_blas_convolution1.cc.o
../../src/neural/backends/blas/convolution1.cc:59:5: warning: 'cblas_sgemm' is deprecated: first deprecated in macOS 13.3 - An updated CBLAS interface supporting ILP64 is available. Please compile with -DACCELERATE_NEW_LAPACK to access the new headers and -DACCELERATE_LAPACK_ILP64 for ILP64 support. [-Wdeprecated-declarations]
59 | cblas_sgemm(CblasRowMajor, // Row major formar
| ^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:610:6: note: 'cblas_sgemm' has been explicitly marked deprecated here
610 | void cblas_sgemm(const enum CBLAS_ORDER __Order,
| ^
1 warning generated.
[52/93] Compiling C++ object lc0.p/src_neural_backends_opencl_OpenCL.cc.o
FAILED: lc0.p/src_neural_backends_opencl_OpenCL.cc.o
Other
For older versions of the software I witness errors in python 3.10|3.11 SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats, but not in 3.9. Any help or redirection would be appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
I am unable to install the bindings after this PR: #2088. Is there a software I need to update? (It's the same for the actual sources.)
Logs
I get a quite long error log that starts with:
Other
For older versions of the software I witness errors in python 3.10|3.11
SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats
, but not in 3.9. Any help or redirection would be appreciated.Beta Was this translation helpful? Give feedback.
All reactions