land-of-apps / django-oscar

Domain-driven e-commerce for Django
http://oscarcommerce.com
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Build error #12

Closed kgilpin closed 3 weeks ago

kgilpin commented 3 weeks ago

I'm having a hell of a time installing this on OSX - @apotterri can you help?

(venv) ➜  django-oscar git:(feat/add-fake-data) ✗ pip install uwsgi                            

Collecting uwsgi
  Using cached uwsgi-2.0.26.tar.gz (814 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: uwsgi
  Building wheel for uwsgi (pyproject.toml) ... error
  error: subprocess-exited-with-error

  × Building wheel for uwsgi (pyproject.toml) did not run successfully.
  │ exit code: 1
  ╰─> [372 lines of output]
      /private/var/folders/mp/5v5n_rwj5_1___9fxxwf_msr0000gn/T/pip-build-env-v9glyymk/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'descriptions'
        warnings.warn(msg)
      running bdist_wheel
      running build
      running build_py
      creating build/lib
      copying uwsgidecorators.py -> build/lib
      installing to build/bdist.macosx-11.0-arm64/wheel
      running install
      core/ssl.c:268:26: warning: 'PEM_read_bio_DHparams' is deprecated [-Wdeprecated-declarations]
                      DH *dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
                               ^
      /usr/local/opt/openssl/include/openssl/pem.h:473:21: note: 'PEM_read_bio_DHparams' has been explicitly marked deprecated here
      DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
                          ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:273:25: warning: 'DH_free' is deprecated [-Wdeprecated-declarations]
                              DH_free(dh);
                              ^
      /usr/local/opt/openssl/include/openssl/dh.h:211:1: note: 'DH_free' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:279:24: warning: 'EC_KEY_new_by_curve_name' is deprecated [-Wdeprecated-declarations]
              EC_KEY *ecdh = EC_KEY_new_by_curve_name(NID_X9_62_prime256v1);
                             ^
      /usr/local/opt/openssl/include/openssl/ec.h:1017:1: note: 'EC_KEY_new_by_curve_name' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:283:17: warning: 'EC_KEY_free' is deprecated [-Wdeprecated-declarations]
                      EC_KEY_free(ecdh);
                      ^
      /usr/local/opt/openssl/include/openssl/ec.h:1022:1: note: 'EC_KEY_free' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:563:9: warning: 'SHA1_Init' is deprecated [-Wdeprecated-declarations]
              SHA1_Init(&sha);
              ^
      /usr/local/opt/openssl/include/openssl/sha.h:49:1: note: 'SHA1_Init' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:564:9: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
              SHA1_Update(&sha, src, len);
              ^
      /usr/local/opt/openssl/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:565:9: warning: 'SHA1_Final' is deprecated [-Wdeprecated-declarations]
              SHA1_Final((unsigned char *)dst, &sha);
              ^
      /usr/local/opt/openssl/include/openssl/sha.h:51:1: note: 'SHA1_Final' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:571:2: warning: 'MD5_Init' is deprecated [-Wdeprecated-declarations]
              MD5_Init(&md5);
              ^
      /usr/local/opt/openssl/include/openssl/md5.h:49:1: note: 'MD5_Init' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 int MD5_Init(MD5_CTX *c);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:572:2: warning: 'MD5_Update' is deprecated [-Wdeprecated-declarations]
              MD5_Update(&md5, src, len);
              ^
      /usr/local/opt/openssl/include/openssl/md5.h:50:1: note: 'MD5_Update' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 int MD5_Update(MD5_CTX *c, const void *data, size_t len);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:573:2: warning: 'MD5_Final' is deprecated [-Wdeprecated-declarations]
              MD5_Final((unsigned char *)dst, &md5);
              ^
      /usr/local/opt/openssl/include/openssl/md5.h:51:1: note: 'MD5_Final' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 int MD5_Final(unsigned char *md, MD5_CTX *c);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:579:9: warning: 'SHA1_Init' is deprecated [-Wdeprecated-declarations]
              SHA1_Init(&sha);
              ^
      /usr/local/opt/openssl/include/openssl/sha.h:49:1: note: 'SHA1_Init' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 int SHA1_Init(SHA_CTX *c);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:580:9: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
              SHA1_Update(&sha, s1, len1);
              ^
      /usr/local/opt/openssl/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:581:9: warning: 'SHA1_Update' is deprecated [-Wdeprecated-declarations]
              SHA1_Update(&sha, s2, len2);
              ^
      /usr/local/opt/openssl/include/openssl/sha.h:50:1: note: 'SHA1_Update' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 int SHA1_Update(SHA_CTX *c, const void *data, size_t len);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      core/ssl.c:582:9: warning: 'SHA1_Final' is deprecated [-Wdeprecated-declarations]
              SHA1_Final((unsigned char *)dst, &sha);
              ^
      /usr/local/opt/openssl/include/openssl/sha.h:51:1: note: 'SHA1_Final' has been explicitly marked deprecated here
      OSSL_DEPRECATEDIN_3_0 int SHA1_Final(unsigned char *md, SHA_CTX *c);
      ^
      /usr/local/opt/openssl/include/openssl/macros.h:194:49: note: expanded from macro 'OSSL_DEPRECATEDIN_3_0'
      #   define OSSL_DEPRECATEDIN_3_0                OSSL_DEPRECATED(3.0)
                                                      ^
      /usr/local/opt/openssl/include/openssl/macros.h:62:52: note: expanded from macro 'OSSL_DEPRECATED'
      #     define OSSL_DEPRECATED(since) __attribute__((deprecated))
                                                         ^
      14 warnings generated.
      plugins/python/python_plugin.c:138:76: warning: 'Py_NoSiteFlag' is deprecated [-Wdeprecated-declarations]
              {"no-site", no_argument, 0, "do not import site module", uwsgi_opt_true, &Py_NoSiteFlag, 0},
                                                                                        ^
      /opt/miniconda3/include/python3.12/cpython/pydebug.h:14:1: note: 'Py_NoSiteFlag' has been explicitly marked deprecated here
      Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_NoSiteFlag;
      ^
      /opt/miniconda3/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      plugins/python/pyutils.c:391:2: warning: 'PySys_SetArgv' is deprecated [-Wdeprecated-declarations]
              PySys_SetArgv(up.argc, up.py_argv);
              ^
      /opt/miniconda3/include/python3.12/sysmodule.h:13:1: note: 'PySys_SetArgv' has been explicitly marked deprecated here
      Py_DEPRECATED(3.11) PyAPI_FUNC(void) PySys_SetArgv(int, wchar_t **);
      ^
      /opt/miniconda3/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      plugins/python/python_plugin.c:254:3: warning: 'Py_SetPythonHome' is deprecated [-Wdeprecated-declarations]
                      Py_SetPythonHome(wpyhome);
                      ^
      /opt/miniconda3/include/python3.12/pylifecycle.h:40:1: note: 'Py_SetPythonHome' has been explicitly marked deprecated here
      Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetPythonHome(const wchar_t *);
      ^
      /opt/miniconda3/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      plugins/python/python_plugin.c:278:2: warning: 'Py_SetProgramName' is deprecated [-Wdeprecated-declarations]
              Py_SetProgramName(pname);
              ^
      /opt/miniconda3/include/python3.12/pylifecycle.h:37:1: note: 'Py_SetProgramName' has been explicitly marked deprecated here
      Py_DEPRECATED(3.11) PyAPI_FUNC(void) Py_SetProgramName(const wchar_t *);
      ^
      /opt/miniconda3/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      plugins/python/python_plugin.c:287:2: warning: 'Py_OptimizeFlag' is deprecated [-Wdeprecated-declarations]
              Py_OptimizeFlag = up.optimize;
              ^
      /opt/miniconda3/include/python3.12/cpython/pydebug.h:13:1: note: 'Py_OptimizeFlag' has been explicitly marked deprecated here
      Py_DEPRECATED(3.12) PyAPI_DATA(int) Py_OptimizeFlag;
      ^
      /opt/miniconda3/include/python3.12/pyport.h:317:54: note: expanded from macro 'Py_DEPRECATED'
      #define Py_DEPRECATED(VERSION_UNUSED) __attribute__((__deprecated__))
                                                           ^
      1 warning generated.
      4 warnings generated.
      clang: error: no such file or directory: '/opt/miniconda3/lib/python3.12/config-3.12-darwin/libpython3.12.a'
      using profile: buildconf/default.ini
      detected include path: ['/usr/local/include', '/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include', '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include', '/Library/Developer/CommandLineTools/usr/include', '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks']
      Patching "bin_name" to properly install_scripts dir
      detected CPU cores: 10
      configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/opt/openssl/include -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -mmacosx-version-min=10.5 -DUWSGI_LOCK_USE_OSX_SPINLOCK -DUWSGI_EVENT_USE_KQUEUE -DUWSGI_EVENT_TIMER_USE_KQUEUE -DUWSGI_EVENT_FILEMONITOR_USE_KQUEUE -I/usr/local/Cellar/pcre2/10.44/include -DUWSGI_PCRE2 -DUWSGI_ROUTING -DUWSGI_UUID -DUWSGI_VERSION="\"2.0.26\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="26" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_SSL -DUWSGI_XML -DUWSGI_XML_EXPAT -DUWSGI_PLUGIN_DIR="\".\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(gevent);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(gevent);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);"
      *** uWSGI compiling server core ***
      [thread 1][clang] core/utils.o
      [thread 2][clang] core/protocol.o
      [thread 3][clang] core/socket.o
      [thread 4][clang] core/logging.o
      [thread 5][clang] core/master.o
      [thread 6][clang] core/master_utils.o
      [thread 7][clang] core/emperor.o
      [thread 8][clang] core/notify.o
      [thread 0][clang] core/mule.o
      [thread 9][clang] core/subscription.o
      [thread 8][clang] core/stats.o
      [thread 0][clang] core/sendfile.o
      [thread 2][clang] core/async.o
      [thread 9][clang] core/master_checks.o
      [thread 5][clang] core/fifo.o
      [thread 6][clang] core/offload.o
      [thread 3][clang] core/io.o
      [thread 4][clang] core/static.o
      [thread 7][clang] core/websockets.o
      [thread 0][clang] core/spooler.o
      [thread 8][clang] core/snmp.o
      [thread 5][clang] core/exceptions.o
      [thread 2][clang] core/config.o
      [thread 9][clang] core/setup_utils.o
      [thread 6][clang] core/clock.o
      [thread 1][clang] core/init.o
      [thread 4][clang] core/buffer.o
      [thread 7][clang] core/reader.o
      [thread 0][clang] core/writer.o
      [thread 3][clang] core/alarm.o
      [thread 8][clang] core/cron.o
      [thread 5][clang] core/hooks.o
      [thread 9][clang] core/plugins.o
      [thread 6][clang] core/lock.o
      [thread 2][clang] core/cache.o
      [thread 1][clang] core/daemons.o
      [thread 4][clang] core/errors.o
      [thread 7][clang] core/hash.o
      [thread 8][clang] core/master_events.o
      [thread 0][clang] core/chunked.o
      [thread 3][clang] core/queue.o
      [thread 9][clang] core/event.o
      [thread 6][clang] core/signal.o
      [thread 5][clang] core/strings.o
      [thread 4][clang] core/progress.o
      [thread 7][clang] core/timebomb.o
      [thread 1][clang] core/ini.o
      [thread 8][clang] core/fsmon.o
      [thread 0][clang] core/mount.o
      [thread 2][clang] core/metrics.o
      [thread 3][clang] core/plugins_builder.o
      [thread 9][clang] core/sharedarea.o
      [thread 6][clang] core/rpc.o
      [thread 5][clang] core/gateway.o
      [thread 7][clang] core/loop.o
      [thread 4][clang] core/cookie.o
      [thread 8][clang] core/querystring.o
      [thread 0][clang] core/rb_timers.o
      [thread 1][clang] core/transformations.o
      [thread 3][clang] core/uwsgi.o
      [thread 9][clang] proto/base.o
      [thread 6][clang] proto/uwsgi.o
      [thread 4][clang] proto/http.o
      [thread 5][clang] proto/fastcgi.o
      [thread 8][clang] proto/scgi.o
      [thread 2][clang] proto/puwsgi.o
      [thread 7][clang] core/zlib.o
      [thread 0][clang] core/regexp.o
      [thread 1][clang] core/routing.o
      [thread 6][clang] core/yaml.o
      [thread 9][clang] core/ssl.o
      [thread 5][clang] core/legion.o
      [thread 8][clang] core/xmlconf.o
      [thread 2][clang] core/dot_h.o
      [thread 7][clang] core/config_py.o
      *** uWSGI compiling embedded plugins ***
      [thread 0][clang] plugins/python/python_plugin.o
      [thread 4][clang] plugins/python/pyutils.o
      [thread 2][clang] plugins/python/pyloader.o
      [thread 7][clang] plugins/python/wsgi_handlers.o
      [thread 6][clang] plugins/python/wsgi_headers.o
      [thread 8][clang] plugins/python/wsgi_subhandler.o
      [thread 9][clang] plugins/python/web3_subhandler.o
      [thread 4][clang] plugins/python/pump_subhandler.o
      [thread 5][clang] plugins/python/gil.o
      [thread 1][clang] plugins/python/uwsgi_pymodule.o
      [thread 3][clang] plugins/python/profiler.o
      [thread 2][clang] plugins/python/symimporter.o
      [thread 7][clang] plugins/python/tracebacker.o
      [thread 6][clang] plugins/python/raw.o
      [thread 8][clang] plugins/gevent/gevent.o
      [thread 9][clang] plugins/gevent/hooks.o
      [thread 0][clang] plugins/ping/ping_plugin.o
      [thread 5][clang] plugins/cache/cache.o
      [thread 4][clang] plugins/nagios/nagios.o
      [thread 3][clang] plugins/rrdtool/rrdtool.o
      [thread 2][clang] plugins/carbon/carbon.o
      [thread 7][clang] plugins/rpc/rpc_plugin.o
      [thread 6][clang] plugins/corerouter/cr_common.o
      [thread 0][clang] plugins/corerouter/cr_map.o
      [thread 9][clang] plugins/corerouter/corerouter.o
      [thread 8][clang] plugins/fastrouter/fastrouter.o
      [thread 5][clang] plugins/http/http.o
      [thread 4][clang] plugins/http/keepalive.o
      [thread 3][clang] plugins/http/https.o
      [thread 6][clang] plugins/http/spdy3.o
      [thread 2][clang] plugins/signal/signal_plugin.o
      [thread 0][clang] plugins/syslog/syslog_plugin.o
      [thread 1][clang] plugins/rsyslog/rsyslog_plugin.o
      [thread 7][clang] plugins/logsocket/logsocket_plugin.o
      [thread 8][clang] plugins/router_uwsgi/router_uwsgi.o
      [thread 9][clang] plugins/router_redirect/router_redirect.o
      [thread 4][clang] plugins/router_basicauth/router_basicauth.o
      [thread 2][clang] plugins/zergpool/zergpool.o
      [thread 5][clang] plugins/redislog/redislog_plugin.o
      [thread 0][clang] plugins/mongodblog/mongodblog_plugin.o
      [thread 3][clang] plugins/router_rewrite/router_rewrite.o
      [thread 7][clang] plugins/router_http/router_http.o
      [thread 1][clang] plugins/logfile/logfile.o
      [thread 6][clang] plugins/router_cache/router_cache.o
      [thread 8][clang] plugins/rawrouter/rawrouter.o
      [thread 9][clang] plugins/router_static/router_static.o
      [thread 4][clang] plugins/sslrouter/sslrouter.o
      [thread 3][clang] plugins/spooler/spooler_plugin.o
      [thread 0][clang] plugins/cheaper_busyness/cheaper_busyness.o
      [thread 2][clang] plugins/symcall/symcall_plugin.o
      [thread 1][clang] plugins/transformation_tofile/tofile.o
      [thread 5][clang] plugins/transformation_gzip/gzip.o
      [thread 7][clang] plugins/transformation_chunked/chunked.o
      [thread 6][clang] plugins/transformation_offload/offload.o
      [thread 8][clang] plugins/router_memcached/router_memcached.o
      [thread 9][clang] plugins/router_redis/router_redis.o
      [thread 3][clang] plugins/router_hash/router_hash.o
      [thread 5][clang] plugins/router_expires/expires.o
      [thread 7][clang] plugins/router_metrics/plugin.o
      [thread 2][clang] plugins/transformation_template/tt.o
      [thread 0][clang] plugins/stats_pusher_socket/plugin.o
      *** uWSGI linking ***
      clang -o build/bdist.macosx-11.0-arm64/wheel/uWSGI-2.0.26.data/scripts/uwsgi -L/usr/local/opt/openssl/lib core/utils.o core/protocol.o core/socket.o core/logging.o core/master.o core/master_utils.o core/emperor.o core/notify.o core/mule.o core/subscription.o core/stats.o core/sendfile.o core/async.o core/master_checks.o core/fifo.o core/offload.o core/io.o core/static.o core/websockets.o core/spooler.o core/snmp.o core/exceptions.o core/config.o core/setup_utils.o core/clock.o core/init.o core/buffer.o core/reader.o core/writer.o core/alarm.o core/cron.o core/hooks.o core/plugins.o core/lock.o core/cache.o core/daemons.o core/errors.o core/hash.o core/master_events.o core/chunked.o core/queue.o core/event.o core/signal.o core/strings.o core/progress.o core/timebomb.o core/ini.o core/fsmon.o core/mount.o core/metrics.o core/plugins_builder.o core/sharedarea.o core/rpc.o core/gateway.o core/loop.o core/cookie.o core/querystring.o core/rb_timers.o core/transformations.o core/uwsgi.o proto/base.o proto/uwsgi.o proto/http.o proto/fastcgi.o proto/scgi.o proto/puwsgi.o core/zlib.o core/regexp.o core/routing.o core/yaml.o core/ssl.o core/legion.o core/xmlconf.o core/dot_h.o core/config_py.o plugins/python/python_plugin.o plugins/python/pyutils.o plugins/python/pyloader.o plugins/python/wsgi_handlers.o plugins/python/wsgi_headers.o plugins/python/wsgi_subhandler.o plugins/python/web3_subhandler.o plugins/python/pump_subhandler.o plugins/python/gil.o plugins/python/uwsgi_pymodule.o plugins/python/profiler.o plugins/python/symimporter.o plugins/python/tracebacker.o plugins/python/raw.o plugins/gevent/gevent.o plugins/gevent/hooks.o plugins/ping/ping_plugin.o plugins/cache/cache.o plugins/nagios/nagios.o plugins/rrdtool/rrdtool.o plugins/carbon/carbon.o plugins/rpc/rpc_plugin.o plugins/corerouter/cr_common.o plugins/corerouter/cr_map.o plugins/corerouter/corerouter.o plugins/fastrouter/fastrouter.o plugins/http/http.o plugins/http/keepalive.o plugins/http/https.o plugins/http/spdy3.o plugins/signal/signal_plugin.o plugins/syslog/syslog_plugin.o plugins/rsyslog/rsyslog_plugin.o plugins/logsocket/logsocket_plugin.o plugins/router_uwsgi/router_uwsgi.o plugins/router_redirect/router_redirect.o plugins/router_basicauth/router_basicauth.o plugins/zergpool/zergpool.o plugins/redislog/redislog_plugin.o plugins/mongodblog/mongodblog_plugin.o plugins/router_rewrite/router_rewrite.o plugins/router_http/router_http.o plugins/logfile/logfile.o plugins/router_cache/router_cache.o plugins/rawrouter/rawrouter.o plugins/router_static/router_static.o plugins/sslrouter/sslrouter.o plugins/spooler/spooler_plugin.o plugins/cheaper_busyness/cheaper_busyness.o plugins/symcall/symcall_plugin.o plugins/transformation_tofile/tofile.o plugins/transformation_gzip/gzip.o plugins/transformation_chunked/chunked.o plugins/transformation_offload/offload.o plugins/router_memcached/router_memcached.o plugins/router_redis/router_redis.o plugins/router_hash/router_hash.o plugins/router_expires/expires.o plugins/router_metrics/plugin.o plugins/transformation_template/tt.o plugins/stats_pusher_socket/plugin.o -lpthread -lm -lz -L/usr/local/Cellar/pcre2/10.44/lib -lpcre2-8 -lssl -lcrypto -lexpat -ldl -framework CoreFoundation /opt/miniconda3/lib/python3.12/config-3.12-darwin/libpython3.12.a
      *** error linking uWSGI ***
      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
  ERROR: Failed building wheel for uwsgi
Failed to build uwsgi
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (uwsgi)
apotterri commented 3 weeks ago

Looks like we've got it fixed. LMK if it gives you further troubles.

kgilpin commented 3 weeks ago

Upshot - use Python 3.11, not 3.12. This is likely to change over time, but as of today on Mac Apple silicon, that was the solution.