Changes between Version 1 and Version 2 of Ticket #7222, comment 4
- Timestamp:
- Jul 6, 2022, 12:18:34 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7222, comment 4
v1 v2 1 1 The make_universal.py script ignored some files which had differences, files or directories that ended in any of these 2 2 3 !__pycache __, debugpy, RECORD, WHEEL, METADATA, direct_url.json, _CodeSignature, imagecodecs/licenses, .a, .c, .dist-info3 !__pycache!__, debugpy, RECORD, WHEEL, METADATA, direct_url.json, _CodeSignature, imagecodecs/licenses, .a, .c, .dist-info 4 4 5 5 Some of those (RECORD, WHEEL, METADATA, direct_url.json, .dist-info) are PyPi repository meta-data. Using the ARM64 version of the metadata on Intel Mac may lead to some problems if you try to pip install new packages into ChimeraX it will have the wrong information about which versions (Intel vs ARM64) are installed for the effected packages. I am not sure if that is going to cause havoc say with Toolshed installs.