python-poetry / poetry

Python packaging and dependency management made easy
https://python-poetry.org
MIT License
30.09k stars 2.23k forks source link

ChefBuildError: Backend subprocess exited when trying to invoke get_requires_for_build_wheel #9365

Closed akshitadixit closed 1 month ago

akshitadixit commented 1 month ago

Description

Running poetry lock and the poetry install is failing with the following error that i never had to face earlier:

ValueError: invalid pyproject.toml config: project. configuration error: project must contain ['name'] properties

Workarounds

Could not find any

Poetry Installation Method

pip

Operating System

Mac OS

Poetry Version

1.8.2

Poetry Configuration

cache-dir = "/Users/akshitadixit/Library/Caches/pypoetry"
experimental.system-git-client = false
installer.max-workers = null
installer.modern-installation = true
installer.no-binary = null
installer.parallel = true
keyring.enabled = true
solver.lazy-wheel = true
virtualenvs.create = true
virtualenvs.in-project = null
virtualenvs.options.always-copy = false
virtualenvs.options.no-pip = false
virtualenvs.options.no-setuptools = false
virtualenvs.options.system-site-packages = false
virtualenvs.path = "{cache-dir}/virtualenvs"  # /Users/akshitadixit/Library/Caches/pypoetry/virtualenvs
virtualenvs.prefer-active-python = false
virtualenvs.prompt = "{project_name}-py{python_version}"
warnings.export = true

Python Sysconfig

Platform: "macosx-11.1-arm64"
Python version: "3.9"
Current installation scheme: "posix_prefix"

Paths: 
        data = "/Users/akshitadixit/miniconda3/envs/unified"
        include = "/Users/akshitadixit/miniconda3/envs/unified/include/python3.9"
        platinclude = "/Users/akshitadixit/miniconda3/envs/unified/include/python3.9"
        platlib = "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/site-packages"
        platstdlib = "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9"
        purelib = "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/site-packages"
        scripts = "/Users/akshitadixit/miniconda3/envs/unified/bin"
        stdlib = "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9"

Variables: 
        ABIFLAGS = ""
        AC_APPLE_UNIVERSAL_BUILD = "0"
        AIX_BUILDDATE = "0"
        AIX_GENUINE_CPLUSPLUS = "0"
        ALT_SOABI = "0"
        ANDROID_API_LEVEL = "0"
        AR = "/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/_build_env/bin/llvm-ar"
        ARFLAGS = "rcs"
        BASECFLAGS = "-Wno-unused-result -Wsign-compare -Wunreachable-code"
        BASECPPFLAGS = "-IObjects -IInclude -IPython"
        BASEMODLIBS = ""
        BINDIR = "/Users/akshitadixit/miniconda3/envs/unified/bin"
        BINLIBDEST = "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9"
        BLDLIBRARY = "libpython3.9.a"
        BLDSHARED = "clang -bundle -undefined dynamic_lookup  -Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib"
        BUILDEXE = ".exe"
        BUILDPYTHON = "python.exe"
        BUILD_GNU_TYPE = "arm64-apple-darwin20.0.0"
        BYTESTR_DEPS = "\"
        CC = "clang"
        CCSHARED = ""
        CFLAGS = "-Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall   -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64 -I/Users/akshitadixit/miniconda3/envs/unified/include  -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64 "
        CFLAGSFORSHARED = ""
        CFLAGS_ALIASING = "-fno-strict-aliasing"
        CONFIGFILES = "configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in"
        CONFIGURE_CFLAGS = " -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64 -I/Users/akshitadixit/miniconda3/envs/unified/include"
        CONFIGURE_CFLAGS_NODIST = " -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden"
        CONFIGURE_CPPFLAGS = "-D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include -I/Users/akshitadixit/miniconda3/envs/unified/include"
        CONFIGURE_LDFLAGS = "-Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib"
        CONFIGURE_LDFLAGS_NODIST = " -Wl,-export_dynamic -g"
        CONFIG_ARGS = "'--prefix=/Users/akshitadixit/miniconda3/envs/unified' '--build=arm64-apple-darwin20.0.0' '--host=arm64-apple-darwin20.0.0''--enable-ipv6' '--with-ensurepip=no' '--with-tzpath=/Users/akshitadixit/miniconda3/envs/unified/share/zoneinfo:/Users/akshitadixit/miniconda3/envs/unified/share/tzinfo' '--with-computed-gotos''--with-system-ffi' '--enable-loadable-sqlite-extensions' '--with-tcltk-includes=-I/Users/akshitadixit/miniconda3/envs/unified/include' '--with-tcltk-libs=-L/Users/akshitadixit/miniconda3/envs/unified/lib -ltcl8.6 -ltk8.6''--with-platlibdir=lib' '--with-openssl=/Users/akshitadixit/miniconda3/envs/unified' '--with-dtrace' 'PKG_CONFIG_LIBDIR=/Users/akshitadixit/miniconda3/envs/unified/lib' 'PKG_CONFIG_PATH=/Users/akshitadixit/miniconda3/envs/unified/lib' 'CPPFLAGS= -D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include -I/Users/akshitadixit/miniconda3/envs/unified/include' 'CXXFLAGS= -fPIC   -O2  -stdlib=libc++ -fvisibility-inlines-hidden -std=c++14 -fmessage-length=0 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -I/Users/akshitadixit/miniconda3/envs/unified/include' 'CFLAGS=  -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64 -I/Users/akshitadixit/miniconda3/envs/unified/include' 'LDFLAGS= -Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib' 'CC=clang' 'CXX=clang++''--with-lto' '--enable-optimizations' '-oldincludedir=/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/_build_env/arm64-apple-darwin20.0.0/sysroot/usr/include' '--disable-shared''PROFILE_TASK=-m test --pgo' 'build_alias=arm64-apple-darwin20.0.0' 'host_alias=arm64-apple-darwin20.0.0''MACHDEP=darwin'"
        CONFINCLUDEDIR = "/Users/akshitadixit/miniconda3/envs/unified/include"
        CONFINCLUDEPY = "/Users/akshitadixit/miniconda3/envs/unified/include/python3.9"
        COREPYTHONPATH = ""
        COVERAGE_INFO = "/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/build-static/coverage.info"
        COVERAGE_REPORT = "/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/build-static/lcov-report"
        COVERAGE_REPORT_OPTIONS = "--no-branch-coverage --title "CPython lcov report""
        CPPFLAGS = "-IObjects -IInclude -IPython -I. -I/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Include -D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include -I/Users/akshitadixit/miniconda3/envs/unified/include -D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include"
        CXX = "clang++"
        DESTDIRS = "/Users/akshitadixit/miniconda3/envs/unified /Users/akshitadixit/miniconda3/envs/unified/lib /Users/akshitadixit/miniconda3/envs/unified/lib/python3.9 /Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/lib-dynload"
        DESTLIB = "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9"
        DESTPATH = ""
        DESTSHARED = "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/lib-dynload"
        DFLAGS = ""
        DIRMODE = "755"
        DIST = "README.rst ChangeLog configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in Include Lib Misc Ext-dummy"
        DISTDIRS = "Include Lib Misc Ext-dummy"
        DISTFILES = "README.rst ChangeLog configure configure.ac acconfig.h pyconfig.h.in Makefile.pre.in"
        DLINCLDIR = "."
        DLLLIBRARY = ""
        DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 = "0"
        DOUBLE_IS_BIG_ENDIAN_IEEE754 = "0"
        DOUBLE_IS_LITTLE_ENDIAN_IEEE754 = "1"
        DTRACE = "/usr/sbin/dtrace"
        DTRACE_DEPS = "\"
        DTRACE_HEADERS = "Include/pydtrace_probes.h"
        DTRACE_OBJS = ""
        DYNLOADFILE = "dynload_shlib.o"
        ENABLE_IPV6 = "1"
        ENSUREPIP = "no"
        EXE = ""
        EXEMODE = "755"
        EXPORTSFROM = ""
        EXPORTSYMS = ""
        EXTRATESTOPTS = ""
        EXT_SUFFIX = ".cpython-39-darwin.so"
        FILEMODE = "644"
        FLOAT_WORDS_BIGENDIAN = "0"
        FLOCK_NEEDS_LIBBSD = "0"
        GETPGRP_HAVE_ARG = "0"
        GITBRANCH = ""
        GITTAG = ""
        GITVERSION = ""
        GNULD = "no"
        HAVE_ACCEPT4 = "0"
        HAVE_ACOSH = "1"
        HAVE_ADDRINFO = "1"
        HAVE_ALARM = "1"
        HAVE_ALIGNED_REQUIRED = "0"
        HAVE_ALLOCA_H = "1"
        HAVE_ALTZONE = "0"
        HAVE_ASINH = "1"
        HAVE_ASM_TYPES_H = "0"
        HAVE_ATANH = "1"
        HAVE_BIND_TEXTDOMAIN_CODESET = "0"
        HAVE_BLUETOOTH_BLUETOOTH_H = "0"
        HAVE_BLUETOOTH_H = "0"
        HAVE_BROKEN_MBSTOWCS = "0"
        HAVE_BROKEN_NICE = "0"
        HAVE_BROKEN_PIPE_BUF = "0"
        HAVE_BROKEN_POLL = "0"
        HAVE_BROKEN_POSIX_SEMAPHORES = "0"
        HAVE_BROKEN_PTHREAD_SIGMASK = "0"
        HAVE_BROKEN_SEM_GETVALUE = "1"
        HAVE_BROKEN_UNSETENV = "0"
        HAVE_BUILTIN_ATOMIC = "1"
        HAVE_CHFLAGS = "1"
        HAVE_CHOWN = "1"
        HAVE_CHROOT = "1"
        HAVE_CLOCK = "1"
        HAVE_CLOCK_GETRES = "1"
        HAVE_CLOCK_GETTIME = "1"
        HAVE_CLOCK_SETTIME = "1"
        HAVE_COMPUTED_GOTOS = "1"
        HAVE_CONFSTR = "1"
        HAVE_CONIO_H = "0"
        HAVE_COPYSIGN = "1"
        HAVE_COPY_FILE_RANGE = "0"
        HAVE_CRYPT_H = "0"
        HAVE_CRYPT_R = "0"
        HAVE_CTERMID = "1"
        HAVE_CTERMID_R = "1"
        HAVE_CURSES_FILTER = "1"
        HAVE_CURSES_H = "1"
        HAVE_CURSES_HAS_KEY = "1"
        HAVE_CURSES_IMMEDOK = "1"
        HAVE_CURSES_IS_PAD = "1"
        HAVE_CURSES_IS_TERM_RESIZED = "1"
        HAVE_CURSES_RESIZETERM = "1"
        HAVE_CURSES_RESIZE_TERM = "1"
        HAVE_CURSES_SYNCOK = "1"
        HAVE_CURSES_TYPEAHEAD = "1"
        HAVE_CURSES_USE_ENV = "1"
        HAVE_CURSES_WCHGAT = "1"
        HAVE_DECL_ISFINITE = "1"
        HAVE_DECL_ISINF = "1"
        HAVE_DECL_ISNAN = "1"
        HAVE_DECL_RTLD_DEEPBIND = "0"
        HAVE_DECL_RTLD_GLOBAL = "1"
        HAVE_DECL_RTLD_LAZY = "1"
        HAVE_DECL_RTLD_LOCAL = "1"
        HAVE_DECL_RTLD_MEMBER = "0"
        HAVE_DECL_RTLD_NODELETE = "1"
        HAVE_DECL_RTLD_NOLOAD = "1"
        HAVE_DECL_RTLD_NOW = "1"
        HAVE_DECL_TZNAME = "0"
        HAVE_DEVICE_MACROS = "1"
        HAVE_DEV_PTC = "0"
        HAVE_DEV_PTMX = "1"
        HAVE_DIRECT_H = "0"
        HAVE_DIRENT_D_TYPE = "1"
        HAVE_DIRENT_H = "1"
        HAVE_DIRFD = "1"
        HAVE_DLFCN_H = "1"
        HAVE_DLOPEN = "1"
        HAVE_DUP2 = "1"
        HAVE_DUP3 = "0"
        HAVE_DYLD_SHARED_CACHE_CONTAINS_PATH = "1"
        HAVE_DYNAMIC_LOADING = "1"
        HAVE_ENDIAN_H = "0"
        HAVE_EPOLL = "0"
        HAVE_EPOLL_CREATE1 = "0"
        HAVE_ERF = "1"
        HAVE_ERFC = "1"
        HAVE_ERRNO_H = "1"
        HAVE_EXECV = "1"
        HAVE_EXPLICIT_BZERO = "0"
        HAVE_EXPLICIT_MEMSET = "0"
        HAVE_EXPM1 = "1"
        HAVE_FACCESSAT = "1"
        HAVE_FCHDIR = "1"
        HAVE_FCHMOD = "1"
        HAVE_FCHMODAT = "1"
        HAVE_FCHOWN = "1"
        HAVE_FCHOWNAT = "1"
        HAVE_FCNTL_H = "1"
        HAVE_FDATASYNC = "0"
        HAVE_FDOPENDIR = "1"
        HAVE_FDWALK = "0"
        HAVE_FEXECVE = "0"
        HAVE_FINITE = "0"
        HAVE_FLOCK = "1"
        HAVE_FORK = "1"
        HAVE_FORKPTY = "1"
        HAVE_FPATHCONF = "1"
        HAVE_FSEEK64 = "0"
        HAVE_FSEEKO = "1"
        HAVE_FSTATAT = "1"
        HAVE_FSTATVFS = "1"
        HAVE_FSYNC = "1"
        HAVE_FTELL64 = "0"
        HAVE_FTELLO = "1"
        HAVE_FTIME = "1"
        HAVE_FTRUNCATE = "1"
        HAVE_FUTIMENS = "1"
        HAVE_FUTIMES = "1"
        HAVE_FUTIMESAT = "0"
        HAVE_GAI_STRERROR = "1"
        HAVE_GAMMA = "0"
        HAVE_GCC_ASM_FOR_MC68881 = "0"
        HAVE_GCC_ASM_FOR_X64 = "0"
        HAVE_GCC_ASM_FOR_X87 = "0"
        HAVE_GCC_UINT128_T = "1"
        HAVE_GETADDRINFO = "1"
        HAVE_GETC_UNLOCKED = "1"
        HAVE_GETENTROPY = "1"
        HAVE_GETGRGID_R = "1"
        HAVE_GETGRNAM_R = "1"
        HAVE_GETGROUPLIST = "1"
        HAVE_GETGROUPS = "1"
        HAVE_GETHOSTBYNAME = "1"
        HAVE_GETHOSTBYNAME_R = "0"
        HAVE_GETHOSTBYNAME_R_3_ARG = "0"
        HAVE_GETHOSTBYNAME_R_5_ARG = "0"
        HAVE_GETHOSTBYNAME_R_6_ARG = "0"
        HAVE_GETITIMER = "1"
        HAVE_GETLOADAVG = "1"
        HAVE_GETLOGIN = "1"
        HAVE_GETNAMEINFO = "1"
        HAVE_GETPAGESIZE = "1"
        HAVE_GETPEERNAME = "1"
        HAVE_GETPGID = "1"
        HAVE_GETPGRP = "1"
        HAVE_GETPID = "1"
        HAVE_GETPRIORITY = "1"
        HAVE_GETPWENT = "1"
        HAVE_GETPWNAM_R = "1"
        HAVE_GETPWUID_R = "1"
        HAVE_GETRANDOM = "0"
        HAVE_GETRANDOM_SYSCALL = "0"
        HAVE_GETRESGID = "0"
        HAVE_GETRESUID = "0"
        HAVE_GETSID = "1"
        HAVE_GETSPENT = "0"
        HAVE_GETSPNAM = "0"
        HAVE_GETWD = "1"
        HAVE_GLIBC_MEMMOVE_BUG = "0"
        HAVE_GRP_H = "1"
        HAVE_HSTRERROR = "1"
        HAVE_HTOLE64 = "0"
        HAVE_HYPOT = "1"
        HAVE_IEEEFP_H = "0"
        HAVE_IF_NAMEINDEX = "1"
        HAVE_INET_ATON = "1"
        HAVE_INET_PTON = "1"
        HAVE_INITGROUPS = "1"
        HAVE_INTTYPES_H = "1"
        HAVE_IO_H = "0"
        HAVE_IPA_PURE_CONST_BUG = "0"
        HAVE_KILL = "1"
        HAVE_KILLPG = "1"
        HAVE_KQUEUE = "1"
        HAVE_LANGINFO_H = "1"
        HAVE_LARGEFILE_SUPPORT = "0"
        HAVE_LCHFLAGS = "1"
        HAVE_LCHMOD = "1"
        HAVE_LCHOWN = "1"
        HAVE_LGAMMA = "1"
        HAVE_LIBDL = "1"
        HAVE_LIBDLD = "0"
        HAVE_LIBIEEE = "0"
        HAVE_LIBINTL_H = "0"
        HAVE_LIBREADLINE = "1"
        HAVE_LIBRESOLV = "0"
        HAVE_LIBSENDFILE = "0"
        HAVE_LIBUTIL_H = "0"
        HAVE_LINK = "1"
        HAVE_LINKAT = "1"
        HAVE_LINUX_CAN_BCM_H = "0"
        HAVE_LINUX_CAN_H = "0"
        HAVE_LINUX_CAN_J1939_H = "0"
        HAVE_LINUX_CAN_RAW_FD_FRAMES = "0"
        HAVE_LINUX_CAN_RAW_H = "0"
        HAVE_LINUX_CAN_RAW_JOIN_FILTERS = "0"
        HAVE_LINUX_MEMFD_H = "0"
        HAVE_LINUX_NETLINK_H = "0"
        HAVE_LINUX_QRTR_H = "0"
        HAVE_LINUX_RANDOM_H = "0"
        HAVE_LINUX_TIPC_H = "0"
        HAVE_LINUX_VM_SOCKETS_H = "0"
        HAVE_LINUX_WAIT_H = "0"
        HAVE_LOCKF = "1"
        HAVE_LOG1P = "1"
        HAVE_LOG2 = "1"
        HAVE_LONG_DOUBLE = "1"
        HAVE_LSTAT = "1"
        HAVE_LUTIMES = "1"
        HAVE_MADVISE = "1"
        HAVE_MAKEDEV = "1"
        HAVE_MBRTOWC = "1"
        HAVE_MEMFD_CREATE = "0"
        HAVE_MEMORY_H = "1"
        HAVE_MEMRCHR = "0"
        HAVE_MKDIRAT = "1"
        HAVE_MKFIFO = "1"
        HAVE_MKFIFOAT = "0"
        HAVE_MKNOD = "1"
        HAVE_MKNODAT = "0"
        HAVE_MKTIME = "1"
        HAVE_MMAP = "1"
        HAVE_MREMAP = "0"
        HAVE_NCURSES_H = "1"
        HAVE_NDIR_H = "0"
        HAVE_NETPACKET_PACKET_H = "0"
        HAVE_NET_IF_H = "1"
        HAVE_NICE = "1"
        HAVE_NON_UNICODE_WCHAR_T_REPRESENTATION = "0"
        HAVE_OPENAT = "1"
        HAVE_OPENPTY = "1"
        HAVE_PATHCONF = "1"
        HAVE_PAUSE = "1"
        HAVE_PIPE2 = "0"
        HAVE_PLOCK = "0"
        HAVE_POLL = "1"
        HAVE_POLL_H = "1"
        HAVE_POSIX_FADVISE = "0"
        HAVE_POSIX_FALLOCATE = "0"
        HAVE_POSIX_SPAWN = "1"
        HAVE_POSIX_SPAWNP = "1"
        HAVE_PREAD = "1"
        HAVE_PREADV = "1"
        HAVE_PREADV2 = "0"
        HAVE_PRLIMIT = "0"
        HAVE_PROCESS_H = "0"
        HAVE_PROTOTYPES = "1"
        HAVE_PTHREAD_CONDATTR_SETCLOCK = "0"
        HAVE_PTHREAD_DESTRUCTOR = "0"
        HAVE_PTHREAD_GETCPUCLOCKID = "0"
        HAVE_PTHREAD_H = "1"
        HAVE_PTHREAD_INIT = "0"
        HAVE_PTHREAD_KILL = "1"
        HAVE_PTHREAD_SIGMASK = "1"
        HAVE_PTY_H = "0"
        HAVE_PWRITE = "1"
        HAVE_PWRITEV = "1"
        HAVE_PWRITEV2 = "0"
        HAVE_READLINK = "1"
        HAVE_READLINKAT = "1"
        HAVE_READV = "1"
        HAVE_REALPATH = "1"
        HAVE_RENAMEAT = "1"
        HAVE_RL_APPEND_HISTORY = "1"
        HAVE_RL_CATCH_SIGNAL = "1"
        HAVE_RL_COMPLETION_APPEND_CHARACTER = "1"
        HAVE_RL_COMPLETION_DISPLAY_MATCHES_HOOK = "1"
        HAVE_RL_COMPLETION_MATCHES = "1"
        HAVE_RL_COMPLETION_SUPPRESS_APPEND = "1"
        HAVE_RL_PRE_INPUT_HOOK = "1"
        HAVE_RL_RESIZE_TERMINAL = "1"
        HAVE_ROUND = "1"
        HAVE_RTPSPAWN = "0"
        HAVE_SCHED_GET_PRIORITY_MAX = "1"
        HAVE_SCHED_H = "1"
        HAVE_SCHED_RR_GET_INTERVAL = "0"
        HAVE_SCHED_SETAFFINITY = "0"
        HAVE_SCHED_SETPARAM = "0"
        HAVE_SCHED_SETSCHEDULER = "0"
        HAVE_SEM_GETVALUE = "1"
        HAVE_SEM_OPEN = "1"
        HAVE_SEM_TIMEDWAIT = "0"
        HAVE_SEM_UNLINK = "1"
        HAVE_SENDFILE = "1"
        HAVE_SETEGID = "1"
        HAVE_SETEUID = "1"
        HAVE_SETGID = "1"
        HAVE_SETGROUPS = "1"
        HAVE_SETHOSTNAME = "1"
        HAVE_SETITIMER = "1"
        HAVE_SETLOCALE = "1"
        HAVE_SETPGID = "1"
        HAVE_SETPGRP = "1"
        HAVE_SETPRIORITY = "1"
        HAVE_SETREGID = "1"
        HAVE_SETRESGID = "0"
        HAVE_SETRESUID = "0"
        HAVE_SETREUID = "1"
        HAVE_SETSID = "1"
        HAVE_SETUID = "1"
        HAVE_SETVBUF = "1"
        HAVE_SHADOW_H = "0"
        HAVE_SHM_OPEN = "1"
        HAVE_SHM_UNLINK = "1"
        HAVE_SIGACTION = "1"
        HAVE_SIGALTSTACK = "1"
        HAVE_SIGFILLSET = "1"
        HAVE_SIGINFO_T_SI_BAND = "1"
        HAVE_SIGINTERRUPT = "1"
        HAVE_SIGNAL_H = "1"
        HAVE_SIGPENDING = "1"
        HAVE_SIGRELSE = "1"
        HAVE_SIGTIMEDWAIT = "0"
        HAVE_SIGWAIT = "1"
        HAVE_SIGWAITINFO = "0"
        HAVE_SNPRINTF = "1"
        HAVE_SOCKADDR_ALG = "0"
        HAVE_SOCKADDR_SA_LEN = "1"
        HAVE_SOCKADDR_STORAGE = "1"
        HAVE_SOCKETPAIR = "1"
        HAVE_SPAWN_H = "1"
        HAVE_SSIZE_T = "1"
        HAVE_STATVFS = "1"
        HAVE_STAT_TV_NSEC = "0"
        HAVE_STAT_TV_NSEC2 = "1"
        HAVE_STDARG_PROTOTYPES = "1"
        HAVE_STDINT_H = "1"
        HAVE_STDLIB_H = "1"
        HAVE_STD_ATOMIC = "1"
        HAVE_STRDUP = "1"
        HAVE_STRFTIME = "1"
        HAVE_STRINGS_H = "1"
        HAVE_STRING_H = "1"
        HAVE_STRLCPY = "1"
        HAVE_STROPTS_H = "0"
        HAVE_STRSIGNAL = "1"
        HAVE_STRUCT_PASSWD_PW_GECOS = "1"
        HAVE_STRUCT_PASSWD_PW_PASSWD = "1"
        HAVE_STRUCT_STAT_ST_BIRTHTIME = "1"
        HAVE_STRUCT_STAT_ST_BLKSIZE = "1"
        HAVE_STRUCT_STAT_ST_BLOCKS = "1"
        HAVE_STRUCT_STAT_ST_FLAGS = "1"
        HAVE_STRUCT_STAT_ST_GEN = "1"
        HAVE_STRUCT_STAT_ST_RDEV = "1"
        HAVE_STRUCT_TM_TM_ZONE = "1"
        HAVE_SYMLINK = "1"
        HAVE_SYMLINKAT = "1"
        HAVE_SYNC = "1"
        HAVE_SYSCONF = "1"
        HAVE_SYSEXITS_H = "1"
        HAVE_SYS_AUDIOIO_H = "0"
        HAVE_SYS_BSDTTY_H = "0"
        HAVE_SYS_DEVPOLL_H = "0"
        HAVE_SYS_DIR_H = "0"
        HAVE_SYS_ENDIAN_H = "0"
        HAVE_SYS_EPOLL_H = "0"
        HAVE_SYS_EVENT_H = "1"
        HAVE_SYS_FILE_H = "1"
        HAVE_SYS_IOCTL_H = "1"
        HAVE_SYS_KERN_CONTROL_H = "1"
        HAVE_SYS_LOADAVG_H = "0"
        HAVE_SYS_LOCK_H = "1"
        HAVE_SYS_MEMFD_H = "0"
        HAVE_SYS_MKDEV_H = "0"
        HAVE_SYS_MMAN_H = "1"
        HAVE_SYS_MODEM_H = "0"
        HAVE_SYS_NDIR_H = "0"
        HAVE_SYS_PARAM_H = "1"
        HAVE_SYS_POLL_H = "1"
        HAVE_SYS_RANDOM_H = "1"
        HAVE_SYS_RESOURCE_H = "1"
        HAVE_SYS_SELECT_H = "1"
        HAVE_SYS_SENDFILE_H = "0"
        HAVE_SYS_SOCKET_H = "1"
        HAVE_SYS_STATVFS_H = "1"
        HAVE_SYS_STAT_H = "1"
        HAVE_SYS_SYSCALL_H = "1"
        HAVE_SYS_SYSMACROS_H = "0"
        HAVE_SYS_SYS_DOMAIN_H = "1"
        HAVE_SYS_TERMIO_H = "0"
        HAVE_SYS_TIMES_H = "1"
        HAVE_SYS_TIME_H = "1"
        HAVE_SYS_TYPES_H = "1"
        HAVE_SYS_UIO_H = "1"
        HAVE_SYS_UN_H = "1"
        HAVE_SYS_UTSNAME_H = "1"
        HAVE_SYS_WAIT_H = "1"
        HAVE_SYS_XATTR_H = "1"
        HAVE_TCGETPGRP = "1"
        HAVE_TCSETPGRP = "1"
        HAVE_TEMPNAM = "1"
        HAVE_TERMIOS_H = "1"
        HAVE_TERM_H = "1"
        HAVE_TGAMMA = "1"
        HAVE_TIMEGM = "1"
        HAVE_TIMES = "1"
        HAVE_TMPFILE = "1"
        HAVE_TMPNAM = "1"
        HAVE_TMPNAM_R = "0"
        HAVE_TM_ZONE = "1"
        HAVE_TRUNCATE = "1"
        HAVE_TZNAME = "0"
        HAVE_UCS4_TCL = "0"
        HAVE_UNAME = "1"
        HAVE_UNISTD_H = "1"
        HAVE_UNLINKAT = "1"
        HAVE_USABLE_WCHAR_T = "0"
        HAVE_UTIL_H = "1"
        HAVE_UTIMENSAT = "1"
        HAVE_UTIMES = "1"
        HAVE_UTIME_H = "1"
        HAVE_UUID_CREATE = "0"
        HAVE_UUID_ENC_BE = "0"
        HAVE_UUID_GENERATE_TIME_SAFE = "0"
        HAVE_UUID_H = "0"
        HAVE_UUID_UUID_H = "1"
        HAVE_WAIT3 = "1"
        HAVE_WAIT4 = "1"
        HAVE_WAITID = "1"
        HAVE_WAITPID = "1"
        HAVE_WCHAR_H = "1"
        HAVE_WCSCOLL = "1"
        HAVE_WCSFTIME = "1"
        HAVE_WCSXFRM = "1"
        HAVE_WMEMCMP = "1"
        HAVE_WORKING_TZSET = "1"
        HAVE_WRITEV = "1"
        HAVE_X509_VERIFY_PARAM_SET1_HOST = "1"
        HAVE_ZLIB_COPY = "1"
        HAVE__GETPTY = "0"
        HOST_GNU_TYPE = "arm64-apple-darwin20.0.0"
        INCLDIRSTOMAKE = "/Users/akshitadixit/miniconda3/envs/unified/include /Users/akshitadixit/miniconda3/envs/unified/include /Users/akshitadixit/miniconda3/envs/unified/include/python3.9 /Users/akshitadixit/miniconda3/envs/unified/include/python3.9"
        INCLUDEDIR = "/Users/akshitadixit/miniconda3/envs/unified/include"
        INCLUDEPY = "/Users/akshitadixit/miniconda3/envs/unified/include/python3.9"
        INSTALL = "/usr/local/bin/ginstall -c"
        INSTALL_DATA = "/usr/local/bin/ginstall -c -m 644"
        INSTALL_PROGRAM = "/usr/local/bin/ginstall -c"
        INSTALL_SCRIPT = "/usr/local/bin/ginstall -c"
        INSTALL_SHARED = "/usr/local/bin/ginstall -c -m 755"
        INSTSONAME = "libpython3.9.a"
        IO_H = "Modules/_io/_iomodule.h"
        IO_OBJS = "\"
        LDCXXSHARED = "clang++ -bundle -undefined dynamic_lookup"
        LDFLAGS = "-Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib"
        LDLIBRARY = "libpython3.9.a"
        LDLIBRARYDIR = ""
        LDSHARED = "clang -bundle -undefined dynamic_lookup -Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib"
        LDVERSION = "3.9"
        LIBC = ""
        LIBDEST = "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9"
        LIBDIR = "/Users/akshitadixit/miniconda3/envs/unified/lib"
        LIBFFI_INCLUDEDIR = "/Users/akshitadixit/miniconda3/envs/unified/include"
        LIBM = ""
        LIBOBJDIR = "Python/"
        LIBOBJS = ""
        LIBPC = "/Users/akshitadixit/miniconda3/envs/unified/lib/pkgconfig"
        LIBPL = "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/config-3.9-darwin"
        LIBPYTHON = ""
        LIBRARY = "libpython3.9.a"
        LIBRARY_OBJS = "\"
        LIBRARY_OBJS_OMIT_FROZEN = "\"
        LIBS = "-ldl   -framework CoreFoundation"
        LIBSUBDIRS = "tkinter tkinter/test tkinter/test/test_tkinter \"
        LINKCC = "clang"
        LINKFORSHARED = "-Wl,-stack_size,1000000  -framework CoreFoundation"
        LIPO_32BIT_FLAGS = ""
        LIPO_INTEL64_FLAGS = ""
        LLVM_PROF_ERR = "no"
        LLVM_PROF_FILE = "LLVM_PROFILE_FILE="code-%p.profclangr""
        LLVM_PROF_MERGER = "/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/_build_env/bin/llvm-profdata merge -output=code.profclangd *.profclangr"
        LN = "ln"
        LOCALMODLIBS = ""
        MACHDEP = "darwin"
        MACHDEP_OBJS = ""
        MACHDESTLIB = "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9"
        MACOSX_DEPLOYMENT_TARGET = "11.1"
        MAINCC = "clang"
        MAJOR_IN_MKDEV = "0"
        MAJOR_IN_SYSMACROS = "0"
        MAKESETUP = "/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Modules/makesetup"
        MANDIR = "/Users/akshitadixit/miniconda3/envs/unified/share/man"
        MKDIR_P = "/usr/local/bin/gmkdir -p"
        MODBUILT_NAMES = "posix  errno  pwd  _sre  _codecs  _weakref  _functools  _operator  _collections  _abc  itertools  atexit  _signal  _stat  time  _thread  _locale  _io  faulthandler  _tracemalloc  _peg_parser  _symtable  xxsubtype"
        MODDISABLED_NAMES = ""
        MODLIBS = ""
        MODOBJS = "Modules/posixmodule.o  Modules/errnomodule.o  Modules/pwdmodule.o  Modules/_sre.o  Modules/_codecsmodule.o  Modules/_weakref.o  Modules/_functoolsmodule.o  Modules/_operator.o  Modules/_collectionsmodule.o  Modules/_abc.o  Modules/itertoolsmodule.o  Modules/atexitmodule.o  Modules/signalmodule.o  Modules/_stat.o  Modules/timemodule.o  Modules/_threadmodule.o  Modules/_localemodule.o  Modules/_iomodule.o Modules/iobase.o Modules/fileio.o Modules/bytesio.o Modules/bufferedio.o Modules/textio.o Modules/stringio.o  Modules/faulthandler.o  Modules/_tracemalloc.o  Modules/_peg_parser.o  Modules/symtablemodule.o  Modules/xxsubtype.o"
        MODULE_OBJS = "\"
        MULTIARCH = "darwin"
        MULTIARCH_CPPFLAGS = "-DMULTIARCH=\"darwin\""
        MVWDELCH_IS_EXPRESSION = "1"
        NO_AS_NEEDED = ""
        OBJECT_OBJS = "\"
        OPENSSL_INCLUDES = "-I/Users/akshitadixit/miniconda3/envs/unified/include"
        OPENSSL_LDFLAGS = "-L/Users/akshitadixit/miniconda3/envs/unified/lib"
        OPENSSL_LIBS = "-lssl -lcrypto"
        OPT = "-DNDEBUG -fwrapv -O2 -Wall"
        OTHER_LIBTOOL_OPT = ""
        PACKAGE_BUGREPORT = "0"
        PACKAGE_NAME = "0"
        PACKAGE_STRING = "0"
        PACKAGE_TARNAME = "0"
        PACKAGE_URL = "0"
        PACKAGE_VERSION = "0"
        PARSER_HEADERS = "\"
        PARSER_OBJS = "\ \ Parser/myreadline.o Parser/parsetok.o Parser/tokenizer.o"
        PEGEN_HEADERS = "\"
        PEGEN_OBJS = "\"
        PGO_PROF_GEN_FLAG = "-fprofile-instr-generate"
        PGO_PROF_USE_FLAG = "-fprofile-instr-use=code.profclangd"
        PLATLIBDIR = "lib"
        POBJS = "\"
        POSIX_SEMAPHORES_NOT_ENABLED = "0"
        PROFILE_TASK = "-m test --pgo"
        PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT = "0"
        PTHREAD_SYSTEM_SCHED_SUPPORTED = "1"
        PURIFY = ""
        PY3LIBRARY = ""
        PYLONG_BITS_IN_DIGIT = "0"
        PYTHON = "python"
        PYTHONFRAMEWORK = ""
        PYTHONFRAMEWORKDIR = "no-framework"
        PYTHONFRAMEWORKINSTALLDIR = ""
        PYTHONFRAMEWORKPREFIX = ""
        PYTHONPATH = ""
        PYTHON_FOR_BUILD = "./python.exe -E"
        PYTHON_HEADERS = "\"
        PYTHON_OBJS = "\"
        PY_BUILD_ENVIRON = ""
        PY_BUILTIN_HASHLIB_HASHES = ""md5,sha1,sha256,sha512,sha3,blake2""
        PY_BUILTIN_MODULE_CFLAGS = "-Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall  -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64 -I/Users/akshitadixit/miniconda3/envs/unified/include  -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64   -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-instr-use=code.profclangd -I/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Include/internal -IObjects -IInclude -IPython -I. -I/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Include -D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include -I/Users/akshitadixit/miniconda3/envs/unified/include -D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include -DPy_BUILD_CORE_BUILTIN"
        PY_CFLAGS = "-Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall   -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64 -I/Users/akshitadixit/miniconda3/envs/unified/include  -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64 "
        PY_CFLAGS_NODIST = " -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-instr-use=code.profclangd -I/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Include/internal"
        PY_COERCE_C_LOCALE = "1"
        PY_CORE_CFLAGS = "-Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall   -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64 -I/Users/akshitadixit/miniconda3/envs/unified/include  -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64   -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-instr-use=code.profclangd -I/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Include/internal -IObjects -IInclude -IPython -I. -I/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Include -D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include -I/Users/akshitadixit/miniconda3/envs/unified/include -D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include -DPy_BUILD_CORE"
        PY_CORE_LDFLAGS = "-Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib  -Wl,-export_dynamic -g"
        PY_CPPFLAGS = "-IObjects -IInclude -IPython -I. -I/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Include -D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include -I/Users/akshitadixit/miniconda3/envs/unified/include -D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include"
        PY_FORMAT_SIZE_T = ""z""
        PY_LDFLAGS = "-Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib -Wl,-rpath,/Users/akshitadixit/miniconda3/envs/unified/lib -L/Users/akshitadixit/miniconda3/envs/unified/lib"
        PY_LDFLAGS_NODIST = " -Wl,-export_dynamic -g"
        PY_SSL_DEFAULT_CIPHERS = "1"
        PY_SSL_DEFAULT_CIPHER_STRING = "0"
        PY_STDMODULE_CFLAGS = "-Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall   -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64 -I/Users/akshitadixit/miniconda3/envs/unified/include  -fPIC   -O2  -isystem /Users/akshitadixit/miniconda3/envs/unified/include -arch arm64   -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Wstrict-prototypes -Werror=implicit-function-declaration -fvisibility=hidden -fprofile-instr-use=code.profclangd -I/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Include/internal -IObjects -IInclude -IPython -I. -I/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Include -D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include -I/Users/akshitadixit/miniconda3/envs/unified/include -D_FORTIFY_SOURCE=2 -isystem /Users/akshitadixit/miniconda3/envs/unified/include -mmacosx-version-min=11.1 -I/Users/akshitadixit/miniconda3/envs/unified/include"
        Py_DEBUG = "0"
        Py_ENABLE_SHARED = "0"
        Py_HASH_ALGORITHM = "0"
        Py_TRACE_REFS = "0"
        QUICKTESTOPTS = "-x test_subprocess test_io test_lib2to3 \"
        READELF = ":"
        RESSRCDIR = "Mac/Resources/framework"
        RETSIGTYPE = "void"
        RUNSHARED = ""
        SCRIPTDIR = "/Users/akshitadixit/miniconda3/envs/unified/lib"
        SETPGRP_HAVE_ARG = "0"
        SGI_ABI = ""
        SHELL = "/bin/sh"
        SHLIBS = "-ldl   -framework CoreFoundation"
        SHLIB_SUFFIX = ".so"
        SHM_NEEDS_LIBRT = "0"
        SIGNED_RIGHT_SHIFT_ZERO_FILLS = "0"
        SITEPATH = ""
        SIZEOF_DOUBLE = "8"
        SIZEOF_FLOAT = "4"
        SIZEOF_FPOS_T = "8"
        SIZEOF_INT = "4"
        SIZEOF_LONG = "8"
        SIZEOF_LONG_DOUBLE = "8"
        SIZEOF_LONG_LONG = "8"
        SIZEOF_OFF_T = "8"
        SIZEOF_PID_T = "4"
        SIZEOF_PTHREAD_KEY_T = "8"
        SIZEOF_PTHREAD_T = "8"
        SIZEOF_SHORT = "2"
        SIZEOF_SIZE_T = "8"
        SIZEOF_TIME_T = "8"
        SIZEOF_UINTPTR_T = "8"
        SIZEOF_VOID_P = "8"
        SIZEOF_WCHAR_T = "4"
        SIZEOF__BOOL = "1"
        SO = ".cpython-39-darwin.so"
        SOABI = "cpython-39-darwin"
        SRCDIRS = "Parser Parser/pegen Objects Python Modules Modules/_io Programs"
        SRC_GDB_HOOKS = "/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Tools/gdb/libpython.py"
        STDC_HEADERS = "1"
        STRICT_SYSV_CURSES = "/* Don't use ncurses extensions */"
        STRIPFLAG = "-s"
        SUBDIRS = ""
        SUBDIRSTOO = "Include Lib Misc"
        SYSLIBS = ""
        SYS_SELECT_WITH_SYS_TIME = "1"
        TCLTK_INCLUDES = "-I/Users/akshitadixit/miniconda3/envs/unified/include"
        TCLTK_LIBS = "-L/Users/akshitadixit/miniconda3/envs/unified/lib -ltcl8.6 -ltk8.6"
        TESTOPTS = ""
        TESTPATH = ""
        TESTPYTHON = "./python.exe"
        TESTPYTHONOPTS = ""
        TESTRUNNER = "./python.exe /Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Tools/scripts/run_tests.py"
        TESTTIMEOUT = "1200"
        TIMEMODULE_LIB = "0"
        TIME_WITH_SYS_TIME = "1"
        TM_IN_SYS_TIME = "0"
        TZPATH = "/Users/akshitadixit/miniconda3/envs/unified/share/zoneinfo:/Users/akshitadixit/miniconda3/envs/unified/share/tzinfo"
        UNICODE_DEPS = "\"
        UNIVERSALSDK = ""
        UPDATE_FILE = "python3.9 /Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/Tools/scripts/update_file.py"
        USE_COMPUTED_GOTOS = "1"
        VERSION = "3.9"
        VPATH = "/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work"
        WINDOW_HAS_FLAGS = "1"
        WITH_DECIMAL_CONTEXTVAR = "1"
        WITH_DOC_STRINGS = "1"
        WITH_DTRACE = "1"
        WITH_DYLD = "1"
        WITH_LIBINTL = "0"
        WITH_NEXT_FRAMEWORK = "0"
        WITH_PYMALLOC = "1"
        WITH_VALGRIND = "0"
        X87_DOUBLE_ROUNDING = "0"
        XMLLIBSUBDIRS = "xml xml/dom xml/etree xml/parsers xml/sax"
        abiflags = ""
        abs_builddir = "/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work/build-static"
        abs_srcdir = "/Users/ktietz/demo/mc3/conda-bld/python-split_1629110432083/work"
        base = "/Users/akshitadixit/miniconda3/envs/unified"
        datarootdir = "/Users/akshitadixit/miniconda3/envs/unified/share"
        exec_prefix = "/Users/akshitadixit/miniconda3/envs/unified"
        installed_base = "/Users/akshitadixit/miniconda3/envs/unified"
        installed_platbase = "/Users/akshitadixit/miniconda3/envs/unified"
        platbase = "/Users/akshitadixit/miniconda3/envs/unified"
        platlibdir = "lib"
        prefix = "/Users/akshitadixit/miniconda3/envs/unified"
        projectbase = "/Users/akshitadixit/miniconda3/envs/unified/bin"
        py_version = "3.9.6"
        py_version_nodot = "39"
        py_version_short = "3.9"
        srcdir = "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/config-3.9-darwin"
        userbase = "/Users/akshitadixit/.local"

Example pyproject.toml

[tool.poetry]
name = "project-poetry"
version = "0.1.0"
description = ""
authors = ["Akshita Dixit <akshita.dixit1@............com>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<3.11"
torpedo = {git = "ssh://git@.......git", develop = true, rev = "3...."}
commonutils = {git = "ssh://git@........git", develop = true, rev = "1....."}
onemgmodels = {git = "ssh://git@........git", develop = true, rev = "v5......"}
cache_wrapper = {git = "ssh://git@.........git", develop = true, rev = "2......"}
tortoise_wrapper = {git = "ssh://git@b..............git", develop = true, rev = "0......"}
pytest-sanic = "==1.9.1"
pycrypto = "==2.6.1"
PyJWT = "==1.5.0"
databases = "*"
pytz = "*"
mmh3 = "*"

[tool.poetry.group.dev.dependencies]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

Poetry Runtime Logs

Loading configuration file /Users/akshitadixit/Library/Application Support/pypoetry/config.toml
Using virtualenv: /Users/akshitadixit/miniconda3/envs/unified
Installing dependencies from lock file

Finding the necessary packages for the current system

Package operations: 9 installs, 0 updates, 0 removals, 134 skipped

  - Installing asyncpg (0.25.0): Pending...
Checking if keyring is available
[keyring:keyring.backend] Loading KWallet
[keyring:keyring.backend] Loading SecretService
[keyring:keyring.backend] Loading Windows
[keyring:keyring.backend] Loading chainer
[keyring:keyring.backend] Loading libsecret
[keyring:keyring.backend] Loading macOS
Using keyring backend 'macOS Keyring'
Creating new session for pypi.org
Skipping wheel asyncpg-0.25.0-cp310-cp310-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp310-cp310-musllinux_1_1_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp310-cp310-win32.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp310-cp310-win_amd64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp36-cp36m-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp36-cp36m-musllinux_1_1_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp36-cp36m-win32.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp36-cp36m-win_amd64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp37-cp37m-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp37-cp37m-musllinux_1_1_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp37-cp37m-win32.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp37-cp37m-win_amd64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp38-cp38-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp38-cp38-musllinux_1_1_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp38-cp38-win32.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp38-cp38-win_amd64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp39-cp39-macosx_10_9_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp39-cp39-musllinux_1_1_x86_64.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp39-cp39-win32.whl as this is not supported by the current environment
Skipping wheel asyncpg-0.25.0-cp39-cp39-win_amd64.whl as this is not supported by the current environment
  - Installing asyncpg (0.25.0): Preparing...
[virtualenv] find interpreter for spec PythonSpec(path=/Users/akshitadixit/miniconda3/envs/unified/bin/python3.9)
[virtualenv] filesystem is not case-sensitive
[filelock:filelock] Attempting to acquire lock 4358562960 on /Users/akshitadixit/Library/Application Support/virtualenv/py_info/1/dadedeafa9feaca65bf9939338a0aa4030339d44d126a7e8e54d8a3ea197f9ff.lock
[filelock:filelock] Lock 4358562960 acquired on /Users/akshitadixit/Library/Application Support/virtualenv/py_info/1/dadedeafa9feaca65bf9939338a0aa4030339d44d126a7e8e54d8a3ea197f9ff.lock
[virtualenv] got python info of %s from (PosixPath('/Users/akshitadixit/miniconda3/envs/unified/bin/python3.9'), PosixPath('/Users/akshitadixit/Library/Application Support/virtualenv/py_info/1/dadedeafa9feaca65bf9939338a0aa4030339d44d126a7e8e54d8a3ea197f9ff.json'))
[filelock:filelock] Attempting to release lock 4358562960 on /Users/akshitadixit/Library/Application Support/virtualenv/py_info/1/dadedeafa9feaca65bf9939338a0aa4030339d44d126a7e8e54d8a3ea197f9ff.lock
[filelock:filelock] Lock 4358562960 released on /Users/akshitadixit/Library/Application Support/virtualenv/py_info/1/dadedeafa9feaca65bf9939338a0aa4030339d44d126a7e8e54d8a3ea197f9ff.lock
[virtualenv] proposed PythonInfo(spec=CPython3.9.6.final.0-64, exe=/Users/akshitadixit/miniconda3/envs/unified/bin/python3.9, platform=darwin, version='3.9.6 (default, Aug 16 2021, 12:43:27) \n[Clang 12.0.0 ]', encoding_fs_io=utf-8-utf-8)
[virtualenv] accepted PythonInfo(spec=CPython3.9.6.final.0-64, exe=/Users/akshitadixit/miniconda3/envs/unified/bin/python3.9, platform=darwin, version='3.9.6 (default, Aug 16 2021, 12:43:27) \n[Clang 12.0.0 ]', encoding_fs_io=utf-8-utf-8)
[virtualenv] create virtual environment via CPython3Posix(dest=/private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv, clear=False, no_vcs_ignore=False, global=False)
[virtualenv] create folder /private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/bin
[virtualenv] create folder /private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages
[virtualenv] write /private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/pyvenv.cfg
[virtualenv]    home = /Users/akshitadixit/miniconda3/envs/unified/bin
[virtualenv]    implementation = CPython
[virtualenv]    version_info = 3.9.6.final.0
[virtualenv]    virtualenv = 20.26.1
[virtualenv]    include-system-site-packages = false
[virtualenv]    base-prefix = /Users/akshitadixit/miniconda3/envs/unified
[virtualenv]    base-exec-prefix = /Users/akshitadixit/miniconda3/envs/unified
[virtualenv]    base-executable = /Users/akshitadixit/miniconda3/envs/unified/bin/python3.9
[virtualenv] symlink /Users/akshitadixit/miniconda3/envs/unified/bin/python3.9 to /private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/bin/python
[virtualenv] create virtualenv import hook file /private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/_virtualenv.pth
[virtualenv] create /private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/_virtualenv.py
[virtualenv] ============================== target debug ==============================
[virtualenv] debug via /private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/bin/python /Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/site-packages/virtualenv/create/debug.py
[virtualenv] {
[virtualenv]   "sys": {
[virtualenv]     "executable": "/private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/bin/python",
[virtualenv]     "_base_executable": "/private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/bin/python",
[virtualenv]     "prefix": "/private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv",
[virtualenv]     "base_prefix": "/Users/akshitadixit/miniconda3/envs/unified",
[virtualenv]     "real_prefix": null,
[virtualenv]     "exec_prefix": "/private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv",
[virtualenv]     "base_exec_prefix": "/Users/akshitadixit/miniconda3/envs/unified",
[virtualenv]     "path": [
[virtualenv]       "/Users/akshitadixit/miniconda3/envs/unified/lib/python39.zip",
[virtualenv]       "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9",
[virtualenv]       "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/lib-dynload",
[virtualenv]       "/private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages"
[virtualenv]     ],
[virtualenv]     "meta_path": [
[virtualenv]       "<class '_virtualenv._Finder'>",
[virtualenv]       "<class '_frozen_importlib.BuiltinImporter'>",
[virtualenv]       "<class '_frozen_importlib.FrozenImporter'>",
[virtualenv]       "<class '_frozen_importlib_external.PathFinder'>"
[virtualenv]     ],
[virtualenv]     "fs_encoding": "utf-8",
[virtualenv]     "io_encoding": "utf-8"
[virtualenv]   },
[virtualenv]   "version": "3.9.6 (default, Aug 16 2021, 12:43:27) \n[Clang 12.0.0 ]",
[virtualenv]   "makefile_filename": "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/config-3.9-darwin/Makefile",
[virtualenv]   "os": "<module 'os' from '/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/os.py'>",
[virtualenv]   "site": "<module 'site' from '/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/site.py'>",
[virtualenv]   "datetime": "<module 'datetime' from '/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/datetime.py'>",
[virtualenv]   "math": "<module 'math' from '/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/lib-dynload/math.cpython-39-darwin.so'>",
[virtualenv]   "json": "<module 'json' from '/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/json/__init__.py'>"
[virtualenv] }
[virtualenv] add activators for Bash, CShell, Fish, Nushell, PowerShell, Python
[virtualenv] write /private/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/pyvenv.cfg
[virtualenv]    home = /Users/akshitadixit/miniconda3/envs/unified/bin
[virtualenv]    implementation = CPython
[virtualenv]    version_info = 3.9.6.final.0
[virtualenv]    virtualenv = 20.26.1
[virtualenv]    include-system-site-packages = false
[virtualenv]    base-prefix = /Users/akshitadixit/miniconda3/envs/unified
[virtualenv]    base-exec-prefix = /Users/akshitadixit/miniconda3/envs/unified
[virtualenv]    base-executable = /Users/akshitadixit/miniconda3/envs/unified/bin/python3.9
Source (PyPI): 204 packages found for setuptools >=42
Source (PyPI): 73 packages found for wheel *
Source (PyPI): 1 packages found for setuptools >=42
Source (PyPI): 1 packages found for wheel *
[build:build] Getting build dependencies for wheel...
  - Installing asyncpg (0.25.0): Failed

  Stack trace:

  8  ~/miniconda3/envs/unified/lib/python3.9/site-packages/poetry/installation/executor.py:281 in _execute_operation
      279│ 
      280│             try:
    → 281│                 result = self._do_execute_operation(operation)
      282│             except EnvCommandError as e:
      283│                 if e.e.returncode == -2:

  7  ~/miniconda3/envs/unified/lib/python3.9/site-packages/poetry/installation/executor.py:391 in _do_execute_operation
      389│             return 0
      390│ 
    → 391│         result: int = getattr(self, f"_execute_{method}")(operation)
      392│ 
      393│         if result != 0:

  6  ~/miniconda3/envs/unified/lib/python3.9/site-packages/poetry/installation/executor.py:516 in _execute_install
      514│ 
      515│     def _execute_install(self, operation: Install | Update) -> int:
    → 516│         status_code = self._install(operation)
      517│ 
      518│         self._save_url_reference(operation)

  5  ~/miniconda3/envs/unified/lib/python3.9/site-packages/poetry/installation/executor.py:554 in _install
      552│             archive = self._download_link(operation, Link(package.source_url))
      553│         else:
    → 554│             archive = self._download(operation)
      555│ 
      556│         operation_message = self.get_operation_message(operation)

  4  ~/miniconda3/envs/unified/lib/python3.9/site-packages/poetry/installation/executor.py:746 in _download
      744│             self._yanked_warnings.append(message)
      745│ 
    → 746│         return self._download_link(operation, link)
      747│ 
      748│     def _download_link(self, operation: Install | Update, link: Link) -> Path:

  3  ~/miniconda3/envs/unified/lib/python3.9/site-packages/poetry/installation/executor.py:781 in _download_link
      779│             self._write(operation, message)
      780│ 
    → 781│             archive = self._chef.prepare(archive, output_dir=original_archive.parent)
      782│ 
      783│         # Use the original archive to provide the correct hash.

  2  ~/miniconda3/envs/unified/lib/python3.9/site-packages/poetry/installation/chef.py:123 in prepare
      121│             return self._prepare(archive, destination=destination, editable=editable)
      122│ 
    → 123│         return self._prepare_sdist(archive, destination=output_dir)
      124│ 
      125│     def _prepare(

  1  ~/miniconda3/envs/unified/lib/python3.9/site-packages/poetry/installation/chef.py:194 in _prepare_sdist
      192│             destination.mkdir(parents=True, exist_ok=True)
      193│ 
    → 194│             return self._prepare(
      195│                 sdist_dir,
      196│                 destination,

  ChefBuildError

  Backend subprocess exited when trying to invoke get_requires_for_build_wheel

  Traceback (most recent call last):
    File "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/site-packages/pyproject_hooks/_in_process/_in_process.py", line 373, in <module>
      main()
    File "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/site-packages/pyproject_hooks/_in_process/_in_process.py", line 357, in main
      json_out["return_val"] = hook(**hook_input["kwargs"])
    File "/Users/akshitadixit/miniconda3/envs/unified/lib/python3.9/site-packages/pyproject_hooks/_in_process/_in_process.py", line 134, in get_requires_for_build_wheel
      return hook(config_settings)
    File "/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/setuptools/build_meta.py", line 325, in get_requires_for_build_wheel
      return self._get_build_requires(config_settings, requirements=['wheel'])
    File "/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/setuptools/build_meta.py", line 295, in _get_build_requires
      self.run_setup()
    File "/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/setuptools/build_meta.py", line 311, in run_setup
      exec(code, locals())
    File "<string>", line 248, in <module>
    File "/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/setuptools/__init__.py", line 104, in setup
      return distutils.core.setup(**attrs)
    File "/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/setuptools/_distutils/core.py", line 158, in setup
      dist.parse_config_files()
    File "/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/_virtualenv.py", line 22, in parse_config_files
      result = old_parse_config_files(self, *args, **kwargs)
    File "/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/setuptools/dist.py", line 631, in parse_config_files
      pyprojecttoml.apply_configuration(self, filename, ignore_option_errors)
    File "/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/setuptools/config/pyprojecttoml.py", line 68, in apply_configuration
      config = read_configuration(filepath, True, ignore_option_errors, dist)
    File "/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/setuptools/config/pyprojecttoml.py", line 129, in read_configuration
      validate(subset, filepath)
    File "/var/folders/z1/zkn23dzx1_9fy809kt5vbt8r0000gn/T/tmp00ctirho/.venv/lib/python3.9/site-packages/setuptools/config/pyprojecttoml.py", line 57, in validate
      raise ValueError(f"{error}\n{summary}") from None
  ValueError: invalid pyproject.toml config: `project`.
  configuration error: `project` must contain ['name'] properties

  at ~/miniconda3/envs/unified/lib/python3.9/site-packages/poetry/installation/chef.py:164 in _prepare
      160│ 
      161│                 error = ChefBuildError("\n\n".join(message_parts))
      162│ 
      163│             if error is not None:
    → 164│                 raise error from None
      165│ 
      166│             return path
      167│ 
      168│     def _prepare_sdist(self, archive: Path, destination: Path | None = None) -> Path:

Note: This error originates from the build backend, and is likely not a problem with poetry but with asyncpg (0.25.0) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "asyncpg (==0.25.0)"'.
dimbleby commented 1 month ago

as you can see this error comes from the subprocess building the asyncpg wheel, and as the error message says this is not a poetry problem.

  ValueError: invalid pyproject.toml config: `project`.
  configuration error: `project` must contain ['name'] properties

probably this is true, and you need a fixed version of asyncpg. or if you think that this is not a check that setuptools should be making, then you should talk to setuptools.

please close

akshitadixit commented 1 month ago

Thank for the help, upgrading asyncpg to 0.26.0 helped fix this.

github-actions[bot] commented 1 week ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.