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
Domain: patch-diff.githubusercontent.com
{"@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-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:a2cf63b6-f5df-4bf6-f1b7-d52a1480d988 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9EAE:DECB5:ADF1C4:EBE2E8:6971C8A5 |
| html-safe-nonce | 90e4aca61a61e9eff72ef1563088d63f7bc84e0b0addd3d68b2fe5beafe99817 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RUFFOkRFQ0I1OkFERjFDNDpFQkUyRTg6Njk3MUM4QTUiLCJ2aXNpdG9yX2lkIjoiNjk4NDM2Mjk5NDAyODM2NTk4OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 56a8fdc15de3dd5e3c44c4c697e0f3a90e14dadbfc949417a23d99ce8105ae57 |
| hovercard-subject-tag | issue:1228309052 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/pybind/python_example/103/issue_layout |
| twitter:image | https://opengraph.githubassets.com/bd16858eae4f60acd68f774323947d820591cfb4073c5c792b37b7a146e538f5/pybind/python_example/issues/103 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/bd16858eae4f60acd68f774323947d820591cfb4073c5c792b37b7a146e538f5/pybind/python_example/issues/103 |
| og:image:alt | 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 --... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | mustafaquraish |
| hostname | github.com |
| expected-hostname | github.com |
| None | ac615aa66802dad9a938c6abe95edf09ee43c0c7f508315b64b08612858ef32e |
| turbo-cache-control | no-preview |
| go-import | github.com/pybind/python_example git https://github.com/pybind/python_example.git |
| octolytics-dimension-user_id | 17565521 |
| octolytics-dimension-user_login | pybind |
| octolytics-dimension-repository_id | 50649061 |
| octolytics-dimension-repository_nwo | pybind/python_example |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 50649061 |
| octolytics-dimension-repository_network_root_nwo | pybind/python_example |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 6b618569a5f93e0b31f97f620112341421ef5f69 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width