Advertisement
novski

dnsmasq-webconf pip install lpu

Jan 8th, 2023
1,159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 81.94 KB | None | 0 0
  1. pip install bottle jinja2 numpy lpu
  2. Requirement already satisfied: bottle in ./.venv/lib/python3.10/site-packages (0.12.23)
  3. Requirement already satisfied: jinja2 in ./.venv/lib/python3.10/site-packages (3.1.2)
  4. Requirement already satisfied: numpy in ./.venv/lib/python3.10/site-packages (1.24.1)
  5. Collecting lpu
  6.   Using cached lpu-0.2.10.tar.gz (2.2 MB)
  7.   Preparing metadata (setup.py) ... done
  8. Requirement already satisfied: MarkupSafe>=2.0 in ./.venv/lib/python3.10/site-packages (from jinja2) (2.1.1)
  9. Installing collected packages: lpu
  10.   DEPRECATION: lpu is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  11.   Running setup.py install for lpu ... error
  12.   error: subprocess-exited-with-error
  13.  
  14.   × Running setup.py install for lpu did not run successfully.
  15.   │ exit code: 1
  16.   ╰─> [912 lines of output]
  17.       running install
  18.       /Users/novski/Life/code/python/tests/dnsmasq-webconf/.venv/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  19.         warnings.warn(
  20.       running build
  21.       running build_py
  22.       creating build
  23.       creating build/lib.macosx-12-arm64-cpython-310
  24.       creating build/lib.macosx-12-arm64-cpython-310/lpu
  25.       copying lpu/__init__.py -> build/lib.macosx-12-arm64-cpython-310/lpu
  26.       creating build/lib.macosx-12-arm64-cpython-310/lpu/metrics
  27.       copying lpu/metrics/__init__.py -> build/lib.macosx-12-arm64-cpython-310/lpu/metrics
  28.       creating build/lib.macosx-12-arm64-cpython-310/lpu/smt
  29.       copying lpu/smt/__init__.py -> build/lib.macosx-12-arm64-cpython-310/lpu/smt
  30.       creating build/lib.macosx-12-arm64-cpython-310/lpu/backends
  31.       copying lpu/backends/__init__.py -> build/lib.macosx-12-arm64-cpython-310/lpu/backends
  32.       copying lpu/backends/safe_cython.py -> build/lib.macosx-12-arm64-cpython-310/lpu/backends
  33.       copying lpu/backends/safe_logging.py -> build/lib.macosx-12-arm64-cpython-310/lpu/backends
  34.       creating build/lib.macosx-12-arm64-cpython-310/lpu/common
  35.       copying lpu/common/logging.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  36.       copying lpu/common/files.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  37.       copying lpu/common/vocab.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  38.       copying lpu/common/config.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  39.       copying lpu/common/compat.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  40.       copying lpu/common/dialog.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  41.       copying lpu/common/__init__.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  42.       copying lpu/common/numbers.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  43.       copying lpu/common/progress.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  44.       copying lpu/common/environ.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  45.       copying lpu/common/validation.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  46.       copying lpu/common/colors.py -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  47.       creating build/lib.macosx-12-arm64-cpython-310/lpu/data_structs
  48.       copying lpu/data_structs/__init__.py -> build/lib.macosx-12-arm64-cpython-310/lpu/data_structs
  49.       copying lpu/data_structs/trie.py -> build/lib.macosx-12-arm64-cpython-310/lpu/data_structs
  50.       copying lpu/data_structs/trees.py -> build/lib.macosx-12-arm64-cpython-310/lpu/data_structs
  51.       creating build/lib.macosx-12-arm64-cpython-310/lpu/commands
  52.       copying lpu/commands/guess_langcode.py -> build/lib.macosx-12-arm64-cpython-310/lpu/commands
  53.       copying lpu/commands/random_split.py -> build/lib.macosx-12-arm64-cpython-310/lpu/commands
  54.       copying lpu/commands/dialog.py -> build/lib.macosx-12-arm64-cpython-310/lpu/commands
  55.       copying lpu/commands/abspath.py -> build/lib.macosx-12-arm64-cpython-310/lpu/commands
  56.       copying lpu/commands/__init__.py -> build/lib.macosx-12-arm64-cpython-310/lpu/commands
  57.       copying lpu/commands/clean_parallel.py -> build/lib.macosx-12-arm64-cpython-310/lpu/commands
  58.       copying lpu/commands/exec_parallel.py -> build/lib.macosx-12-arm64-cpython-310/lpu/commands
  59.       copying lpu/commands/progress.py -> build/lib.macosx-12-arm64-cpython-310/lpu/commands
  60.       copying lpu/commands/wait_files.py -> build/lib.macosx-12-arm64-cpython-310/lpu/commands
  61.       creating build/lib.macosx-12-arm64-cpython-310/lpu/smt/trans_models
  62.       copying lpu/smt/trans_models/normalize.py -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/trans_models
  63.       copying lpu/smt/trans_models/__init__.py -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/trans_models
  64.       copying lpu/smt/trans_models/convert_extract.py -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/trans_models
  65.       copying lpu/smt/trans_models/filter.py -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/trans_models
  66.       copying lpu/smt/trans_models/make_glue_rules.py -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/trans_models
  67.       creating build/lib.macosx-12-arm64-cpython-310/lpu/smt/align
  68.       copying lpu/smt/align/__init__.py -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/align
  69.       copying lpu/VERSION -> build/lib.macosx-12-arm64-cpython-310/lpu
  70.       copying lpu/metrics/ribes.pyx -> build/lib.macosx-12-arm64-cpython-310/lpu/metrics
  71.       copying lpu/metrics/bleu.pyx -> build/lib.macosx-12-arm64-cpython-310/lpu/metrics
  72.       copying lpu/common/compat.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  73.       copying lpu/common/vocab.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  74.       copying lpu/common/logging.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  75.       copying lpu/common/environ.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  76.       copying lpu/common/numbers.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  77.       copying lpu/common/config.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  78.       copying lpu/common/progress.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  79.       copying lpu/common/colors.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/common
  80.       copying lpu/data_structs/trees.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/data_structs
  81.       copying lpu/data_structs/trie.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/data_structs
  82.       copying lpu/smt/trans_models/records.pyx -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/trans_models
  83.       copying lpu/smt/trans_models/tables.pyx -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/trans_models
  84.       copying lpu/smt/trans_models/triangulate.pyx -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/trans_models
  85.       copying lpu/smt/align/ibm_model2.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/align
  86.       copying lpu/smt/align/ibm_models.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/align
  87.       copying lpu/smt/align/ibm_model1.pxd -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/align
  88.       copying lpu/smt/align/ibm_model1.pyx -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/align
  89.       copying lpu/smt/align/ibm_models.pyx -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/align
  90.       copying lpu/smt/align/ibm_model2.pyx -> build/lib.macosx-12-arm64-cpython-310/lpu/smt/align
  91.       running build_ext
  92.       building 'lpu.metrics.bleu' extension
  93.       creating build/temp.macosx-12-arm64-cpython-310
  94.       creating build/temp.macosx-12-arm64-cpython-310/lpu
  95.       creating build/temp.macosx-12-arm64-cpython-310/lpu/metrics
  96.       clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/Users/novski/Life/code/python/tests/dnsmasq-webconf/.venv/lib/python3.10/site-packages/numpy/core/include -I/Users/novski/Life/code/python/tests/dnsmasq-webconf/.venv/include -I/opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10 -c lpu/metrics/bleu.cpp -o build/temp.macosx-12-arm64-cpython-310/lpu/metrics/bleu.o
  97.       lpu/metrics/bleu.cpp:3560:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  98.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  99.                            ^
  100.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  101.             PyUnicode_WSTR_LENGTH(op) :                    \
  102.             ^
  103.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  104.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  105.                                         ^
  106.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  107.       Py_DEPRECATED(3.3)
  108.       ^
  109.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  110.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  111.                                                            ^
  112.       lpu/metrics/bleu.cpp:3560:22: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  113.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  114.                            ^
  115.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  116.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  117.                    ^
  118.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  119.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  120.       ^
  121.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  122.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  123.                                                            ^
  124.       lpu/metrics/bleu.cpp:3560:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  125.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  126.                            ^
  127.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  128.              PyUnicode_WSTR_LENGTH(op)))
  129.              ^
  130.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  131.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  132.                                         ^
  133.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  134.       Py_DEPRECATED(3.3)
  135.       ^
  136.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  137.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  138.                                                            ^
  139.       lpu/metrics/bleu.cpp:3560:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  140.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  141.                                                          ^
  142.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  143.             PyUnicode_WSTR_LENGTH(op) :                    \
  144.             ^
  145.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  146.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  147.                                         ^
  148.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  149.       Py_DEPRECATED(3.3)
  150.       ^
  151.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  152.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  153.                                                            ^
  154.       lpu/metrics/bleu.cpp:3560:52: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  155.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  156.                                                          ^
  157.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  158.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  159.                    ^
  160.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  161.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  162.       ^
  163.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  164.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  165.                                                            ^
  166.       lpu/metrics/bleu.cpp:3560:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  167.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  168.                                                          ^
  169.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  170.              PyUnicode_WSTR_LENGTH(op)))
  171.              ^
  172.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  173.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  174.                                         ^
  175.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  176.       Py_DEPRECATED(3.3)
  177.       ^
  178.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  179.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  180.                                                            ^
  181.       lpu/metrics/bleu.cpp:3576:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  182.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  183.                                ^
  184.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  185.             PyUnicode_WSTR_LENGTH(op) :                    \
  186.             ^
  187.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  188.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  189.                                         ^
  190.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  191.       Py_DEPRECATED(3.3)
  192.       ^
  193.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  194.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  195.                                                            ^
  196.       lpu/metrics/bleu.cpp:3576:26: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  197.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  198.                                ^
  199.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  200.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  201.                    ^
  202.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  203.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  204.       ^
  205.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  206.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  207.                                                            ^
  208.       lpu/metrics/bleu.cpp:3576:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  209.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  210.                                ^
  211.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  212.              PyUnicode_WSTR_LENGTH(op)))
  213.              ^
  214.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  215.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  216.                                         ^
  217.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  218.       Py_DEPRECATED(3.3)
  219.       ^
  220.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  221.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  222.                                                            ^
  223.       lpu/metrics/bleu.cpp:3576:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  224.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  225.                                                                 ^
  226.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  227.             PyUnicode_WSTR_LENGTH(op) :                    \
  228.             ^
  229.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  230.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  231.                                         ^
  232.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  233.       Py_DEPRECATED(3.3)
  234.       ^
  235.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  236.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  237.                                                            ^
  238.       lpu/metrics/bleu.cpp:3576:59: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  239.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  240.                                                                 ^
  241.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  242.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  243.                    ^
  244.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  245.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  246.       ^
  247.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  248.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  249.                                                            ^
  250.       lpu/metrics/bleu.cpp:3576:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  251.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  252.                                                                 ^
  253.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  254.              PyUnicode_WSTR_LENGTH(op)))
  255.              ^
  256.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  257.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  258.                                         ^
  259.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  260.       Py_DEPRECATED(3.3)
  261.       ^
  262.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  263.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  264.                                                            ^
  265.       lpu/metrics/bleu.cpp:3966:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  266.                           CYTHON_FALLTHROUGH;
  267.                           ^
  268.       lpu/metrics/bleu.cpp:290:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  269.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  270.                                        ^
  271.       lpu/metrics/bleu.cpp:3977:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  272.                           CYTHON_FALLTHROUGH;
  273.                           ^
  274.       lpu/metrics/bleu.cpp:290:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  275.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  276.                                        ^
  277.       14 warnings generated.
  278.       clang++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk build/temp.macosx-12-arm64-cpython-310/lpu/metrics/bleu.o -o build/lib.macosx-12-arm64-cpython-310/lpu/metrics/bleu.cpython-310-darwin.so
  279.       ld: warning: -undefined dynamic_lookup may not work with chained fixups
  280.       building 'lpu.metrics.ribes' extension
  281.       clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/Users/novski/Life/code/python/tests/dnsmasq-webconf/.venv/lib/python3.10/site-packages/numpy/core/include -I/Users/novski/Life/code/python/tests/dnsmasq-webconf/.venv/include -I/opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10 -c lpu/metrics/ribes.cpp -o build/temp.macosx-12-arm64-cpython-310/lpu/metrics/ribes.o
  282.       lpu/metrics/ribes.cpp:3351:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  283.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  284.                            ^
  285.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  286.             PyUnicode_WSTR_LENGTH(op) :                    \
  287.             ^
  288.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  289.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  290.                                         ^
  291.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  292.       Py_DEPRECATED(3.3)
  293.       ^
  294.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  295.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  296.                                                            ^
  297.       lpu/metrics/ribes.cpp:3351:22: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  298.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  299.                            ^
  300.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  301.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  302.                    ^
  303.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  304.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  305.       ^
  306.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  307.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  308.                                                            ^
  309.       lpu/metrics/ribes.cpp:3351:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  310.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  311.                            ^
  312.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  313.              PyUnicode_WSTR_LENGTH(op)))
  314.              ^
  315.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  316.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  317.                                         ^
  318.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  319.       Py_DEPRECATED(3.3)
  320.       ^
  321.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  322.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  323.                                                            ^
  324.       lpu/metrics/ribes.cpp:3351:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  325.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  326.                                                          ^
  327.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  328.             PyUnicode_WSTR_LENGTH(op) :                    \
  329.             ^
  330.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  331.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  332.                                         ^
  333.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  334.       Py_DEPRECATED(3.3)
  335.       ^
  336.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  337.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  338.                                                            ^
  339.       lpu/metrics/ribes.cpp:3351:52: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  340.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  341.                                                          ^
  342.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  343.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  344.                    ^
  345.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  346.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  347.       ^
  348.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  349.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  350.                                                            ^
  351.       lpu/metrics/ribes.cpp:3351:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  352.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  353.                                                          ^
  354.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  355.              PyUnicode_WSTR_LENGTH(op)))
  356.              ^
  357.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  358.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  359.                                         ^
  360.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  361.       Py_DEPRECATED(3.3)
  362.       ^
  363.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  364.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  365.                                                            ^
  366.       lpu/metrics/ribes.cpp:3367:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  367.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  368.                                ^
  369.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  370.             PyUnicode_WSTR_LENGTH(op) :                    \
  371.             ^
  372.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  373.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  374.                                         ^
  375.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  376.       Py_DEPRECATED(3.3)
  377.       ^
  378.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  379.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  380.                                                            ^
  381.       lpu/metrics/ribes.cpp:3367:26: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  382.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  383.                                ^
  384.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  385.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  386.                    ^
  387.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  388.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  389.       ^
  390.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  391.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  392.                                                            ^
  393.       lpu/metrics/ribes.cpp:3367:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  394.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  395.                                ^
  396.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  397.              PyUnicode_WSTR_LENGTH(op)))
  398.              ^
  399.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  400.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  401.                                         ^
  402.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  403.       Py_DEPRECATED(3.3)
  404.       ^
  405.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  406.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  407.                                                            ^
  408.       lpu/metrics/ribes.cpp:3367:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  409.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  410.                                                                 ^
  411.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  412.             PyUnicode_WSTR_LENGTH(op) :                    \
  413.             ^
  414.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  415.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  416.                                         ^
  417.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  418.       Py_DEPRECATED(3.3)
  419.       ^
  420.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  421.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  422.                                                            ^
  423.       lpu/metrics/ribes.cpp:3367:59: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  424.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  425.                                                                 ^
  426.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  427.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  428.                    ^
  429.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  430.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  431.       ^
  432.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  433.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  434.                                                            ^
  435.       lpu/metrics/ribes.cpp:3367:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  436.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  437.                                                                 ^
  438.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  439.              PyUnicode_WSTR_LENGTH(op)))
  440.              ^
  441.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  442.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  443.                                         ^
  444.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  445.       Py_DEPRECATED(3.3)
  446.       ^
  447.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  448.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  449.                                                            ^
  450.       lpu/metrics/ribes.cpp:3562:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  451.                           CYTHON_FALLTHROUGH;
  452.                           ^
  453.       lpu/metrics/ribes.cpp:290:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  454.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  455.                                        ^
  456.       lpu/metrics/ribes.cpp:3573:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  457.                           CYTHON_FALLTHROUGH;
  458.                           ^
  459.       lpu/metrics/ribes.cpp:290:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  460.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  461.                                        ^
  462.       lpu/metrics/ribes.cpp:4132:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  463.                           CYTHON_FALLTHROUGH;
  464.                           ^
  465.       lpu/metrics/ribes.cpp:290:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  466.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  467.                                        ^
  468.       lpu/metrics/ribes.cpp:4143:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  469.                           CYTHON_FALLTHROUGH;
  470.                           ^
  471.       lpu/metrics/ribes.cpp:290:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  472.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  473.                                        ^
  474.       16 warnings generated.
  475.       clang++ -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk build/temp.macosx-12-arm64-cpython-310/lpu/metrics/ribes.o -o build/lib.macosx-12-arm64-cpython-310/lpu/metrics/ribes.cpython-310-darwin.so
  476.       ld: warning: -undefined dynamic_lookup may not work with chained fixups
  477.       building 'lpu.smt.trans_models.triangulate' extension
  478.       creating build/temp.macosx-12-arm64-cpython-310/lpu/smt
  479.       creating build/temp.macosx-12-arm64-cpython-310/lpu/smt/trans_models
  480.       clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/Users/novski/Life/code/python/tests/dnsmasq-webconf/.venv/lib/python3.10/site-packages/numpy/core/include -I/Users/novski/Life/code/python/tests/dnsmasq-webconf/.venv/include -I/opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10 -c lpu/smt/trans_models/triangulate.c -o build/temp.macosx-12-arm64-cpython-310/lpu/smt/trans_models/triangulate.o
  481.       lpu/smt/trans_models/triangulate.c:18135:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  482.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  483.                            ^
  484.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  485.             PyUnicode_WSTR_LENGTH(op) :                    \
  486.             ^
  487.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  488.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  489.                                         ^
  490.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  491.       Py_DEPRECATED(3.3)
  492.       ^
  493.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  494.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  495.                                                            ^
  496.       lpu/smt/trans_models/triangulate.c:18135:22: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  497.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  498.                            ^
  499.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  500.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  501.                    ^
  502.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  503.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  504.       ^
  505.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  506.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  507.                                                            ^
  508.       lpu/smt/trans_models/triangulate.c:18135:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  509.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  510.                            ^
  511.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  512.              PyUnicode_WSTR_LENGTH(op)))
  513.              ^
  514.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  515.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  516.                                         ^
  517.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  518.       Py_DEPRECATED(3.3)
  519.       ^
  520.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  521.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  522.                                                            ^
  523.       lpu/smt/trans_models/triangulate.c:18135:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  524.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  525.                                                          ^
  526.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  527.             PyUnicode_WSTR_LENGTH(op) :                    \
  528.             ^
  529.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  530.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  531.                                         ^
  532.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  533.       Py_DEPRECATED(3.3)
  534.       ^
  535.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  536.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  537.                                                            ^
  538.       lpu/smt/trans_models/triangulate.c:18135:52: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  539.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  540.                                                          ^
  541.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  542.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  543.                    ^
  544.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  545.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  546.       ^
  547.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  548.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  549.                                                            ^
  550.       lpu/smt/trans_models/triangulate.c:18135:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  551.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  552.                                                          ^
  553.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  554.              PyUnicode_WSTR_LENGTH(op)))
  555.              ^
  556.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  557.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  558.                                         ^
  559.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  560.       Py_DEPRECATED(3.3)
  561.       ^
  562.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  563.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  564.                                                            ^
  565.       lpu/smt/trans_models/triangulate.c:18151:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  566.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  567.                                ^
  568.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  569.             PyUnicode_WSTR_LENGTH(op) :                    \
  570.             ^
  571.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  572.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  573.                                         ^
  574.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  575.       Py_DEPRECATED(3.3)
  576.       ^
  577.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  578.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  579.                                                            ^
  580.       lpu/smt/trans_models/triangulate.c:18151:26: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  581.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  582.                                ^
  583.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  584.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  585.                    ^
  586.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  587.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  588.       ^
  589.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  590.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  591.                                                            ^
  592.       lpu/smt/trans_models/triangulate.c:18151:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  593.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  594.                                ^
  595.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  596.              PyUnicode_WSTR_LENGTH(op)))
  597.              ^
  598.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  599.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  600.                                         ^
  601.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  602.       Py_DEPRECATED(3.3)
  603.       ^
  604.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  605.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  606.                                                            ^
  607.       lpu/smt/trans_models/triangulate.c:18151:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  608.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  609.                                                                 ^
  610.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  611.             PyUnicode_WSTR_LENGTH(op) :                    \
  612.             ^
  613.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  614.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  615.                                         ^
  616.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  617.       Py_DEPRECATED(3.3)
  618.       ^
  619.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  620.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  621.                                                            ^
  622.       lpu/smt/trans_models/triangulate.c:18151:59: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  623.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  624.                                                                 ^
  625.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  626.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  627.                    ^
  628.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  629.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  630.       ^
  631.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  632.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  633.                                                            ^
  634.       lpu/smt/trans_models/triangulate.c:18151:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  635.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  636.                                                                 ^
  637.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  638.              PyUnicode_WSTR_LENGTH(op)))
  639.              ^
  640.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  641.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  642.                                         ^
  643.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  644.       Py_DEPRECATED(3.3)
  645.       ^
  646.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  647.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  648.                                                            ^
  649.       lpu/smt/trans_models/triangulate.c:19092:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  650.                           CYTHON_FALLTHROUGH;
  651.                           ^
  652.       lpu/smt/trans_models/triangulate.c:289:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  653.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  654.                                        ^
  655.       lpu/smt/trans_models/triangulate.c:19103:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  656.                           CYTHON_FALLTHROUGH;
  657.                           ^
  658.       lpu/smt/trans_models/triangulate.c:289:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  659.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  660.                                        ^
  661.       lpu/smt/trans_models/triangulate.c:19818:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  662.                           CYTHON_FALLTHROUGH;
  663.                           ^
  664.       lpu/smt/trans_models/triangulate.c:289:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  665.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  666.                                        ^
  667.       lpu/smt/trans_models/triangulate.c:19829:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  668.                           CYTHON_FALLTHROUGH;
  669.                           ^
  670.       lpu/smt/trans_models/triangulate.c:289:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  671.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  672.                                        ^
  673.       lpu/smt/trans_models/triangulate.c:20067:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  674.                           CYTHON_FALLTHROUGH;
  675.                           ^
  676.       lpu/smt/trans_models/triangulate.c:289:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  677.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  678.                                        ^
  679.       lpu/smt/trans_models/triangulate.c:20078:21: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
  680.                           CYTHON_FALLTHROUGH;
  681.                           ^
  682.       lpu/smt/trans_models/triangulate.c:289:34: note: expanded from macro 'CYTHON_FALLTHROUGH'
  683.             #define CYTHON_FALLTHROUGH __attribute__((fallthrough))
  684.                                        ^
  685.       18 warnings generated.
  686.       clang -bundle -undefined dynamic_lookup -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk build/temp.macosx-12-arm64-cpython-310/lpu/smt/trans_models/triangulate.o -o build/lib.macosx-12-arm64-cpython-310/lpu/smt/trans_models/triangulate.cpython-310-darwin.so
  687.       ld: warning: -undefined dynamic_lookup may not work with chained fixups
  688.       building 'lpu.smt.trans_models.tables' extension
  689.       clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk -I/Users/novski/Life/code/python/tests/dnsmasq-webconf/.venv/lib/python3.10/site-packages/numpy/core/include -I/Users/novski/Life/code/python/tests/dnsmasq-webconf/.venv/include -I/opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10 -c lpu/smt/trans_models/tables.cpp -o build/temp.macosx-12-arm64-cpython-310/lpu/smt/trans_models/tables.o
  690.       lpu/smt/trans_models/tables.cpp:2813:46: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  691.           __pyx_t_4 = (__pyx_v_field != Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_field) != 0);
  692.                                                    ^
  693.       lpu/smt/trans_models/tables.cpp:468:108: note: expanded from macro '__Pyx_PyUnicode_IS_TRUE'
  694.         #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != (likely(PyUnicode_IS_READY(u)) ? PyUnicode_GET_LENGTH(u) : PyUnicode_GET_SIZE(u)))
  695.                                                                                                                  ^
  696.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  697.             PyUnicode_WSTR_LENGTH(op) :                    \
  698.             ^
  699.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  700.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  701.                                         ^
  702.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  703.       Py_DEPRECATED(3.3)
  704.       ^
  705.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  706.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  707.                                                            ^
  708.       lpu/smt/trans_models/tables.cpp:2813:46: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  709.           __pyx_t_4 = (__pyx_v_field != Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_field) != 0);
  710.                                                    ^
  711.       lpu/smt/trans_models/tables.cpp:468:108: note: expanded from macro '__Pyx_PyUnicode_IS_TRUE'
  712.         #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != (likely(PyUnicode_IS_READY(u)) ? PyUnicode_GET_LENGTH(u) : PyUnicode_GET_SIZE(u)))
  713.                                                                                                                  ^
  714.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  715.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  716.                    ^
  717.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  718.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  719.       ^
  720.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  721.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  722.                                                            ^
  723.       lpu/smt/trans_models/tables.cpp:2813:46: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  724.           __pyx_t_4 = (__pyx_v_field != Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_field) != 0);
  725.                                                    ^
  726.       lpu/smt/trans_models/tables.cpp:468:108: note: expanded from macro '__Pyx_PyUnicode_IS_TRUE'
  727.         #define __Pyx_PyUnicode_IS_TRUE(u)      (0 != (likely(PyUnicode_IS_READY(u)) ? PyUnicode_GET_LENGTH(u) : PyUnicode_GET_SIZE(u)))
  728.                                                                                                                  ^
  729.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  730.              PyUnicode_WSTR_LENGTH(op)))
  731.              ^
  732.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  733.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  734.                                         ^
  735.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  736.       Py_DEPRECATED(3.3)
  737.       ^
  738.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  739.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  740.                                                            ^
  741.       lpu/smt/trans_models/tables.cpp:10256:16: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations]
  742.               return PyUnicode_FromUnicode(NULL, 0);
  743.                      ^
  744.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:551:1: note: 'PyUnicode_FromUnicode' has been explicitly marked deprecated here
  745.       Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode(
  746.       ^
  747.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  748.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  749.                                                            ^
  750.       lpu/smt/trans_models/tables.cpp:10441:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  751.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  752.                            ^
  753.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  754.             PyUnicode_WSTR_LENGTH(op) :                    \
  755.             ^
  756.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  757.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  758.                                         ^
  759.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  760.       Py_DEPRECATED(3.3)
  761.       ^
  762.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  763.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  764.                                                            ^
  765.       lpu/smt/trans_models/tables.cpp:10441:22: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  766.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  767.                            ^
  768.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  769.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  770.                    ^
  771.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  772.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  773.       ^
  774.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  775.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  776.                                                            ^
  777.       lpu/smt/trans_models/tables.cpp:10441:22: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  778.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  779.                            ^
  780.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  781.              PyUnicode_WSTR_LENGTH(op)))
  782.              ^
  783.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  784.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  785.                                         ^
  786.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  787.       Py_DEPRECATED(3.3)
  788.       ^
  789.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  790.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  791.                                                            ^
  792.       lpu/smt/trans_models/tables.cpp:10441:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  793.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  794.                                                          ^
  795.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  796.             PyUnicode_WSTR_LENGTH(op) :                    \
  797.             ^
  798.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  799.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  800.                                         ^
  801.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  802.       Py_DEPRECATED(3.3)
  803.       ^
  804.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  805.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  806.                                                            ^
  807.       lpu/smt/trans_models/tables.cpp:10441:52: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  808.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  809.                                                          ^
  810.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  811.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  812.                    ^
  813.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  814.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  815.       ^
  816.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  817.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  818.                                                            ^
  819.       lpu/smt/trans_models/tables.cpp:10441:52: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  820.                           (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 :
  821.                                                          ^
  822.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  823.              PyUnicode_WSTR_LENGTH(op)))
  824.              ^
  825.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  826.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  827.                                         ^
  828.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  829.       Py_DEPRECATED(3.3)
  830.       ^
  831.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  832.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  833.                                                            ^
  834.       lpu/smt/trans_models/tables.cpp:10457:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  835.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  836.                                ^
  837.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  838.             PyUnicode_WSTR_LENGTH(op) :                    \
  839.             ^
  840.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  841.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  842.                                         ^
  843.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  844.       Py_DEPRECATED(3.3)
  845.       ^
  846.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  847.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  848.                                                            ^
  849.       lpu/smt/trans_models/tables.cpp:10457:26: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  850.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  851.                                ^
  852.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  853.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  854.                    ^
  855.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  856.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  857.       ^
  858.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  859.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  860.                                                            ^
  861.       lpu/smt/trans_models/tables.cpp:10457:26: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  862.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  863.                                ^
  864.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  865.              PyUnicode_WSTR_LENGTH(op)))
  866.              ^
  867.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  868.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  869.                                         ^
  870.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  871.       Py_DEPRECATED(3.3)
  872.       ^
  873.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  874.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  875.                                                            ^
  876.       lpu/smt/trans_models/tables.cpp:10457:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  877.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  878.                                                                 ^
  879.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:261:7: note: expanded from macro 'PyUnicode_GET_SIZE'
  880.             PyUnicode_WSTR_LENGTH(op) :                    \
  881.             ^
  882.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  883.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  884.                                         ^
  885.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  886.       Py_DEPRECATED(3.3)
  887.       ^
  888.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  889.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  890.                                                            ^
  891.       lpu/smt/trans_models/tables.cpp:10457:59: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations]
  892.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  893.                                                                 ^
  894.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:262:14: note: expanded from macro 'PyUnicode_GET_SIZE'
  895.             ((void)PyUnicode_AsUnicode(_PyObject_CAST(op)),\
  896.                    ^
  897.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:580:1: note: 'PyUnicode_AsUnicode' has been explicitly marked deprecated here
  898.       Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
  899.       ^
  900.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  901.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  902.                                                            ^
  903.       lpu/smt/trans_models/tables.cpp:10457:59: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations]
  904.                               (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 :
  905.                                                                 ^
  906.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:264:8: note: expanded from macro 'PyUnicode_GET_SIZE'
  907.              PyUnicode_WSTR_LENGTH(op)))
  908.              ^
  909.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:451:35: note: expanded from macro 'PyUnicode_WSTR_LENGTH'
  910.       #define PyUnicode_WSTR_LENGTH(op) _PyUnicode_get_wstr_length((PyObject*)op)
  911.                                         ^
  912.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/cpython/unicodeobject.h:445:1: note: '_PyUnicode_get_wstr_length' has been explicitly marked deprecated here
  913.       Py_DEPRECATED(3.3)
  914.       ^
  915.       /opt/homebrew/opt/python@3.10/Frameworks/Python.framework/Versions/3.10/include/python3.10/pyport.h:513:54: note: expanded from macro 'Py_DEPRECATED'
  916.       #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
  917.                                                            ^
  918.       lpu/smt/trans_models/tables.cpp:13952:19: error: use of undeclared identifier '_PyGen_Send'
  919.                   ret = _PyGen_Send((PyGenObject*)yf, value == Py_None ? NULL : value);
  920.                         ^
  921.       lpu/smt/trans_models/tables.cpp:13957:19: error: use of undeclared identifier '_PyGen_Send'
  922.                   ret = _PyGen_Send((PyGenObject*)yf, value == Py_None ? NULL : value);
  923.                         ^
  924.       lpu/smt/trans_models/tables.cpp:14041:19: error: use of undeclared identifier '_PyGen_Send'
  925.                   ret = _PyGen_Send((PyGenObject*)yf, NULL);
  926.                         ^
  927.       16 warnings and 3 errors generated.
  928.       error: command '/usr/bin/clang' failed with exit code 1
  929.       [end of output]
  930.  
  931.   note: This error originates from a subprocess, and is likely not a problem with pip.
  932. error: legacy-install-failure
  933.  
  934. × Encountered error while trying to install package.
  935. ╰─> lpu
  936.  
  937. note: This is an issue with the package mentioned above, not pip.
  938. hint: See above for output from the failure.
  939.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement