I am running into what seems to be a common problem in which pymc install fails to install because there is no fortran compiler. I tried both on a Mac (silicon chip running Rosetta 2 emulation) and a Linux machine (which has successfully installed older versions of hddm), using a fresh anaconda environment running python 3.7. I've copied the log from my Mac, but both complained about fortran (Linux says "WARN: arm: no Fortran 77 compiler found"). I also tried with python 3.8, 3.5 and 2.7 environments with no luck. Finally, on my Mac, I used hombrew to run the command "brew install gcc@9", but this didn't appear to change anything. I also tried "brew install gfortran",
which also didn't seem to change anything.
(hddm37) MacBook-Pro-4:~ ianballard$ pip install git+
https://github.com/hddm-devs/hddmCollecting git+
https://github.com/hddm-devs/hddm Cloning
https://github.com/hddm-devs/hddm to /private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-req-build-fbd6111r
Running command git clone -q
https://github.com/hddm-devs/hddm /private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-req-build-fbd6111r
Resolved
https://github.com/hddm-devs/hddm to commit 8f1c0c33a7a02bee3429a13b175e04d8124f0762
Running command git submodule update --init --recursive -q
ERROR: Command errored out with exit status 1:
command: /Users/ianballard/anaconda3/envs/hddm37/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-req-build-fbd6111r/setup.py'"'"'; __file__='"'"'/private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-req-build-fbd6111r/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-pip-egg-info-ixj1kg5t
cwd: /private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-req-build-fbd6111r/
Complete output (490 lines):
ERROR: Command errored out with exit status 1:
command: /Users/ianballard/anaconda3/envs/hddm37/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-wheel-cjjc68zx/pymc_5f234cf3c3e54fc092ab0461b76ff337/setup.py'"'"'; __file__='"'"'/private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-wheel-cjjc68zx/pymc_5f234cf3c3e54fc092ab0461b76ff337/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-wheel-_jkgsx7q
cwd: /private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-wheel-cjjc68zx/pymc_5f234cf3c3e54fc092ab0461b76ff337/
Complete output (453 lines):
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 "pymc.flib" sources
f2py options: ['skip:ppnd7']
adding 'build/src.macosx-10.9-x86_64-3.7/build/src.macosx-10.9-x86_64-3.7/pymc/fortranobject.c' to sources.
adding 'build/src.macosx-10.9-x86_64-3.7/build/src.macosx-10.9-x86_64-3.7/pymc' to include_dirs.
adding 'build/src.macosx-10.9-x86_64-3.7/pymc/flib-f2pywrappers.f' to sources.
building extension "pymc.LazyFunction" sources
building extension "pymc.Container_values" sources
building extension "pymc.gp.linalg_utils" sources
f2py options: []
adding 'build/src.macosx-10.9-x86_64-3.7/build/src.macosx-10.9-x86_64-3.7/pymc/gp/fortranobject.c' to sources.
adding 'build/src.macosx-10.9-x86_64-3.7/build/src.macosx-10.9-x86_64-3.7/pymc/gp' to include_dirs.
building extension "pymc.gp.incomplete_chol" sources
f2py options: []
adding 'build/src.macosx-10.9-x86_64-3.7/build/src.macosx-10.9-x86_64-3.7/pymc/gp/fortranobject.c' to sources.
adding 'build/src.macosx-10.9-x86_64-3.7/build/src.macosx-10.9-x86_64-3.7/pymc/gp' to include_dirs.
building extension "pymc.gp.cov_funs.isotropic_cov_funs" sources
f2py options: []
adding 'build/src.macosx-10.9-x86_64-3.7/build/src.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs/fortranobject.c' to sources.
adding 'build/src.macosx-10.9-x86_64-3.7/build/src.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs' to include_dirs.
adding 'build/src.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs/isotropic_cov_funs-f2pywrappers.f' to sources.
building extension "pymc.gp.cov_funs.distances" sources
f2py options: []
adding 'build/src.macosx-10.9-x86_64-3.7/build/src.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs/fortranobject.c' to sources.
adding 'build/src.macosx-10.9-x86_64-3.7/build/src.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs' to include_dirs.
build_src: building npy-pkg config files
running build_py
creating build/lib.macosx-10.9-x86_64-3.7
creating build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/StepMethods.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/InstantiationDecorators.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/CircularStochastic.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/diagnostics.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/threadpool.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/graph.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/Matplot.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/__init__.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/Container.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/Model.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/distributions.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/MCMC.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/datatypes.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/NormalApproximation.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/progressbar.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/utils.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/PyMCObjects.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/six.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/Node.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/CommonDeterministics.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/calc_utils.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/NumpyDeterministics.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/ScipyDistributions.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
copying pymc/decorators.py -> build/lib.macosx-10.9-x86_64-3.7/pymc
creating build/lib.macosx-10.9-x86_64-3.7/pymc/database
copying pymc/database/no_trace.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/database
copying pymc/database/txt.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/database
copying pymc/database/__init__.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/database
copying pymc/database/hdf5.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/database
copying pymc/database/sqlite.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/database
copying pymc/database/pickle.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/database
copying pymc/database/hdf5ea.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/database
copying pymc/database/ram.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/database
copying pymc/database/base.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/database
creating build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/melanoma.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/disaster_model_linear.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/disaster_model.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/disaster_model_gof.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/gelman_bioassay.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/weibull_fit_gof.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/__init__.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/melanoma_data.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/disaster_model_null.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/zip.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/custom_step.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/disaster_model_missing.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
copying pymc/examples/weibull_fit.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples
creating build/lib.macosx-10.9-x86_64-3.7/pymc/examples/gp
copying pymc/examples/gp/covparams.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples/gp
copying pymc/examples/gp/observation.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples/gp
copying pymc/examples/gp/PyMCmodel.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples/gp
copying pymc/examples/gp/basiscov.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples/gp
copying pymc/examples/gp/realizations.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples/gp
copying pymc/examples/gp/mesh_choice.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples/gp
copying pymc/examples/gp/__init__.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples/gp
copying pymc/examples/gp/cov.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples/gp
copying pymc/examples/gp/mean.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples/gp
copying pymc/examples/gp/MCMC.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/examples/gp
creating build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_utils.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_MCMCSampler.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_database.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_cov.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_container.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_missing.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_observation.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_realization.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_convergence.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/__init__.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_AM.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_basiscov.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_GP_MCMC.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_norm_approx.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_mean.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_distributions.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_slice.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_binary_step.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_adaptive.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_special_methods.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_instantiation.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/objectmodel.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_graph.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_gradients.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
copying pymc/tests/test_interactive.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/tests
creating build/lib.macosx-10.9-x86_64-3.7/pymc/gp
copying pymc/gp/step_methods.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp
copying pymc/gp/Realization.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp
copying pymc/gp/gp_submodel.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp
copying pymc/gp/gpplots.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp
copying pymc/gp/GPutils.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp
copying pymc/gp/Covariance.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp
copying pymc/gp/__init__.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp
copying pymc/gp/Mean.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp
copying pymc/gp/FullRankCovariance.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp
copying pymc/gp/NearlyFullRankCovariance.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp
copying pymc/gp/BasisCovariance.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp
creating build/lib.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs
copying pymc/gp/cov_funs/__init__.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs
copying pymc/gp/cov_funs/wrapped_distances.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs
copying pymc/gp/cov_funs/brownian.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs
copying pymc/gp/cov_funs/nsmatern.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs
copying pymc/gp/cov_funs/cov_utils.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs
copying pymc/gp/cov_funs/bases.py -> build/lib.macosx-10.9-x86_64-3.7/pymc/gp/cov_funs
running build_ext
customize UnixCCompiler
customize UnixCCompiler using build_ext
CCompilerOpt.cc_test_flags[1013] : testing flags (-march=native)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
creating /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users
creating /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard
creating /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3
creating /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs
creating /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs/hddm37
creating /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs/hddm37/lib
creating /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7
creating /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages
creating /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy
creating /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils
creating /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-march=native'
CCompilerOpt.cc_test_flags[1013] : testing flags (-O3)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-O3'
CCompilerOpt.cc_test_flags[1013] : testing flags (-Werror)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-Werror'
CCompilerOpt.__init__[1701] : check requested baseline
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse2)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse2'
CCompilerOpt.feature_test[1468] : testing feature 'SSE' with flags (-msse -msse2)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -Werror'
CCompilerOpt.feature_test[1468] : testing feature 'SSE2' with flags (-msse -msse2)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse3)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse3'
CCompilerOpt.feature_test[1468] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -Werror'
CCompilerOpt.__init__[1710] : check requested dispatch-able features
CCompilerOpt.cc_test_flags[1013] : testing flags (-mssse3)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mssse3'
CCompilerOpt.feature_test[1468] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse4.1)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse4.1'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mpopcnt)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mpopcnt'
CCompilerOpt.cc_test_flags[1013] : testing flags (-msse4.2)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse4.2'
CCompilerOpt.feature_test[1468] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mavx'
CCompilerOpt.feature_test[1468] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mf16c)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mf16c'
CCompilerOpt.feature_test[1468] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mfma)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mfma'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx2)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mavx2'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512f)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mavx512f'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512cd)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mavx512cd'
CCompilerOpt.feature_test[1468] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -Werror'
CCompilerOpt.feature_test[1468] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
CCompilerOpt.feature_test[1468] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror'
CCompilerOpt.feature_test[1468] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror'
CCompilerOpt.feature_test[1468] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mavx512vl -mavx512bw -mavx512dq'
CCompilerOpt.feature_test[1468] : 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: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
CCompilerOpt.feature_test[1468] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512ifma -mavx512vbmi)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mavx512ifma -mavx512vbmi'
CCompilerOpt.feature_test[1468] : 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: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -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[1013] : testing flags (-mavx512vnni)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mavx512vnni'
CCompilerOpt.feature_test[1468] : testing feature 'AVX512_CLX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
CCompilerOpt.feature_test[1468] : testing feature 'AVX512_ICL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -mavx512ifma -mavx512vbmi -mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq -Werror'
CCompilerOpt.cc_test_flags[1013] : testing flags (-mavx512er -mavx512pf)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mavx512er -mavx512pf'
CCompilerOpt.feature_test[1468] : 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: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -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[1013] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq'
CCompilerOpt.dist_test[581] : CCompilerOpt._dist_test_spawn[718] : Command (gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c /Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/test_flags.c -o /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/test_flags.o -MMD -MF /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/test_flags.o.d -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq) failed with exit status 1 output ->
clang: error: unknown argument: '-mavx5124fmaps'
clang: error: unknown argument: '-mavx5124vnniw'
CCompilerOpt.cc_test_flags[1017] : testing failed
CCompilerOpt.feature_test[1468] : testing feature 'AVX512_KNM' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror'
CCompilerOpt.dist_test[581] : CCompilerOpt._dist_test_spawn[718] : Command (gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c /Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/cpu_avx512_knm.c -o /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/cpu_avx512_knm.o -MMD -MF /var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmplis2vg91/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/cpu_avx512_knm.o.d -msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror) failed with exit status 1 output ->
/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:9: error: implicit declaration of function '_mm512_4fmadd_ps' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
b = _mm512_4fmadd_ps(b, b, b, b, b, NULL);
^
/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:9: note: did you mean '_mm512_fmadd_ps'?
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/avx512fintrin.h:2716:1: note: '_mm512_fmadd_ps' declared here
_mm512_fmadd_ps(__m512 __A, __m512 __B, __m512 __C)
^
/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:22:7: error: assigning to '__m512' (vector of 16 'float' values) from incompatible type 'int'
b = _mm512_4fmadd_ps(b, b, b, b, b, NULL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:9: error: implicit declaration of function '_mm512_4dpwssd_epi32' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
a = _mm512_4dpwssd_epi32(a, a, a, a, a, NULL);
^
/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:9: note: did you mean '_mm512_dpwssd_epi32'?
/Library/Developer/CommandLineTools/usr/lib/clang/13.0.0/include/avx512vnniintrin.h:68:1: note: '_mm512_dpwssd_epi32' declared here
_mm512_dpwssd_epi32(__m512i __S, __m512i __A, __m512i __B)
^
/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/numpy/distutils/checks/cpu_avx512_knm.c:24:7: error: assigning to '__m512i' (vector of 8 'long long' values) from incompatible type 'int'
a = _mm512_4dpwssd_epi32(a, a, a, a, a, NULL);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4 errors generated.
CCompilerOpt.feature_test[1482] : testing failed
CCompilerOpt.__init__[1723] : skip features (SSE2 SSE SSE3) since its part of baseline
CCompilerOpt.__init__[1726] : initialize targets groups
CCompilerOpt.__init__[1728] : parse target group simd_test
CCompilerOpt._parse_target_tokens[1941] : skip targets (VSX3 NEON ASIMD XOP FMA4 VSX VSX2) not part of baseline or dispatch-able features
CCompilerOpt._parse_policy_not_keepbase[2051] : skip baseline features (SSE2)
CCompilerOpt.generate_dispatch_header[2272] : generate CPU dispatch header: (build/src.macosx-10.9-x86_64-3.7/numpy/distutils/include/npy_cpu_dispatch_config.h)
CCompilerOpt.generate_dispatch_header[2283] : dispatch header dir build/src.macosx-10.9-x86_64-3.7/numpy/distutils/include does not exist, creating it
CCompilerOpt.feature_extra_checks[1546] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
CCompilerOpt.feature_extra_checks[1546] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
C compiler: gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64 -I/Users/ianballard/anaconda3/envs/hddm37/include -arch x86_64
compile options: '-I/Users/ianballard/anaconda3/envs/hddm37/include/python3.7m -c'
extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
get_default_fcompiler: matching types: '['gnu95', 'nag', 'absoft', 'ibm', 'intel', 'gnu', 'g95', 'pg']'
customize Gnu95FCompiler
Could not locate executable gfortran
Could not locate executable f95
customize NAGFCompiler
customize AbsoftFCompiler
Could not locate executable f90
Could not locate executable f77
customize IBMFCompiler
Could not locate executable xlf90
Could not locate executable xlf
customize IntelFCompiler
Could not locate executable ifort
Could not locate executable ifc
customize GnuFCompiler
Could not locate executable g77
customize G95FCompiler
Could not locate executable g95
customize PGroupFCompiler
Could not locate executable pgfortran
don't know how to compile Fortran code on platform 'posix'
warning: build_ext: f77_compiler=None is not available.
building 'pymc.flib' extension
error: extension 'pymc.flib' has Fortran sources but no Fortran compiler found
########### 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_SKX AVX512_CLX AVX512_CNL AVX512_ICL
Generated : none
CCompilerOpt.cache_flush[809] : write cache to path -> /private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-wheel-cjjc68zx/pymc_5f234cf3c3e54fc092ab0461b76ff337/build/temp.macosx-10.9-x86_64-3.7/ccompiler_opt_cache_ext.py
----------------------------------------
ERROR: Failed building wheel for PyMC
ERROR: Failed to build one or more wheels
Traceback (most recent call last):
File "/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/setuptools/installer.py", line 75, in fetch_build_egg
subprocess.check_call(cmd)
File "/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/Users/ianballard/anaconda3/envs/hddm37/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmp_b3qxtiw', '--quiet', 'PyMC<3.0.0,>=2.3.3']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/pip-req-build-fbd6111r/setup.py", line 41, in <module>
ext_modules = ext_modules
File "/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/setuptools/__init__.py", line 152, in setup
_install_setup_requires(attrs)
File "/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/setuptools/__init__.py", line 147, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/setuptools/dist.py", line 809, in fetch_build_eggs
replace_conflicting=True,
File "/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/pkg_resources/__init__.py", line 768, in resolve
replace_conflicting=replace_conflicting
File "/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1051, in best_match
return self.obtain(req, installer)
File "/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1063, in obtain
return installer(requirement)
File "/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/setuptools/dist.py", line 877, in fetch_build_egg
return fetch_build_egg(self, req)
File "/Users/ianballard/anaconda3/envs/hddm37/lib/python3.7/site-packages/setuptools/installer.py", line 77, in fetch_build_egg
raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/Users/ianballard/anaconda3/envs/hddm37/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/var/folders/bn/dzh1ysw54m9cq4n3dnb30ldw0000gn/T/tmp_b3qxtiw', '--quiet', 'PyMC<3.0.0,>=2.3.3']' returned non-zero exit status 1.
----------------------------------------
WARNING: Discarding git+
https://github.com/hddm-devs/hddm. Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.