Techtonique / nnetsauce

Statistical/Machine Learning using Randomized and Quasi-Randomized (neural) networks (currently Python & R)
https://techtonique.github.io/nnetsauce/
BSD 3-Clause Clear License
14 stars 4 forks source link

Error Install Python #9

Closed GabrielSartori closed 11 months ago

GabrielSartori commented 3 years ago

Building wheels for collected packages: nnetsauce Building wheel for nnetsauce (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-j2rg6lo4/setup.py'"'"'; file='"'"'/tmp/pip-req-build-j2rg6lo4/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-ujjwjd4g cwd: /tmp/pip-req-build-j2rg6lo4/ Complete output (390 lines): Partial import of nnetsauce during the build process. C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-c' x86_64-linux-gnu-gcc: test_program.c x86_64-linux-gnu-gcc -pthread objects/test_program.o -o test_program C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-c' extra options: '-fopenmp' x86_64-linux-gnu-gcc: test_program.c x86_64-linux-gnu-gcc -pthread objects/test_program.o -o test_program -fopenmp running bdist_wheel running build running config_cc unifing config_cc, config, build_clib, build_ext, build commands --compiler options running config_fc unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options running build_src build_src building extension "nnetsauce.check_build._check_build" sources building extension "nnetsauce.optimizers._optimizerc" sources building extension "nnetsauce.randombag._randombagc" sources building extension "nnetsauce.simulator._simulatorc" sources building extension "nnetsauce.sampling._rowsubsamplingc" sources build_src: building npy-pkg config files running build_py creating build creating build/lib.linux-x86_64-3.8 creating build/lib.linux-x86_64-3.8/nnetsauce copying nnetsauce/init.py -> build/lib.linux-x86_64-3.8/nnetsauce copying nnetsauce/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce copying nnetsauce/_config.py -> build/lib.linux-x86_64-3.8/nnetsauce creating build/lib.linux-x86_64-3.8/nnetsauce/check_build copying nnetsauce/check_build/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/check_build copying nnetsauce/check_build/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce/check_build creating build/lib.linux-x86_64-3.8/nnetsauce/_build_utils copying nnetsauce/_build_utils/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/_build_utils copying nnetsauce/_build_utils/openmp_helpers.py -> build/lib.linux-x86_64-3.8/nnetsauce/_build_utils copying nnetsauce/_build_utils/pre_build_helpers.py -> build/lib.linux-x86_64-3.8/nnetsauce/_build_utils creating build/lib.linux-x86_64-3.8/nnetsauce/demo copying nnetsauce/demo/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/demo creating build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/check_factor.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/timeseries.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/misc.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/activations.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/psdcheck.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/where.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/memoize.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/model_selection.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/progress_bar.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/lmfuncs.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils copying nnetsauce/utils/matrixops.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils creating build/lib.linux-x86_64-3.8/nnetsauce/base copying nnetsauce/base/base.py -> build/lib.linux-x86_64-3.8/nnetsauce/base copying nnetsauce/base/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/base copying nnetsauce/base/baseRegressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/base creating build/lib.linux-x86_64-3.8/nnetsauce/boosting copying nnetsauce/boosting/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/boosting copying nnetsauce/boosting/adaBoostClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/boosting copying nnetsauce/boosting/bst.py -> build/lib.linux-x86_64-3.8/nnetsauce/boosting creating build/lib.linux-x86_64-3.8/nnetsauce/custom copying nnetsauce/custom/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/custom copying nnetsauce/custom/customRegressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/custom copying nnetsauce/custom/custom.py -> build/lib.linux-x86_64-3.8/nnetsauce/custom copying nnetsauce/custom/customClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/custom creating build/lib.linux-x86_64-3.8/nnetsauce/glm copying nnetsauce/glm/glm.py -> build/lib.linux-x86_64-3.8/nnetsauce/glm copying nnetsauce/glm/glmClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/glm copying nnetsauce/glm/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/glm copying nnetsauce/glm/glmRegressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/glm creating build/lib.linux-x86_64-3.8/nnetsauce/mts copying nnetsauce/mts/mts.py -> build/lib.linux-x86_64-3.8/nnetsauce/mts copying nnetsauce/mts/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/mts creating build/lib.linux-x86_64-3.8/nnetsauce/multitask copying nnetsauce/multitask/multitaskClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/multitask copying nnetsauce/multitask/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/multitask creating build/lib.linux-x86_64-3.8/nnetsauce/optimizers copying nnetsauce/optimizers/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/optimizers copying nnetsauce/optimizers/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce/optimizers copying nnetsauce/optimizers/_optimizer.py -> build/lib.linux-x86_64-3.8/nnetsauce/optimizers creating build/lib.linux-x86_64-3.8/nnetsauce/randombag copying nnetsauce/randombag/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/randombag copying nnetsauce/randombag/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce/randombag copying nnetsauce/randombag/bag.py -> build/lib.linux-x86_64-3.8/nnetsauce/randombag copying nnetsauce/randombag/_randomBagClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/randombag creating build/lib.linux-x86_64-3.8/nnetsauce/ridge2 copying nnetsauce/ridge2/ridge2MultitaskClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/ridge2 copying nnetsauce/ridge2/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/ridge2 copying nnetsauce/ridge2/ridge2Regressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/ridge2 copying nnetsauce/ridge2/ridge2.py -> build/lib.linux-x86_64-3.8/nnetsauce/ridge2 copying nnetsauce/ridge2/ridge2Classifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/ridge2 creating build/lib.linux-x86_64-3.8/nnetsauce/rvfl copying nnetsauce/rvfl/bayesianrvfl2Regressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/rvfl copying nnetsauce/rvfl/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/rvfl copying nnetsauce/rvfl/bayesianrvflRegressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/rvfl creating build/lib.linux-x86_64-3.8/nnetsauce/simulation copying nnetsauce/simulation/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulation copying nnetsauce/simulation/sobol_lib2.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulation copying nnetsauce/simulation/sobol.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulation copying nnetsauce/simulation/nodesimulation.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulation copying nnetsauce/simulation/halton.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulation creating build/lib.linux-x86_64-3.8/nnetsauce/simulator copying nnetsauce/simulator/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulator copying nnetsauce/simulator/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulator copying nnetsauce/simulator/_simulator.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulator creating build/lib.linux-x86_64-3.8/nnetsauce/sampling copying nnetsauce/sampling/init.py -> build/lib.linux-x86_64-3.8/nnetsauce/sampling copying nnetsauce/sampling/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce/sampling copying nnetsauce/sampling/_rowsubsampling.py -> build/lib.linux-x86_64-3.8/nnetsauce/sampling running build_ext customize UnixCCompiler customize UnixCCompiler using build_ext_subclass CCompilerOpt.cc_test_flags[999] : testing flags (-march=native) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

creating /tmp/tmp0ijo_5aw/home creating /tmp/tmp0ijo_5aw/home/gabriel creating /tmp/tmp0ijo_5aw/home/gabriel/.local creating /tmp/tmp0ijo_5aw/home/gabriel/.local/lib creating /tmp/tmp0ijo_5aw/home/gabriel/.local/lib/python3.8 creating /tmp/tmp0ijo_5aw/home/gabriel/.local/lib/python3.8/site-packages creating /tmp/tmp0ijo_5aw/home/gabriel/.local/lib/python3.8/site-packages/numpy creating /tmp/tmp0ijo_5aw/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils creating /tmp/tmp0ijo_5aw/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks compile options: '-I/usr/include/python3.8 -c' extra options: '-march=native' CCompilerOpt.cc_test_flags[999] : testing flags (-O3) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-O3' CCompilerOpt.cc_test_flags[999] : testing flags (-Werror) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-Werror' CCompilerOpt.init[1674] : check requested baseline CCompilerOpt.cc_test_flags[999] : testing flags (-msse) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse' CCompilerOpt.cc_test_flags[999] : testing flags (-msse2) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse2' CCompilerOpt.feature_test[1444] : testing feature 'SSE2' with flags (-msse -msse2) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -Werror' CCompilerOpt.feature_test[1444] : testing feature 'SSE' with flags (-msse -msse2) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -Werror' CCompilerOpt.cc_test_flags[999] : testing flags (-msse3) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse3' CCompilerOpt.feature_test[1444] : testing feature 'SSE3' with flags (-msse -msse2 -msse3) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -Werror' CCompilerOpt.init[1683] : check requested dispatch-able features CCompilerOpt.cc_test_flags[999] : testing flags (-mssse3) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mssse3' CCompilerOpt.cc_test_flags[999] : testing flags (-msse4.1) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse4.1' CCompilerOpt.cc_test_flags[999] : testing flags (-mpopcnt) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mpopcnt' CCompilerOpt.cc_test_flags[999] : testing flags (-msse4.2) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse4.2' CCompilerOpt.cc_test_flags[999] : testing flags (-mavx) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mavx' CCompilerOpt.cc_test_flags[999] : testing flags (-mf16c) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mf16c' CCompilerOpt.cc_test_flags[999] : testing flags (-mfma) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mfma' CCompilerOpt.cc_test_flags[999] : testing flags (-mavx2) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mavx2' CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512f) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mavx512f' CCompilerOpt.feature_test[1444] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror' CCompilerOpt.feature_test[1444] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror' CCompilerOpt.feature_test[1444] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror' CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512cd) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mavx512cd' CCompilerOpt.feature_test[1444] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -Werror' CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512er -mavx512pf) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mavx512er -mavx512pf' CCompilerOpt.feature_test[1444] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror' CCompilerOpt.feature_test[1444] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror' CCompilerOpt.feature_test[1444] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror' CCompilerOpt.feature_test[1444] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror' CCompilerOpt.feature_test[1444] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror' CCompilerOpt.feature_test[1444] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -Werror' CCompilerOpt.feature_test[1444] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror' CCompilerOpt.cc_test_flags[999] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq' CCompilerOpt.feature_test[1444] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq -Werror' CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512vl -mavx512bw -mavx512dq) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mavx512vl -mavx512bw -mavx512dq' CCompilerOpt.feature_test[1444] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512ifma -mavx512vbmi) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mavx512ifma -mavx512vbmi' CCompilerOpt.feature_test[1444] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror' CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512vnni) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-mavx512vnni' CCompilerOpt.dist_test[576] : CCompilerOpt._dist_test_spawn[711] : Command (x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c /home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/test_flags.c -o /tmp/tmp0ijo_5aw/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/test_flags.o -MMD -MF /tmp/tmp0ijo_5aw/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/test_flags.o.d -mavx512vnni) failed with exit status 1 output -> x86_64-linux-gnu-gcc: error: unrecognized command line option ‘-mavx512vnni’; did you mean ‘-mavx5124vnniw’?

CCompilerOpt.cc_test_flags[1003] : testing failed CCompilerOpt.feature_test[1444] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' CCompilerOpt.dist_test[576] : CCompilerOpt._dist_test_spawn[711] : Command (x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c /home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.c -o /tmp/tmp0ijo_5aw/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.o -MMD -MF /tmp/tmp0ijo_5aw/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror) failed with exit status 1 output -> /home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.c: In function ‘main’: /home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.c:6:17: error: implicit declaration of function ‘_mm512_dpbusd_epi32’; did you mean ‘_mm512_4dpwssd_epi32’? [-Werror=implicit-function-declaration] __m512i a = _mm512_dpbusd_epi32(_mm512_setzero_si512(), _mm512_setzero_si512(), _mm512_setzero_si512()); ^~~~~~~ _mm512_4dpwssd_epi32 /home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.c:6:17: error: incompatible types when initializing type ‘m512i {aka vector(8) long long int}’ using type ‘int’ cc1: all warnings being treated as errors

CCompilerOpt.feature_test[1458] : testing failed CCompilerOpt.init[1695] : skip features (SSE SSE2 SSE3) since its part of baseline CCompilerOpt.init[1699] : initialize targets groups CCompilerOpt.init[1701] : parse target group simd_test CCompilerOpt._parse_target_tokens[1910] : skip targets (ASIMD VSX2 VSX3 NEON XOP FMA4 VSX) not part of baseline or dispatch-able features CCompilerOpt._parse_policy_not_keepbase[2022] : skip baseline features (SSE2) CCompilerOpt.generate_dispatch_header[2236] : generate CPU dispatch header: (build/src.linux-x86_64-3.8/numpy/distutils/include/npy_cpu_dispatch_config.h) CCompilerOpt.generate_dispatch_header[2245] : dispatch header dir build/src.linux-x86_64-3.8/numpy/distutils/include does not exist, creating it CCompilerOpt.feature_extra_checks[1519] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror' CCompilerOpt.feature_extra_checks[1519] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK) C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c' extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror' Detected changes on compiler optimizations, force rebuilding customize UnixCCompiler customize UnixCCompiler using build_ext_subclass building 'nnetsauce.__check_build._check_build' extension compiling C sources C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

creating build/temp.linux-x86_64-3.8/nnetsauce creating build/temp.linux-x86_64-3.8/nnetsauce/check_build compile options: '-I/home/gabriel/.local/lib/python3.8/site-packages/numpy/core/include -I/home/gabriel/.local/lib/python3.8/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.8/numpy/distutils/include -I/usr/include/python3.8 -c' extra options: '-fopenmp -msse -msse2 -msse3' x86_64-linux-gnu-gcc: nnetsauce/__check_build/_check_build.c nnetsauce/check_build/_check_build.c:19:10: fatal error: Python.h: No such file or directory

include "Python.h"

        ^~~~~~~~~~

compilation terminated. error: Command "x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/gabriel/.local/lib/python3.8/site-packages/numpy/core/include -I/home/gabriel/.local/lib/python3.8/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.8/numpy/distutils/include -I/usr/include/python3.8 -c nnetsauce/check_build/_check_build.c -o build/temp.linux-x86_64-3.8/nnetsauce/check_build/_check_build.o -MMD -MF build/temp.linux-x86_64-3.8/nnetsauce/__check_build/_check_build.o.d -fopenmp -msse -msse2 -msse3" failed with exit status 1

########### EXT COMPILER OPTIMIZATION ########### Platform : Architecture: x64 Compiler : gcc

CPU baseline : Requested : 'min' Enabled : SSE SSE2 SSE3 Flags : -msse -msse2 -msse3 Extra checks: none

CPU dispatch : Requested : 'max -xop -fma4' Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CNL Generated : none CCompilerOpt._cache_write[796] : write cache to path -> /tmp/pip-req-build-j2rg6lo4/build/temp.linux-x86_64-3.8/ccompiler_opt_cache_ext.py

ERROR: Failed building wheel for nnetsauce Running setup.py clean for nnetsauce Failed to build nnetsauce Installing collected packages: nnetsauce Running setup.py install for nnetsauce ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-j2rg6lo4/setup.py'"'"'; file='"'"'/tmp/pip-req-build-j2rg6lo4/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-hsgycvuv/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/gabriel/.local/include/python3.8/nnetsauce cwd: /tmp/pip-req-build-j2rg6lo4/ Complete output (404 lines): Partial import of nnetsauce during the build process. C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-c'
x86_64-linux-gnu-gcc: test_program.c
x86_64-linux-gnu-gcc -pthread objects/test_program.o -o test_program
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-c'
extra options: '-fopenmp'
x86_64-linux-gnu-gcc: test_program.c
x86_64-linux-gnu-gcc -pthread objects/test_program.o -o test_program -fopenmp
Compiling nnetsauce/__check_build/_check_build.pyx because it changed.
Compiling nnetsauce/optimizers/_optimizerc.pyx because it changed.
Compiling nnetsauce/randombag/_randombagc.pyx because it changed.
Compiling nnetsauce/simulator/_simulatorc.pyx because it changed.
Compiling nnetsauce/sampling/_rowsubsamplingc.pyx because it changed.
[1/5] Cythonizing nnetsauce/__check_build/_check_build.pyx
[2/5] Cythonizing nnetsauce/optimizers/_optimizerc.pyx
[3/5] Cythonizing nnetsauce/randombag/_randombagc.pyx
[4/5] Cythonizing nnetsauce/sampling/_rowsubsamplingc.pyx
[5/5] Cythonizing nnetsauce/simulator/_simulatorc.pyx
warning: nnetsauce/optimizers/_optimizerc.pyx:440:61: the result of using negative indices inside of code sections marked as 'wraparound=False' is undefined
warning: nnetsauce/optimizers/_optimizerc.pyx:492:61: the result of using negative indices inside of code sections marked as 'wraparound=False' is undefined
warning: nnetsauce/optimizers/_optimizerc.pyx:567:61: the result of using negative indices inside of code sections marked as 'wraparound=False' is undefined
warning: nnetsauce/optimizers/_optimizerc.pyx:616:61: the result of using negative indices inside of code sections marked as 'wraparound=False' is undefined
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building extension "nnetsauce.__check_build._check_build" sources
building extension "nnetsauce.optimizers._optimizerc" sources
building extension "nnetsauce.randombag._randombagc" sources
building extension "nnetsauce.simulator._simulatorc" sources
building extension "nnetsauce.sampling._rowsubsamplingc" sources
build_src: building npy-pkg config files
running build_py
creating build
creating build/lib.linux-x86_64-3.8
creating build/lib.linux-x86_64-3.8/nnetsauce
copying nnetsauce/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce
copying nnetsauce/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce
copying nnetsauce/_config.py -> build/lib.linux-x86_64-3.8/nnetsauce
creating build/lib.linux-x86_64-3.8/nnetsauce/__check_build
copying nnetsauce/__check_build/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/__check_build
copying nnetsauce/__check_build/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce/__check_build
creating build/lib.linux-x86_64-3.8/nnetsauce/_build_utils
copying nnetsauce/_build_utils/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/_build_utils
copying nnetsauce/_build_utils/openmp_helpers.py -> build/lib.linux-x86_64-3.8/nnetsauce/_build_utils
copying nnetsauce/_build_utils/pre_build_helpers.py -> build/lib.linux-x86_64-3.8/nnetsauce/_build_utils
creating build/lib.linux-x86_64-3.8/nnetsauce/demo
copying nnetsauce/demo/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/demo
creating build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/check_factor.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/timeseries.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/misc.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/activations.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/psdcheck.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/where.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/memoize.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/model_selection.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/progress_bar.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/lmfuncs.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
copying nnetsauce/utils/matrixops.py -> build/lib.linux-x86_64-3.8/nnetsauce/utils
creating build/lib.linux-x86_64-3.8/nnetsauce/base
copying nnetsauce/base/base.py -> build/lib.linux-x86_64-3.8/nnetsauce/base
copying nnetsauce/base/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/base
copying nnetsauce/base/baseRegressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/base
creating build/lib.linux-x86_64-3.8/nnetsauce/boosting
copying nnetsauce/boosting/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/boosting
copying nnetsauce/boosting/adaBoostClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/boosting
copying nnetsauce/boosting/bst.py -> build/lib.linux-x86_64-3.8/nnetsauce/boosting
creating build/lib.linux-x86_64-3.8/nnetsauce/custom
copying nnetsauce/custom/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/custom
copying nnetsauce/custom/customRegressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/custom
copying nnetsauce/custom/custom.py -> build/lib.linux-x86_64-3.8/nnetsauce/custom
copying nnetsauce/custom/customClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/custom
creating build/lib.linux-x86_64-3.8/nnetsauce/glm
copying nnetsauce/glm/glm.py -> build/lib.linux-x86_64-3.8/nnetsauce/glm
copying nnetsauce/glm/glmClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/glm
copying nnetsauce/glm/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/glm
copying nnetsauce/glm/glmRegressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/glm
creating build/lib.linux-x86_64-3.8/nnetsauce/mts
copying nnetsauce/mts/mts.py -> build/lib.linux-x86_64-3.8/nnetsauce/mts
copying nnetsauce/mts/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/mts
creating build/lib.linux-x86_64-3.8/nnetsauce/multitask
copying nnetsauce/multitask/multitaskClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/multitask
copying nnetsauce/multitask/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/multitask
creating build/lib.linux-x86_64-3.8/nnetsauce/optimizers
copying nnetsauce/optimizers/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/optimizers
copying nnetsauce/optimizers/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce/optimizers
copying nnetsauce/optimizers/_optimizer.py -> build/lib.linux-x86_64-3.8/nnetsauce/optimizers
creating build/lib.linux-x86_64-3.8/nnetsauce/randombag
copying nnetsauce/randombag/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/randombag
copying nnetsauce/randombag/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce/randombag
copying nnetsauce/randombag/bag.py -> build/lib.linux-x86_64-3.8/nnetsauce/randombag
copying nnetsauce/randombag/_randomBagClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/randombag
creating build/lib.linux-x86_64-3.8/nnetsauce/ridge2
copying nnetsauce/ridge2/ridge2MultitaskClassifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/ridge2
copying nnetsauce/ridge2/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/ridge2
copying nnetsauce/ridge2/ridge2Regressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/ridge2
copying nnetsauce/ridge2/ridge2.py -> build/lib.linux-x86_64-3.8/nnetsauce/ridge2
copying nnetsauce/ridge2/ridge2Classifier.py -> build/lib.linux-x86_64-3.8/nnetsauce/ridge2
creating build/lib.linux-x86_64-3.8/nnetsauce/rvfl
copying nnetsauce/rvfl/bayesianrvfl2Regressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/rvfl
copying nnetsauce/rvfl/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/rvfl
copying nnetsauce/rvfl/bayesianrvflRegressor.py -> build/lib.linux-x86_64-3.8/nnetsauce/rvfl
creating build/lib.linux-x86_64-3.8/nnetsauce/simulation
copying nnetsauce/simulation/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulation
copying nnetsauce/simulation/sobol_lib2.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulation
copying nnetsauce/simulation/sobol.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulation
copying nnetsauce/simulation/nodesimulation.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulation
copying nnetsauce/simulation/halton.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulation
creating build/lib.linux-x86_64-3.8/nnetsauce/simulator
copying nnetsauce/simulator/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulator
copying nnetsauce/simulator/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulator
copying nnetsauce/simulator/_simulator.py -> build/lib.linux-x86_64-3.8/nnetsauce/simulator
creating build/lib.linux-x86_64-3.8/nnetsauce/sampling
copying nnetsauce/sampling/__init__.py -> build/lib.linux-x86_64-3.8/nnetsauce/sampling
copying nnetsauce/sampling/setup.py -> build/lib.linux-x86_64-3.8/nnetsauce/sampling
copying nnetsauce/sampling/_rowsubsampling.py -> build/lib.linux-x86_64-3.8/nnetsauce/sampling
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext_subclass
CCompilerOpt.cc_test_flags[999] : testing flags (-march=native)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

creating /tmp/tmpzml8ig_0/home
creating /tmp/tmpzml8ig_0/home/gabriel
creating /tmp/tmpzml8ig_0/home/gabriel/.local
creating /tmp/tmpzml8ig_0/home/gabriel/.local/lib
creating /tmp/tmpzml8ig_0/home/gabriel/.local/lib/python3.8
creating /tmp/tmpzml8ig_0/home/gabriel/.local/lib/python3.8/site-packages
creating /tmp/tmpzml8ig_0/home/gabriel/.local/lib/python3.8/site-packages/numpy
creating /tmp/tmpzml8ig_0/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils
creating /tmp/tmpzml8ig_0/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks
compile options: '-I/usr/include/python3.8 -c'
extra options: '-march=native'
CCompilerOpt.cc_test_flags[999] : testing flags (-O3)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-O3'
CCompilerOpt.cc_test_flags[999] : testing flags (-Werror)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-Werror'
CCompilerOpt.__init__[1674] : check requested baseline
CCompilerOpt.cc_test_flags[999] : testing flags (-msse)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse'
CCompilerOpt.cc_test_flags[999] : testing flags (-msse2)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse2'
CCompilerOpt.feature_test[1444] : testing feature 'SSE' with flags (-msse -msse2)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -Werror'
CCompilerOpt.feature_test[1444] : testing feature 'SSE2' with flags (-msse -msse2)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -Werror'
CCompilerOpt.cc_test_flags[999] : testing flags (-msse3)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse3'
CCompilerOpt.feature_test[1444] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -Werror'
CCompilerOpt.__init__[1683] : check requested dispatch-able features
CCompilerOpt.cc_test_flags[999] : testing flags (-mssse3)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mssse3'
CCompilerOpt.cc_test_flags[999] : testing flags (-msse4.1)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse4.1'
CCompilerOpt.cc_test_flags[999] : testing flags (-mpopcnt)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mpopcnt'
CCompilerOpt.cc_test_flags[999] : testing flags (-msse4.2)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse4.2'
CCompilerOpt.feature_test[1444] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
CCompilerOpt.cc_test_flags[999] : testing flags (-mavx)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mavx'
CCompilerOpt.feature_test[1444] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
CCompilerOpt.feature_test[1444] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
CCompilerOpt.feature_test[1444] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
CCompilerOpt.cc_test_flags[999] : testing flags (-mf16c)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mf16c'
CCompilerOpt.feature_test[1444] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
CCompilerOpt.feature_test[1444] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
CCompilerOpt.cc_test_flags[999] : testing flags (-mfma)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mfma'
CCompilerOpt.feature_test[1444] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror'
CCompilerOpt.cc_test_flags[999] : testing flags (-mavx2)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mavx2'
CCompilerOpt.feature_test[1444] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror'
CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512f)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mavx512f'
CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512cd)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mavx512cd'
CCompilerOpt.feature_test[1444] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -Werror'
CCompilerOpt.feature_test[1444] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mavx512vl -mavx512bw -mavx512dq'
CCompilerOpt.feature_test[1444] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512ifma -mavx512vbmi)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mavx512ifma -mavx512vbmi'
CCompilerOpt.feature_test[1444] : testing feature 'AVX512_CNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512vnni)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mavx512vnni'
CCompilerOpt.dist_test[576] : CCompilerOpt._dist_test_spawn[711] : Command (x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c /home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/test_flags.c -o /tmp/tmpzml8ig_0/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/test_flags.o -MMD -MF /tmp/tmpzml8ig_0/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/test_flags.o.d -mavx512vnni) failed with exit status 1 output ->
x86_64-linux-gnu-gcc: error: unrecognized command line option ‘-mavx512vnni’; did you mean ‘-mavx5124vnniw’?

CCompilerOpt.cc_test_flags[1003] : testing failed
CCompilerOpt.feature_test[1444] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
CCompilerOpt.dist_test[576] : CCompilerOpt._dist_test_spawn[711] : Command (x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.8 -c /home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.c -o /tmp/tmpzml8ig_0/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.o -MMD -MF /tmp/tmpzml8ig_0/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror) failed with exit status 1 output ->
/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.c: In function ‘main’:
/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.c:6:17: error: implicit declaration of function ‘_mm512_dpbusd_epi32’; did you mean ‘_mm512_4dpwssd_epi32’? [-Werror=implicit-function-declaration]
     __m512i a = _mm512_dpbusd_epi32(_mm512_setzero_si512(), _mm512_setzero_si512(), _mm512_setzero_si512());
                 ^~~~~~~~~~~~~~~~~~~
                 _mm512_4dpwssd_epi32
/home/gabriel/.local/lib/python3.8/site-packages/numpy/distutils/checks/cpu_avx512_clx.c:6:17: error: incompatible types when initializing type ‘__m512i {aka __vector(8) long long int}’ using type ‘int’
cc1: all warnings being treated as errors

CCompilerOpt.feature_test[1458] : testing failed
CCompilerOpt.cc_test_flags[999] : testing flags (-mavx512er -mavx512pf)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mavx512er -mavx512pf'
CCompilerOpt.feature_test[1444] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror'
CCompilerOpt.cc_test_flags[999] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq'
CCompilerOpt.feature_test[1444] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq -Werror'
CCompilerOpt.__init__[1695] : skip features (SSE2 SSE SSE3) since its part of baseline
CCompilerOpt.__init__[1699] : initialize targets groups
CCompilerOpt.__init__[1701] : parse target group simd_test
CCompilerOpt._parse_target_tokens[1910] : skip targets (VSX2 FMA4 ASIMD NEON VSX3 XOP VSX) not part of baseline or dispatch-able features
CCompilerOpt._parse_policy_not_keepbase[2022] : skip baseline features (SSE2)
CCompilerOpt.generate_dispatch_header[2236] : generate CPU dispatch header: (build/src.linux-x86_64-3.8/numpy/distutils/include/npy_cpu_dispatch_config.h)
CCompilerOpt.generate_dispatch_header[2245] : dispatch header dir build/src.linux-x86_64-3.8/numpy/distutils/include does not exist, creating it
CCompilerOpt.feature_extra_checks[1519] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
CCompilerOpt.feature_extra_checks[1519] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

compile options: '-I/usr/include/python3.8 -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
Detected changes on compiler optimizations, force rebuilding
customize UnixCCompiler
customize UnixCCompiler using build_ext_subclass
building 'nnetsauce.__check_build._check_build' extension
compiling C sources
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

creating build/temp.linux-x86_64-3.8/nnetsauce
creating build/temp.linux-x86_64-3.8/nnetsauce/__check_build
compile options: '-I/home/gabriel/.local/lib/python3.8/site-packages/numpy/core/include -I/home/gabriel/.local/lib/python3.8/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.8/numpy/distutils/include -I/usr/include/python3.8 -c'
extra options: '-fopenmp -msse -msse2 -msse3'
x86_64-linux-gnu-gcc: nnetsauce/__check_build/_check_build.c
nnetsauce/__check_build/_check_build.c:19:10: fatal error: Python.h: No such file or directory
 #include "Python.h"
          ^~~~~~~~~~
compilation terminated.
error: Command "x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/home/gabriel/.local/lib/python3.8/site-packages/numpy/core/include -I/home/gabriel/.local/lib/python3.8/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.8/numpy/distutils/include -I/usr/include/python3.8 -c nnetsauce/__check_build/_check_build.c -o build/temp.linux-x86_64-3.8/nnetsauce/__check_build/_check_build.o -MMD -MF build/temp.linux-x86_64-3.8/nnetsauce/__check_build/_check_build.o.d -fopenmp -msse -msse2 -msse3" failed with exit status 1

########### EXT COMPILER OPTIMIZATION ###########
Platform      :
  Architecture: x64
  Compiler    : gcc

CPU baseline  :
  Requested   : 'min'
  Enabled     : SSE SSE2 SSE3
  Flags       : -msse -msse2 -msse3
  Extra checks: none

CPU dispatch  :
  Requested   : 'max -xop -fma4'
  Enabled     : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_KNL AVX512_KNM AVX512_SKX AVX512_CNL
  Generated   : none
CCompilerOpt._cache_write[796] : write cache to path -> /tmp/pip-req-build-j2rg6lo4/build/temp.linux-x86_64-3.8/ccompiler_opt_cache_ext.py
----------------------------------------

ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-j2rg6lo4/setup.py'"'"'; file='"'"'/tmp/pip-req-build-j2rg6lo4/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' install --record /tmp/pip-record-hsgycvuv/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/gabriel/.local/include/python3.8/nnetsauce Check the logs for full command output.

Python Version 3.8.8 (default, Feb 20 2021, 21:09:14) [GCC 7.5.0]

thierrymoudiki commented 3 years ago

Hi @GabrielSartori, which command is causing this error? What are you using: Operating System (Windows, Linux, macOS...) and programming language (R or Python)? Could you please edit the issue with this information? Thanks.

GabrielSartori commented 3 years ago

I am trying with python 3.8.8 my os is ubuntu 18.04

the error is causing by pip3 install git+ https://github.com/Techtonique/nnetsauce.git

Em ter., 9 de mar. de 2021 às 13:50, Thierry Moudiki < @.***> escreveu:

Hi @GabrielSartori https://github.com/GabrielSartori, which command is causing this error? What are you using: Operating System (Windows, Linux, macOS...) and programming language (R or Python)? Could you please edit the issue with this information? Thanks.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Techtonique/nnetsauce/issues/9#issuecomment-794150878, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIED4THDCE3OIWWVW7JMMF3TCZGUVANCNFSM4Y2MDWUA .

thierrymoudiki commented 3 years ago

@GabrielSartori

Try this:

pip install git+https://github.com/Techtonique/nnetsauce.git

Without the 3 in pip.

GabrielSartori commented 3 years ago

keep going error.... [image: image.png]

Em dom., 14 de mar. de 2021 às 18:23, Thierry Moudiki < @.***> escreveu:

@GabrielSartori https://github.com/GabrielSartori

Try this:

pip install git+https://github.com/Techtonique/nnetsauce.git

Without the 3 in pip.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Techtonique/nnetsauce/issues/9#issuecomment-798982336, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIED4TCYGHOKVG7RFCVUAE3TDUSM5ANCNFSM4Y2MDWUA .

thierrymoudiki commented 3 years ago

@GabrielSartori 'keep going error' = ? And I can't see any image ([image: image.png]). I'm not able to reproduce your error on a linux os. Same on macOS.

How about cloning the repo, then cd into it, and type make install.