René's URL Explorer Experiment


Title: Compilation issue on macOS 12.3 · Issue #103 · pybind/python_example · GitHub

Open Graph Title: Compilation issue on macOS 12.3 · Issue #103 · pybind/python_example

X Title: Compilation issue on macOS 12.3 · Issue #103 · pybind/python_example

Description: This likely seems to be an issue on my end, but I haven't been able to figure this out, so hopefully someone on here has an idea. Here's the error I get when I clone the repo and run pip install --verbose .. For context, I'm in a 2019 16...

Open Graph Description: This likely seems to be an issue on my end, but I haven't been able to figure this out, so hopefully someone on here has an idea. Here's the error I get when I clone the repo and run pip install --...

X Description: This likely seems to be an issue on my end, but I haven't been able to figure this out, so hopefully someone on here has an idea. Here's the error I get when I clone the repo and run pip in...

Opengraph URL: https://github.com/pybind/python_example/issues/103

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Compilation issue on macOS 12.3","articleBody":"This likely seems to be an issue on my end, but I haven't been able to figure this out, so hopefully someone on here has an idea. Here's the error I get when I clone the repo and run `pip install --verbose .`.\r\n\r\nFor context, I'm in a 2019 16\" macbook pro (Intel i7, so shouldn't be any ARM weirdness with m1 chips).\r\n\r\n```\r\n$ pip install --verbose . \r\nUsing pip 22.0.4 from /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip (python 3.10)\r\nProcessing /Users/mustafa/scratch/python_example\r\n  Running command pip subprocess to install build dependencies\r\n  Collecting setuptools\u003e=42\r\n    Using cached setuptools-62.1.0-py3-none-any.whl (1.1 MB)\r\n  Collecting wheel\r\n    Using cached wheel-0.37.1-py2.py3-none-any.whl (35 kB)\r\n  Collecting pybind11\u003e=2.8.0\r\n    Using cached pybind11-2.9.2-py2.py3-none-any.whl (213 kB)\r\n  Installing collected packages: wheel, setuptools, pybind11\r\n  Successfully installed pybind11-2.9.2 setuptools-62.1.0 wheel-0.37.1\r\n  Installing build dependencies ... done\r\n  Running command Getting requirements to build wheel\r\n  running egg_info\r\n  writing python_example.egg-info/PKG-INFO\r\n  writing dependency_links to python_example.egg-info/dependency_links.txt\r\n  writing requirements to python_example.egg-info/requires.txt\r\n  writing top-level names to python_example.egg-info/top_level.txt\r\n  reading manifest file 'python_example.egg-info/SOURCES.txt'\r\n  adding license file 'LICENSE'\r\n  writing manifest file 'python_example.egg-info/SOURCES.txt'\r\n  Getting requirements to build wheel ... done\r\n  Running command Preparing metadata (pyproject.toml)\r\n  running dist_info\r\n  creating /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-modern-metadata-u0parlky/python_example.egg-info\r\n  writing /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-modern-metadata-u0parlky/python_example.egg-info/PKG-INFO\r\n  writing dependency_links to /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-modern-metadata-u0parlky/python_example.egg-info/dependency_links.txt\r\n  writing requirements to /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-modern-metadata-u0parlky/python_example.egg-info/requires.txt\r\n  writing top-level names to /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-modern-metadata-u0parlky/python_example.egg-info/top_level.txt\r\n  writing manifest file '/private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-modern-metadata-u0parlky/python_example.egg-info/SOURCES.txt'\r\n  reading manifest file '/private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-modern-metadata-u0parlky/python_example.egg-info/SOURCES.txt'\r\n  adding license file 'LICENSE'\r\n  writing manifest file '/private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-modern-metadata-u0parlky/python_example.egg-info/SOURCES.txt'\r\n  creating '/private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-modern-metadata-u0parlky/python_example-0.0.1.dist-info'\r\n  adding license file \"LICENSE\" (matched pattern \"LICEN[CS]E*\")\r\n  Preparing metadata (pyproject.toml) ... done\r\nBuilding wheels for collected packages: python-example\r\n  Running command Building wheel for python-example (pyproject.toml)\r\n  running bdist_wheel\r\n  running build\r\n  running build_ext\r\n  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -I/Library/Frameworks/Python.framework/Versions/3.10/include/python3.10 -c flagcheck.cpp -o flagcheck.o -std=c++17\r\n  building 'python_example' extension\r\n  clang -Wno-unused-result -Wsign-compare -Wunreachable-code -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -arch arm64 -arch x86_64 -g -DVERSION_INFO=0.0.1 -I/private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include -I/Library/Frameworks/Python.framework/Versions/3.10/include/python3.10 -c src/main.cpp -o build/temp.macosx-10.9-universal2-cpython-310/src/main.o -std=c++17 -mmacosx-version-min=10.14 -fvisibility=hidden -g0 -stdlib=libc++\r\n  In file included from src/main.cpp:1:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/pybind11.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/class.h:12:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/../attr.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/cast.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/common.h:213:\r\n  In file included from /Library/Frameworks/Python.framework/Versions/3.10/include/python3.10/Python.h:11:\r\n  In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/limits.h:58:\r\n  In file included from /Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include/limits.h:37:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h:63:\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/cdefs.h:807:2: error: Unsupported architecture\r\n  #error Unsupported architecture\r\n   ^\r\n  In file included from src/main.cpp:1:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/pybind11.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/class.h:12:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/../attr.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/cast.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/common.h:213:\r\n  In file included from /Library/Frameworks/Python.framework/Versions/3.10/include/python3.10/Python.h:11:\r\n  In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/limits.h:58:\r\n  In file included from /Library/Developer/CommandLineTools/usr/lib/clang/11.0.0/include/limits.h:37:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/limits.h:64:\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/limits.h:8:2: error: architecture not supported\r\n  #error architecture not supported\r\n   ^\r\n  In file included from src/main.cpp:1:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/pybind11.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/class.h:12:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/../attr.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/cast.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/common.h:213:\r\n  In file included from /Library/Frameworks/Python.framework/Versions/3.10/include/python3.10/Python.h:25:\r\n  In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/stdio.h:108:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:64:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:71:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:33:\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/_types.h:34:2: error: architecture not supported\r\n  #error architecture not supported\r\n   ^\r\n  In file included from src/main.cpp:1:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/pybind11.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/class.h:12:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/../attr.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/cast.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/common.h:213:\r\n  In file included from /Library/Frameworks/Python.framework/Versions/3.10/include/python3.10/Python.h:25:\r\n  In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/stdio.h:108:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:64:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:71:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:27:\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:55:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?\r\n  typedef __int64_t       __darwin_blkcnt_t;      /* total blocks */\r\n          ^\r\n  note: '__int128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:56:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?\r\n  typedef __int32_t       __darwin_blksize_t;     /* preferred block size */\r\n          ^\r\n  note: '__int128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:57:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?\r\n  typedef __int32_t       __darwin_dev_t;         /* dev_t */\r\n          ^\r\n  note: '__int128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:60:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?\r\n  typedef __uint32_t      __darwin_gid_t;         /* [???] process and group IDs */\r\n          ^\r\n  note: '__uint128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:61:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?\r\n  typedef __uint32_t      __darwin_id_t;          /* [XSI] pid_t, uid_t, or gid_t*/\r\n          ^\r\n  note: '__uint128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:62:9: error: unknown type name '__uint64_t'; did you mean '__uint128_t'?\r\n  typedef __uint64_t      __darwin_ino64_t;       /* [???] Used for 64 bit inodes */\r\n          ^\r\n  note: '__uint128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:68:9: error: unknown type name '__darwin_natural_t'\r\n  typedef __darwin_natural_t __darwin_mach_port_name_t; /* Used by mach */\r\n          ^\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:70:9: error: unknown type name '__uint16_t'; did you mean '__uint128_t'?\r\n  typedef __uint16_t      __darwin_mode_t;        /* [???] Some file attributes */\r\n          ^\r\n  note: '__uint128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:71:9: error: unknown type name '__int64_t'; did you mean '__int128_t'?\r\n  typedef __int64_t       __darwin_off_t;         /* [???] Used for file sizes */\r\n          ^\r\n  note: '__int128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:72:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?\r\n  typedef __int32_t       __darwin_pid_t;         /* [???] process and group IDs */\r\n          ^\r\n  note: '__int128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:73:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?\r\n  typedef __uint32_t      __darwin_sigset_t;      /* [???] signal set */\r\n          ^\r\n  note: '__uint128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:74:9: error: unknown type name '__int32_t'; did you mean '__int128_t'?\r\n  typedef __int32_t       __darwin_suseconds_t;   /* [???] microseconds */\r\n          ^\r\n  note: '__int128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:75:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?\r\n  typedef __uint32_t      __darwin_uid_t;         /* [???] user IDs */\r\n          ^\r\n  note: '__uint128_t' declared here\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types.h:76:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?\r\n  typedef __uint32_t      __darwin_useconds_t;    /* [???] microseconds */\r\n          ^\r\n  note: '__uint128_t' declared here\r\n  In file included from src/main.cpp:1:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/pybind11.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/class.h:12:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/../attr.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/cast.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/common.h:213:\r\n  In file included from /Library/Frameworks/Python.framework/Versions/3.10/include/python3.10/Python.h:25:\r\n  In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/stdio.h:108:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:64:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:71:\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_types.h:43:9: error: unknown type name '__uint32_t'; did you mean '__uint128_t'?\r\n  typedef __uint32_t      __darwin_wctype_t;\r\n          ^\r\n  note: '__uint128_t' declared here\r\n  In file included from src/main.cpp:1:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/pybind11.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/class.h:12:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/../attr.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/cast.h:13:\r\n  In file included from /private/var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/pip-build-env-aw96eob0/overlay/lib/python3.10/site-packages/pybind11/include/pybind11/detail/common.h:213:\r\n  In file included from /Library/Frameworks/Python.framework/Versions/3.10/include/python3.10/Python.h:25:\r\n  In file included from /Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/stdio.h:108:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/stdio.h:64:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/_stdio.h:75:\r\n  In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/_types/_va_list.h:31:\r\n  /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/machine/types.h:37:2: error: architecture not supported\r\n  #error architecture not supported\r\n   ^\r\n  fatal error: too many errors emitted, stopping now [-ferror-limit=]\r\n  20 errors generated.\r\n  error: command '/usr/bin/clang' failed with exit code 1\r\n  error: subprocess-exited-with-error\r\n\r\n  × Building wheel for python-example (pyproject.toml) did not run successfully.\r\n  │ exit code: 1\r\n  ╰─\u003e See above for output.\r\n\r\n  note: This error originates from a subprocess, and is likely not a problem with pip.\r\n  full command: /Library/Frameworks/Python.framework/Versions/3.10/bin/python3 /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /var/folders/c8/00vmrkvs6r96cyth_mlr3dxr0000gn/T/tmpc19xvyla\r\n  cwd: /Users/mustafa/scratch/python_example\r\n  Building wheel for python-example (pyproject.toml) ... error\r\n  ERROR: Failed building wheel for python-example\r\nFailed to build python-example\r\nERROR: Could not build wheels for python-example, which is required to install pyproject.toml-based projects\r\n```\r\n\r\n---\r\n\r\nHere's what I have tried to do so far:\r\n\r\n- Make sure `pip` and `python` are up to date, and in sync.\r\n- Run `pip install --upgrade wheel setuptools`\r\n\r\nHowever, neither of these have seemed to help. I'm unsure if this is helpful or not, but I did clone the `pybind11` repo itself and run the tests, they seem to run successfully.\r\n","author":{"url":"https://github.com/mustafaquraish","@type":"Person","name":"mustafaquraish"},"datePublished":"2022-05-06T19:18:59.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/103/python_example/issues/103"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:a2cf63b6-f5df-4bf6-f1b7-d52a1480d988
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9EAE:DECB5:ADF1C4:EBE2E8:6971C8A5
html-safe-nonce90e4aca61a61e9eff72ef1563088d63f7bc84e0b0addd3d68b2fe5beafe99817
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RUFFOkRFQ0I1OkFERjFDNDpFQkUyRTg6Njk3MUM4QTUiLCJ2aXNpdG9yX2lkIjoiNjk4NDM2Mjk5NDAyODM2NTk4OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac56a8fdc15de3dd5e3c44c4c697e0f3a90e14dadbfc949417a23d99ce8105ae57
hovercard-subject-tagissue:1228309052
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/pybind/python_example/103/issue_layout
twitter:imagehttps://opengraph.githubassets.com/bd16858eae4f60acd68f774323947d820591cfb4073c5c792b37b7a146e538f5/pybind/python_example/issues/103
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/bd16858eae4f60acd68f774323947d820591cfb4073c5c792b37b7a146e538f5/pybind/python_example/issues/103
og:image:altThis likely seems to be an issue on my end, but I haven't been able to figure this out, so hopefully someone on here has an idea. Here's the error I get when I clone the repo and run pip install --...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamemustafaquraish
hostnamegithub.com
expected-hostnamegithub.com
Noneac615aa66802dad9a938c6abe95edf09ee43c0c7f508315b64b08612858ef32e
turbo-cache-controlno-preview
go-importgithub.com/pybind/python_example git https://github.com/pybind/python_example.git
octolytics-dimension-user_id17565521
octolytics-dimension-user_loginpybind
octolytics-dimension-repository_id50649061
octolytics-dimension-repository_nwopybind/python_example
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id50649061
octolytics-dimension-repository_network_root_nwopybind/python_example
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6b618569a5f93e0b31f97f620112341421ef5f69
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/pybind/python_example/issues/103#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpybind%2Fpython_example%2Fissues%2F103
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpybind%2Fpython_example%2Fissues%2F103
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=pybind%2Fpython_example
Reloadhttps://patch-diff.githubusercontent.com/pybind/python_example/issues/103
Reloadhttps://patch-diff.githubusercontent.com/pybind/python_example/issues/103
Reloadhttps://patch-diff.githubusercontent.com/pybind/python_example/issues/103
pybind https://patch-diff.githubusercontent.com/pybind
python_examplehttps://patch-diff.githubusercontent.com/pybind/python_example
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fpybind%2Fpython_example
Fork 151 https://patch-diff.githubusercontent.com/login?return_to=%2Fpybind%2Fpython_example
Star 527 https://patch-diff.githubusercontent.com/login?return_to=%2Fpybind%2Fpython_example
Code https://patch-diff.githubusercontent.com/pybind/python_example
Issues 17 https://patch-diff.githubusercontent.com/pybind/python_example/issues
Pull requests 2 https://patch-diff.githubusercontent.com/pybind/python_example/pulls
Actions https://patch-diff.githubusercontent.com/pybind/python_example/actions
Projects 0 https://patch-diff.githubusercontent.com/pybind/python_example/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/pybind/python_example/security
Please reload this pagehttps://patch-diff.githubusercontent.com/pybind/python_example/issues/103
Insights https://patch-diff.githubusercontent.com/pybind/python_example/pulse
Code https://patch-diff.githubusercontent.com/pybind/python_example
Issues https://patch-diff.githubusercontent.com/pybind/python_example/issues
Pull requests https://patch-diff.githubusercontent.com/pybind/python_example/pulls
Actions https://patch-diff.githubusercontent.com/pybind/python_example/actions
Projects https://patch-diff.githubusercontent.com/pybind/python_example/projects
Security https://patch-diff.githubusercontent.com/pybind/python_example/security
Insights https://patch-diff.githubusercontent.com/pybind/python_example/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/pybind/python_example/issues/103
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/pybind/python_example/issues/103
Compilation issue on macOS 12.3https://patch-diff.githubusercontent.com/pybind/python_example/issues/103#top
https://github.com/mustafaquraish
https://github.com/mustafaquraish
mustafaquraishhttps://github.com/mustafaquraish
on May 6, 2022https://github.com/pybind/python_example/issues/103#issue-1228309052
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.