You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
order change, add libgpgme - 24.04 ubuntu github action migration
Move 24.04 to first in matrix to try to get it to run earlier as I
only run 4 builds in parallel.
Replace redundant libgpgme-dev with libgpgme to try to fix error with
pip install gpg:
Collecting gpg
Downloading gpg-1.10.0.tar.gz (39 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [2 lines of output]
<string>:163: SyntaxWarning: invalid escape sequence '\s'
Could not find gpgme-config. Please install the libgpgme
development package.
[end of output]
[skip travis]
0 commit comments