We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6632a0a commit e3714dbCopy full SHA for e3714db
examples/install_requirements.py
@@ -190,6 +190,6 @@ def hasWhitespace(string):
190
WARNING='\033[1;5;31m'
191
RED='\033[91m'
192
LINE_CL='\033[0m'
193
- SUGGESTION='echo "export OPENBLAS_CORETYPE=AMRV8" >> ~/.bashrc && source ~/.bashrc'
+ SUGGESTION='echo "export OPENBLAS_CORETYPE=ARMV8" >> ~/.bashrc && source ~/.bashrc'
194
print(f'{WARNING}WARNING:{LINE_CL} Need to set OPENBLAS_CORE_TYPE environment variable, otherwise opencv will fail with illegal instruction.')
195
print(f'Run: {RED}{SUGGESTION}{LINE_CL}')
0 commit comments