hsnr-gamera / gamera-4

Gamera 4 for Python 3
GNU General Public License v2.0
10 stars 8 forks source link

Replace distutils and the old buffer protocol #61

Closed Cyperghost closed 1 year ago

FriedrichFroebel commented 1 year ago

CI seems to fail due to some issue with the gstreamer installation, as can be seen in https://github.com/actions/runner-images/issues/6399#issuecomment-1286050292 and https://bugs.launchpad.net/ubuntu/+source/google-glog/+bug/1991919. We might have to add the proposed workaround here.

cdalitz commented 1 year ago

It looks as though CI tries to call "pip install", which must fail because gamera still uses distutils. This is however the last release using distutils. We are quite close to finishing a version that uses setuptools. We should postpone having a look into the CI problems until the transgression is done.

Oh sorry: ignore this comment. I was referring to the problems with the old release, not the new version using setuptools ...