Jason R. Coombs

Results 1062 comments of Jason R. Coombs

Looking at the traceback, it points to `pyobjc-framework-addressbook`: ``` File "/private/var/folders/f2/2plv6q2n7l932m2x004jlw340000gn/T/pip-install-35nzwty9/pyobjc-framework-addressbook_694a0abfc59445b6ada044e2b29fffb5/pyobjc_setup.py", line 517, in Extension lines = subprocess.check_output(["xcodebuild", "-version"], text=True).splitlines() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/[email protected]/3.12.5/Frameworks/Python.framework/Versions/3.12/lib/python3.12/subprocess.py", line 466, in check_output return run(*popenargs, stdout=PIPE,...

Aha. Looks like there are other references to a similar issue, such as in 864a21829c578f6479ac6401d191fb759215175e, which is not yet part of any release.

@ariccio is this something that might be possible/acceptable? If it's not going to be possible to share a device, I'll probably forge a fake serial number to enter readings from...

> Oops! I did totally miss your initial issue filing. No big deal. Grateful for the work you have done. > While you're reading, does your serial number also start...

Thanks for the report. My initial instinct is not to update the lower bound. I usually consider the lower bound for a dependency to indicate versions that are compatible, and...

> Hi Jason, in our security report, `importlib-metadata` is keep calling old version of `zipp`. Unless we specify the latest version `3.19.1` in `importlib-metadata` it will be calling old version...

@Lucretiel Issue #28 and #32 is now blocking my ability to test other issues I'm developing on Setuptools (https://github.com/pypa/setuptools/pull/4457#issuecomment-2206185622). I'm trying to do a `--no-binary` install of setuptools with its...

sswam, your issue is slightly different. #91216 is attempting to address whether `PackageMetadata.__getitem__` should return `None` or raise an exception. Regardless of the choice made regarding this issue, the environment...

> * Someone could implement an environment checker that could utilize importilb.metadata to analyze distributions and identify those that appear to be invalid. The `py -m importlib.metadata.diagnose` (or `py -m...

> * importlib.metadata could sort discovered distributions in reverse lexicographic order or reverse inferred version order such that newer versions take precedence. That wouldn't fix the issue if the invalid...