lesgourg / class_public

Public repository of the Cosmic Linear Anisotropy Solving System (master for the most recent version of the standard code; GW_CLASS to include Cosmic Gravitational Wave Background anisotropies; classnet branch for acceleration with neutral networks; ExoCLASS branch for exotic energy injection; class_matter branch for FFTlog)
225 stars 282 forks source link

Compilation error macOS with anaconda #552

Open progsymrock opened 1 year ago

progsymrock commented 1 year ago

gcc path: /usr/local/bin/gcc-13

System: MacOS Ventura 13.5.2

Python version: 3.11.5

Python path: /usr/local/bin/python

"The following error occurred while compiling class on a mac with ventura 13.5":

(class_environment) MacBook-Pro-de-Armando:our-last-class-version armandoreyesaguilar$ make if ! [ -e /Users/armandoreyesaguilar/our-last-class-version/build ]; then mkdir /Users/armandoreyesaguilar/our-last-class-version/build ; mkdir /Users/armandoreyesaguilar/our-last-class-version/build/lib; fi; touch build/.base cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../tools/growTable.c -o growTable.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../tools/dei_rkck.c -o dei_rkck.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../tools/sparse.c -o sparse.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../tools/evolver_rkck.c -o evolver_rkck.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../tools/evolver_ndf15.c -o evolver_ndf15.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../tools/arrays.c -o arrays.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../tools/parser.c -o parser.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../tools/quadrature.c -o quadrature.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../tools/hyperspherical.c -o hyperspherical.o In file included from ../include/hyperspherical.h:8, from ../tools/hyperspherical.c:8: ../tools/hyperspherical.c: In function 'hyperspherical_HIS_create': ../include/common.h:161:13: warning: argument 1 range [18446743798831644928, 18446744073709551488] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 161 | pointer=malloc(size); \ | ^~~~ ../tools/hyperspherical.c:142:5: note: in expansion of macro 'class_alloc_parallel' 142 | class_alloc_parallel(PhiL,(lmax+2)sizeof(double)_HYPERCHUNK,error_message); | ^~~~~~~~ In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/stdlib.h:128, from ../include/common.h:4: /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/malloc/_malloc.h:40:10: note: in a call to allocation function 'malloc' declared here 40 | void malloc(size_t size) result_use_check __alloc_size(1); | ^~ ../include/common.h:161:13: warning: argument 1 range [18446743798831644928, 18446744073709551488] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] 161 | pointer=malloc(size); \ | ^~~~ ../tools/hyperspherical.c:142:5: note: in expansion of macro 'class_alloc_parallel' 142 | class_alloc_parallel(PhiL,(lmax+2)sizeof(double)_HYPERCHUNK,error_message); | ^~~~~~~~ /Library/Developer/CommandLineTools/SDKs/MacOSX13.sdk/usr/include/malloc/_malloc.h:40:10: note: in a call to allocation function 'malloc' declared here 40 | void malloc(size_t size) result_use_check alloc_size(1); | ^~ cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../tools/common.c -o common.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../tools/trigonometric_integrals.c -o trigonometric_integrals.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../source/input.c -o input.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../source/background.c -o background.o ../source/background.c: In function 'background_w_fld': ../source/background.c:831:9: warning: parameter names (without types) in function declaration 831 | double dfridr_FT(double (func)(lna), double x, double err){ | ^~ ../source/background.c: In function 'background_init': ../source/background.c:1071:9: warning: parameter names (without types) in function declaration 1071 | double secant_init(double (func)(E, a_cosmo), double a, double b, double xacc, double a_i){ | ^~ ../source/background.c: In function 'background_initial_conditions': ../source/background.c:2711:9: warning: parameter names (without types) in function declaration 2711 | double secant(double (func)(E, a_cosmo), double a, double b, double xacc, double a_i){ | ^~ cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../source/thermodynamics.c -o thermodynamics.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../source/perturbations.c -o perturbations.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../source/primordial.c -o primordial.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../source/fourier.c -o fourier.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../source/transfer.c -o transfer.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../source/harmonic.c -o harmonic.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../source/lensing.c -o lensing.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../source/distortions.c -o distortions.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../external/RecfastCLASS/wrap_recfast.c -o wrap_recfast.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../external/heating/injection.c -o injection.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../external/heating/noninjection.c -o noninjection.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../external/HyRec2020/hyrectools.c -o hyrectools.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../external/HyRec2020/helium.c -o helium.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../external/HyRec2020/hydrogen.c -o hydrogen.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../external/HyRec2020/history.c -o history.o ../external/HyRec2020/history.c: In function 'rec_get_xe_next1_He': ../external/HyRec2020/history.c:400:12: warning: 'rec_interp1d' accessing 2048 bytes in a region of size 128 [-Wstringop-overflow=] 400 | else H = rec_interp1d(.0, dz, hubble_array, Nz, z_in, error, sub_message); | ^~~~~~~~~~~~~~~~ ../external/HyRec2020/history.c:400:12: note: referencing argument 7 of type 'char[2048]' In file included from ../external/HyRec2020/history.h:13, from ../external/HyRec2020/history.c:41: ../external/HyRec2020/hyrectools.h:18:8: note: in a call to function 'rec_interp1d' 18 | double rec_interp1d(double x0, double dx, double ytab, unsigned int Nx, double x, int error, char error_message[SIZE_ErrorM]); | ^~~~ ../external/HyRec2020/history.c:417:14: warning: 'rec_interp1d' accessing 2048 bytes in a region of size 128 [-Wstringop-overflow=] 417 | else H = rec_interp1d(.0, dz, hubble_array, Nz, z_out, error, sub_message); | ^~~~~~~~~~~~~~~~~ ../external/HyRec2020/history.c:417:14: note: referencing argument 7 of type 'char[2048]' ../external/HyRec2020/hyrectools.h:18:8: note: in a call to function 'rec_interp1d' 18 | double rec_interp1d(double x0, double dx, double ytab, unsigned int Nx, double x, int error, char error_message[SIZE_ErrorM]); | ^~~~ cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../external/HyRec2020/wrap_hyrec.c -o wrap_hyrec.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../external/HyRec2020/energy_injection.c -o energy_injection.o cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../source/output.c -o output.o In file included from ../include/output.h:6, from ../source/output.c:16: ../source/output.c: In function 'output_tk': ../source/output.c:981:18: warning: 'perturbations_output_firstline_and_ic_suffix' accessing 256 bytes in a region of size 4 [-Wstringop-overflow=] 981 | class_call(perturbations_output_firstline_and_ic_suffix(ppt, index_ic, first_line, ic_suffix, | ^~~~~~~~~~~~~~~~~ ../include/common.h:110:7: note: in definition of macro 'class_call_except' 110 | if (function == FAILURE) { \ | ^~~~ ../source/output.c:981:7: note: in expansion of macro 'class_call' 981 | class_call(perturbations_output_firstline_and_ic_suffix(ppt, index_ic, first_line, ic_suffix), | ^~~~~~ ../source/output.c:981:18: note: referencing argument 4 of type 'char[256]' 981 | class_call(perturbations_output_firstline_and_ic_suffix(ppt, index_ic, first_line, ic_suffix, | ^~~~~~~~~~~~~~~~~ ../include/common.h:110:7: note: in definition of macro 'class_call_except' 110 | if (function == FAILURE) { \ | ^~~~ ../source/output.c:981:7: note: in expansion of macro 'class_call' 981 | class_call(perturbations_output_firstline_and_ic_suffix(ppt, index_ic, first_line, ic_suffix), | ^~~~~~ In file included from ../include/primordial.h:6, from ../include/fourier.h:3, from ../include/transfer.h:6, from ../include/harmonic.h:6, from ../include/lensing.h:6, from ../include/output.h:7: ../include/perturbations.h:693:7: note: in a call to function 'perturbations_output_firstline_and_ic_suffi' 693 | int perturbations_output_firstline_and_ic_suffix( | ^~~~~~~~~~~~ cd /Users/armandoreyesaguilar/our-last-class-version/build;/usr/local/bin/gcc-13 -O3 -g -fPIC -DCLASSDIR__='"/Users/armandoreyesaguilar/our-last-class-version"' -DHYREC -I../include -I../external/RecfastCLASS -I../external/heating -I../external/HyRec2020 -c ../main/class.c -o class.o /usr/local/bin/gcc-13 -O3 -g -fPIC -o class build/growTable.o build/dei_rkck.o build/sparse.o build/evolver_rkck.o build/evolver_ndf15.o build/arrays.o build/parser.o build/quadrature.o build/hyperspherical.o build/common.o build/trigonometric_integrals.o build/input.o build/background.o build/thermodynamics.o build/perturbations.o build/primordial.o build/fourier.o build/transfer.o build/harmonic.o build/lensing.o build/distortions.o build/wrap_recfast.o build/injection.o build/noninjection.o build/hyrectools.o build/helium.o build/hydrogen.o build/history.o build/wrap_hyrec.o build/energy_injection.o build/output.o build/class.o -lm ar rv libclass.a build/growTable.o build/dei_rkck.o build/sparse.o build/evolver_rkck.o build/evolver_ndf15.o build/arrays.o build/parser.o build/quadrature.o build/hyperspherical.o build/common.o build/trigonometric_integrals.o build/input.o build/background.o build/thermodynamics.o build/perturbations.o build/primordial.o build/fourier.o build/transfer.o build/harmonic.o build/lensing.o build/distortions.o build/wrap_recfast.o build/injection.o build/noninjection.o build/hyrectools.o build/helium.o build/hydrogen.o build/history.o build/wrap_hyrec.o build/energy_injection.o ar: creating archive libclass.a a - build/growTable.o a - build/dei_rkck.o a - build/sparse.o a - build/evolver_rkck.o a - build/evolver_ndf15.o a - build/arrays.o a - build/parser.o a - build/quadrature.o a - build/hyperspherical.o a - build/common.o a - build/trigonometric_integrals.o a - build/input.o a - build/background.o a - build/thermodynamics.o a - build/perturbations.o a - build/primordial.o a - build/fourier.o a - build/transfer.o a - build/harmonic.o a - build/lensing.o a - build/distortions.o a - build/wrap_recfast.o a - build/injection.o a - build/noninjection.o a - build/hyrectools.o a - build/helium.o a - build/hydrogen.o a - build/history.o a - build/wrap_hyrec.o a - build/energy_injection.o grep -v "lgomp" python/setup.py > python/autosetup.py cd python; export CC=/usr/local/bin/gcc-13; /Users/armandoreyesaguilar/anaconda3/envs/class_environment/bin/python autosetup.py install || /Users/armandoreyesaguilar/anaconda3/envs/class_environment/bin/python autosetup.py install --user /Users/armandoreyesaguilar/anaconda3/envs/class_environment/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !!

    ********************************************************************************
    Please avoid running ``setup.py`` directly.
    Instead, use pypa/build, pypa/installer or other
    standards-based tools.

    See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
    ********************************************************************************

!! self.initialize_options() /Users/armandoreyesaguilar/anaconda3/envs/class_environment/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated. !!

    ********************************************************************************
    Please avoid running ``setup.py`` and ``easy_install``.
    Instead, use pypa/build, pypa/installer or other
    standards-based tools.

    See https://github.com/pypa/setuptools/issues/917 for details.
    ********************************************************************************

!! self.initialize_options() warning: classy.pyx:102:10: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables warning: classy.pyx:103:10: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables warning: classy.pyx:104:10: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables warning: classy.pyx:105:10: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables warning: classy.pyx:130:14: cpdef variables will not be supported in Cython 3; currently they are no different from cdef variables warning: classy.pyx:360:76: local variable 'errmsg' referenced before assignment warning: classy.pyx:361:39: local variable 'errmsg' referenced before assignment In file included from /Users/armandoreyesaguilar/anaconda3/envs/class_environment/lib/python3.11/site-packages/numpy/core/include/numpy/ndarraytypes.h:1929, from /Users/armandoreyesaguilar/anaconda3/envs/class_environment/lib/python3.11/site-packages/numpy/core/include/numpy/ndarrayobject.h:12, from /Users/armandoreyesaguilar/anaconda3/envs/class_environment/lib/python3.11/site-packages/numpy/core/include/numpy/arrayobject.h:5, from /Users/armandoreyesaguilar/our-last-class-version/python/../python/classy.c:752: /Users/armandoreyesaguilar/anaconda3/envs/class_environment/lib/python3.11/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 " \ | ^~~ ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(growTable.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(dei_rkck.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(sparse.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(evolver_rkck.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(evolver_ndf15.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(arrays.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(parser.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(quadrature.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(hyperspherical.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(common.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(trigonometric_integrals.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(input.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(background.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(thermodynamics.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(perturbations.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(primordial.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(fourier.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(transfer.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(harmonic.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(lensing.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(distortions.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(wrap_recfast.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(injection.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(noninjection.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(hyrectools.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(helium.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(hydrogen.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(history.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(wrap_hyrec.o)) was built for newer macOS version (13.0) than being linked (10.9) ld: warning: object file (/Users/armandoreyesaguilar/our-last-class-version/libclass.a(energy_injection.o)) was built for newer macOS version (13.0) than being linked (10.9) zip_safe flag not set; analyzing archive contents... pycache.classyFT.cpython-311: module references file rm python/autosetup.py (class_environment) MacBook-Pro-de-Armando:our-last-class-version armandoreyesaguilar$ python Python 3.11.5 (main, Sep 11 2023, 08:19:27) [Clang 14.0.6 ] on darwin Type "help", "copyright", "credits" or "license" for more information.

import classy Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'classy'