[iris firefox] Please upload the whl for importlib-metadata==1.3.0 to Mozilla's internal Pypi mirror
Categories
(Release Engineering :: General, task)
Tracking
(Not tracked)
People
(Reporter: mbrandt, Unassigned)
References
Details
I'm still tracing the change set that occurred forcing importlib-metadata to be bumped to 1.3.0 on the mac workers. It's clear that importlib-metadata==1.3.0 is required but not on the mirror.
Note, I'm unable to reproduce this locally, running pip3 install --no-cache-dir -i https://pypi.pub.build.mozilla.org/pub -f https://pypi.pub.build.mozilla.org/pub/ moziris==0.8.4 on a clean venv works for me when using the mirror.
importlib-metadata==1.3.0
https://files.pythonhosted.org/packages/e9/71/1a1e0ed0981bb6a67bce55a210f168126b7ebd2065958673797ea66489ca/importlib_metadata-1.3.0-py2.py3-none-any.whl
SHA256 d95141fbfa7ef2ec65cfd945e2af7e5a6ddbd7c8d9a25e66ff3be8e3daf9f60f
Comment 1•6 years ago
|
||
Done. The difference between your local machine and the test pool might involve the presence (or absence) of XCode or other dev tools.
| Reporter | ||
Comment 2•6 years ago
•
|
||
Ah, that fits. Good insight. The mac worker do not have full XCode installed on them.
| Reporter | ||
Comment 3•6 years ago
•
|
||
Your upload was the needed fix. I've added better logging in our run script (there's more that needs to be done). I'll reach out to relops and ask if they have insight into the how and why as well as if we can catch this sooner.
Description
•