Changes between Version 1 and Version 2 of Ticket #7222, comment 4


Ignore:
Timestamp:
Jul 6, 2022, 12:18:34 AM (3 years ago)
Author:
Tom Goddard

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7222, comment 4

    v1 v2  
    11The make_universal.py script ignored some files which had differences, files or directories that ended in any of these
    22
    3 !__pycache__, debugpy, RECORD, WHEEL, METADATA, direct_url.json, _CodeSignature, imagecodecs/licenses, .a, .c, .dist-info
     3!__pycache!__, debugpy, RECORD, WHEEL, METADATA, direct_url.json, _CodeSignature, imagecodecs/licenses, .a, .c, .dist-info
    44
    55Some 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.