Problems with installation #133
Description
I try to install qml in the centos machine with intel 2017/2020 compiler and python3.
Then error as below:
raise CompilerNotFound()
numpy.distutils.fcompiler.CompilerNotFound
And I also tried to install with default: error as below:
/tmp/ccC5eEBN.s: Assembler messages:
/tmp/ccC5eEBN.s:422: Error: suffix or operands invalid for vpcmpgtq' /tmp/ccC5eEBN.s:423: Error: suffix or operands invalid for
vpcmpgtq'
/tmp/ccC5eEBN.s:424: Error: suffix or operands invalid for vpand' /tmp/ccC5eEBN.s:425: Error: suffix or operands invalid for
vpand'
/tmp/ccC5eEBN.s:426: Error: no such instruction: vperm2i128 $32,%ymm1,%ymm0,%ymm2' /tmp/ccC5eEBN.s:427: Error: no such instruction:
vperm2i128 $49,%ymm1,%ymm0,%ymm0'
/tmp/ccC5eEBN.s:428: Error: suffix or operands invalid for vpshufd' /tmp/ccC5eEBN.s:429: Error: suffix or operands invalid for
vpshufd'
/tmp/ccC5eEBN.s:430: Error: suffix or operands invalid for vpunpcklqdq' /tmp/ccC5eEBN.s:431: Error: suffix or operands invalid for
vpaddd'
/tmp/ccC5eEBN.s:436: Error: no such instruction: vperm2i128 $33,%ymm1,%ymm4,%ymm0' /tmp/ccC5eEBN.s:438: Error: suffix or operands invalid for
vpaddd'
/tmp/ccC5eEBN.s:440: Error: no such instruction: `vperm2i128 $33,%ymm1,%ymm0,%ymm2'
error: Command "gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/opt/netcdf/include -fPIC -Ibuild/src.linux-x86_64-3.7/build/src.linux-x86_64-3.7 -I/opt/python3.7/Python-3.7.1/lib/python3.7/site-packages/numpy/core/include -I/opt/python3.7/Python-3.7.1/include/python3.7m -c build/src.linux-x86_64-3.7/build/src.linux-x86_64-3.7/fortranobject.c -o build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/build/src.linux-x86_64-3.7/fortranobject.o -MMD -MF build/temp.linux-x86_64-3.7/build/src.linux-x86_64-3.7/build/src.linux-x86_64-3.7/fortranobject.o.d -O3 -fopenmp -m64 -march=native -fPIC -Wno-maybe-uninitialized -Wno-unused-function -Wno-cpp" failed with exit status 1.
I really need help! Thanks a lot!