AcademySoftwareFoundation / OpenTimelineIO

Open Source API and interchange format for editorial timeline information.
http://opentimeline.io
Apache License 2.0
1.4k stars 276 forks source link

CI builds broken for windows-2022, mingw64, msys2 #1757

Closed darbyjohnston closed 3 weeks ago

darbyjohnston commented 1 month ago

Required:


[x] I believe this isn't a duplicate topic
[x] This report is not related to an adapter

Select One:

[x] Build problem
[ ] Incorrect Functionality or bug
[ ] New feature or functionality

Description

It looks like CI builds are failing on windows-2022, mingw64, msys2: https://github.com/AcademySoftwareFoundation/OpenTimelineIO/actions/runs/9359154592/job/25762376998?pr=1755

The error happens in the "Run check-manifest and lint check" stage, with an error about distlib not being found:

ModuleNotFoundError: No module named 'pip._vendor.distlib'

@markreidvfx I think you added support for msys2 to the CI, any thoughts on the error?