You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libc_path = find_library("c")
if libc_path is None:
raise OSError("Could not find the libc shared library")
On Big Sur there is no libc(!) I know there are efforts to fix ctypes loading on Python 3.8 and 3.9 but I'm not clear if that includes a workaround to the missing libc issue.