Skip to content

Error in installing TransportMaps #1

@akashsharma02

Description

@akashsharma02

Hi @doublestrong thanks for making your work open source!

I was trying to run some examples, but haven't been able to due to issues in installing the dependencies. I followed instructions according to the README, but the installation of TransportMaps fails with the following error:

pip install --upgrade TransportMaps
Collecting TransportMaps
  Using cached TransportMaps-2.0b3-py3-none-any.whl
Requirement already satisfied: numpy>=1.14 in /home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages (from TransportMaps) (1.22.3)
Collecting scikit-sparse
  Using cached scikit_sparse-0.4.6-cp39-cp39-linux_x86_64.whl
Collecting orthpol-light>=1.0.1
  Using cached orthpol_light-1.0.1.tar.gz (22 kB)
  Preparing metadata (setup.py) ... done
Collecting dill
  Using cached dill-0.3.4-py2.py3-none-any.whl (86 kB)
Collecting SpectralToolbox>=1.0.7
  Using cached SpectralToolbox-1.0.12-cp39-cp39-linux_x86_64.whl
Requirement already satisfied: scipy in /home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages (from TransportMaps) (1.8.0)
Building wheels for collected packages: orthpol-light
  Building wheel for orthpol-light (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py bdist_wheel did not run successfully.
  │ exit code: 1
  ╰─> [359 lines of output]
      running bdist_wheel
      running build
      running config_cc
      INFO: unifing config_cc, config, build_clib, build_ext, build commands --compiler options
      running config_fc
      INFO: unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
      running build_src
      INFO: build_src
      INFO: building extension "orthpol_light" sources
      INFO: f2py options: []
      INFO:   adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/fortranobject.c' to sources.
      INFO:   adding 'build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9' to include_dirs.
      INFO:   adding 'build/src.linux-x86_64-3.9/orthpol_light-f2pywrappers.f' to sources.
      INFO: build_src: building npy-pkg config files
      running build_ext
      INFO: customize UnixCCompiler
      INFO: customize UnixCCompiler using build_ext
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-march=native)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      creating /tmp/tmpk1bfdq18/home
      creating /tmp/tmpk1bfdq18/home/akashsharma
      creating /tmp/tmpk1bfdq18/home/akashsharma/anaconda3
      creating /tmp/tmpk1bfdq18/home/akashsharma/anaconda3/envs
      creating /tmp/tmpk1bfdq18/home/akashsharma/anaconda3/envs/NFiSAM
      creating /tmp/tmpk1bfdq18/home/akashsharma/anaconda3/envs/NFiSAM/lib
      creating /tmp/tmpk1bfdq18/home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9
      creating /tmp/tmpk1bfdq18/home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages
      creating /tmp/tmpk1bfdq18/home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy
      creating /tmp/tmpk1bfdq18/home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/distutils
      creating /tmp/tmpk1bfdq18/home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/distutils/checks
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-march=native'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-O3)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-O3'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-Werror)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-Werror'
      INFO: CCompilerOpt.__init__[1709] : check requested baseline
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-msse)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-msse2)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse2'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSE' with flags (-msse -msse2)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -Werror'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSE2' with flags (-msse -msse2)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -Werror'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-msse3)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse3'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSE3' with flags (-msse -msse2 -msse3)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -Werror'
      INFO: CCompilerOpt.__init__[1718] : check requested dispatch-able features
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mssse3)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mssse3'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-msse4.1)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse4.1'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mpopcnt)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mpopcnt'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-msse4.2)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse4.2'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mavx'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mf16c)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mf16c'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mfma)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mfma'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx2)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mavx2'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512f)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mavx512f'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512F' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSSE3' with flags (-msse -msse2 -msse3 -mssse3)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -Werror'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -Werror'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512cd)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mavx512cd'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512CD' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -Werror'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'FMA3' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -Werror'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'POPCNT' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -Werror'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSE42' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -Werror'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'SSE41' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -Werror'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX2' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mavx2 -Werror'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512er -mavx512pf)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mavx512er -mavx512pf'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512_KNL' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -Werror'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'F16C' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -Werror'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq'
      INFO: CCompilerOpt.feature_test[1474] : 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)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512er -mavx512pf -mavx5124fmaps -mavx5124vnniw -mavx512vpopcntdq -Werror'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512vl -mavx512bw -mavx512dq)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mavx512vl -mavx512bw -mavx512dq'
      INFO: CCompilerOpt.feature_test[1474] : testing feature 'AVX512_SKX' with flags (-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512ifma -mavx512vbmi)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mavx512ifma -mavx512vbmi'
      INFO: CCompilerOpt.feature_test[1474] : 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)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512ifma -mavx512vbmi -Werror'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512vnni)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mavx512vnni'
      INFO: CCompilerOpt.feature_test[1474] : 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)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -mavx512vnni -Werror'
      INFO: CCompilerOpt.cc_test_flags[1021] : testing flags (-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-mavx512vbmi2 -mavx512bitalg -mavx512vpopcntdq'
      INFO: CCompilerOpt.feature_test[1474] : 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)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -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'
      INFO: CCompilerOpt.__init__[1730] : skip features (SSE3 SSE SSE2) since its part of baseline
      INFO: CCompilerOpt.__init__[1734] : initialize targets groups
      INFO: CCompilerOpt.__init__[1736] : parse target group simd_test
      INFO: CCompilerOpt._parse_target_tokens[1947] : skip targets (XOP VSX2 VSX3 FMA4 VSX NEON ASIMD) not part of baseline or dispatch-able features
      INFO: CCompilerOpt._parse_policy_not_keepbase[2059] : skip baseline features (SSE2)
      INFO: CCompilerOpt.generate_dispatch_header[2280] : generate CPU dispatch header: (build/src.linux-x86_64-3.9/numpy/distutils/include/npy_cpu_dispatch_config.h)
      WARN: CCompilerOpt.generate_dispatch_header[2289] : dispatch header dir build/src.linux-x86_64-3.9/numpy/distutils/include does not exist, creating it
      INFO: CCompilerOpt.feature_extra_checks[1554] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -Werror'
      INFO: CCompilerOpt.feature_extra_checks[1554] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      INFO: compile options: '-I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3 -mssse3 -msse4.1 -mpopcnt -msse4.2 -mavx -mf16c -mfma -mavx2 -mavx512f -mavx512cd -mavx512vl -mavx512bw -mavx512dq -Werror'
      INFO: get_default_fcompiler: matching types: '['arm', 'gnu95', 'intel', 'lahey', 'pg', 'nv', 'absoft', 'nag', 'vast', 'compaq', 'intele', 'intelem', 'gnu', 'g95', 'pathf95', 'nagfor', 'fujitsu']'
      INFO: customize ArmFlangCompiler
      WARN: Could not locate executable armflang
      INFO: customize Gnu95FCompiler
      INFO: Found executable /usr/bin/gfortran
      INFO: customize Gnu95FCompiler
      INFO: customize Gnu95FCompiler using build_ext
      INFO: building 'orthpol_light' extension
      INFO: compiling C sources
      INFO: C compiler: gcc -pthread -B /home/akashsharma/anaconda3/envs/NFiSAM/compiler_compat -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -Wall -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC -O2 -isystem /home/akashsharma/anaconda3/envs/NFiSAM/include -fPIC
      
      creating build/temp.linux-x86_64-3.9/build
      creating build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9
      creating build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build
      creating build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9
      INFO: compile options: '-Ibuild/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9 -I/home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      extra options: '-msse -msse2 -msse3'
      INFO: gcc: build/src.linux-x86_64-3.9/orthpol_lightmodule.c
      INFO: gcc: build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/fortranobject.c
      In file included from /home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960,
                       from /home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                       from /home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:5,
                       from build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/fortranobject.h:13,
                       from build/src.linux-x86_64-3.9/orthpol_lightmodule.c:20:
      /home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
         17 | #warning "Using deprecated NumPy API, disable it with " \
            |  ^~~~~~~
      In file included from /home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/core/include/numpy/ndarraytypes.h:1960,
                       from /home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
                       from /home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/core/include/numpy/arrayobject.h:5,
                       from build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/fortranobject.h:13,
                       from build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/fortranobject.c:2:
      /home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
         17 | #warning "Using deprecated NumPy API, disable it with " \
            |  ^~~~~~~
      build/src.linux-x86_64-3.9/orthpol_lightmodule.c:141:12: warning: ‘f2py_size’ defined but not used [-Wunused-function]
        141 | static int f2py_size(PyArrayObject* var, ...)
            |            ^~~~~~~~~
      INFO: compiling Fortran sources
      INFO: Fortran f77 compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -fPIC -O3 -funroll-loops
      Fortran f90 compiler: /usr/bin/gfortran -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
      Fortran fix compiler: /usr/bin/gfortran -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -fPIC -O3 -funroll-loops
      creating build/temp.linux-x86_64-3.9/src
      INFO: compile options: '-Ibuild/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9 -I/home/akashsharma/anaconda3/envs/NFiSAM/lib/python3.9/site-packages/numpy/core/include -Ibuild/src.linux-x86_64-3.9/numpy/distutils/include -I/home/akashsharma/anaconda3/envs/NFiSAM/include/python3.9 -c'
      INFO: gfortran:f77: src/d1mach.f
      INFO: gfortran:f77: src/drecur.f
      INFO: gfortran:f77: src/dradau.f
      INFO: gfortran:f77: src/dgauss.fINFO: gfortran:f77: src/dlob.f
      
      INFO: gfortran:f77: src/r1mach.fINFO: gfortran:f77: build/src.linux-x86_64-3.9/orthpol_light-f2pywrappers.f
      
      src/drecur.f:177:6:
      
        177 |       double precision function dgamma(dx,iderr)
            |      1
      Warning: ‘dgamma’ declared at (1) is also the name of an intrinsic.  It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
      src/r1mach.f:167:27:
      
        167 |                CALL I1MCRA(SMALL, K, 16, 0, 0)
            |                           1
      Error: Rank mismatch in argument ‘a’ at (1) (scalar and rank-1)
      src/r1mach.f:168:27:
      
        168 |                CALL I1MCRA(LARGE, K, 32751, 16777215, 16777215)
            |                           1
      Error: Rank mismatch in argument ‘a’ at (1) (scalar and rank-1)
      src/r1mach.f:169:27:
      
        169 |                CALL I1MCRA(RIGHT, K, 15520, 0, 0)
            |                           1
      Error: Rank mismatch in argument ‘a’ at (1) (scalar and rank-1)
      src/r1mach.f:170:27:
      
        170 |                CALL I1MCRA(DIVER, K, 15536, 0, 0)
            |                           1
      Error: Rank mismatch in argument ‘a’ at (1) (scalar and rank-1)
      src/r1mach.f:171:27:
      
        171 |                CALL I1MCRA(LOG10, K, 16339, 4461392, 10451455)
            |                           1
      Error: Rank mismatch in argument ‘a’ at (1) (scalar and rank-1)
      creating build/lib.linux-x86_64-3.9
      INFO: /usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/orthpol_lightmodule.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/fortranobject.o build/temp.linux-x86_64-3.9/src/d1mach.o build/temp.linux-x86_64-3.9/src/drecur.o build/temp.linux-x86_64-3.9/src/dradau.o build/temp.linux-x86_64-3.9/src/dgauss.o build/temp.linux-x86_64-3.9/src/dlob.o build/temp.linux-x86_64-3.9/src/r1mach.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/orthpol_light-f2pywrappers.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11 -lgfortran -o build/lib.linux-x86_64-3.9/orthpol_light.cpython-39-x86_64-linux-gnu.so
      /usr/bin/ld: cannot find build/temp.linux-x86_64-3.9/src/r1mach.o: No such file or directory
      collect2: error: ld returned 1 exit status
      error: Command "/usr/bin/gfortran -Wall -g -Wall -g -shared build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/orthpol_lightmodule.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/build/src.linux-x86_64-3.9/fortranobject.o build/temp.linux-x86_64-3.9/src/d1mach.o build/temp.linux-x86_64-3.9/src/drecur.o build/temp.linux-x86_64-3.9/src/dradau.o build/temp.linux-x86_64-3.9/src/dgauss.o build/temp.linux-x86_64-3.9/src/dlob.o build/temp.linux-x86_64-3.9/src/r1mach.o build/temp.linux-x86_64-3.9/build/src.linux-x86_64-3.9/orthpol_light-f2pywrappers.o -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11 -lgfortran -o build/lib.linux-x86_64-3.9/orthpol_light.cpython-39-x86_64-linux-gnu.so" failed with exit status 1
      INFO:
      ########### EXT COMPILER OPTIMIZATION ###########
      INFO: 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_CLX AVX512_CNL AVX512_ICL
        Generated   : none
      INFO: CCompilerOpt.cache_flush[817] : write cache to path -> /tmp/pip-install-l6yedm0f/orthpol-light_45e6754a78e84a0da200a92fb84c7b07/build/temp.linux-x86_64-3.9/ccompiler_opt_cache_ext.py
      [end of output]
  
  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for orthpol-light
  Running setup.py clean for orthpol-light
Failed to build orthpol-light
Installing collected packages: orthpol-light, dill, SpectralToolbox, scikit-sparse, TransportMaps
  Running setup.py install for orthpol-light ... error
  error: subprocess-exited-with-error

note: This is an issue with the package mentioned above, not pip.
hint: See above for output from the failure.

I understand that the error could be from the source package, but I checked that the binaries from PyPi are failing. Please help with a workaround for this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions