vince7lf / aerial_wildlife_detection

Tools for detecting wildlife in aerial images using active learning
MIT License
0 stars 0 forks source link

error gpg: can't connect (...): IPC connect call failed #68

Open vince7lf opened 1 year ago

vince7lf commented 1 year ago

refer to https://stackoverflow.com/questions/46673717/gpg-cant-connect-to-the-agent-ipc-connect-call-failed

dirmngr already running and zoombie process restart VM will solve. Kill zoombie process will also.

fix : kill gpg-agent before sudo docker-compose build restart gpg-agent :

pkill -9 gpg-agent
source <(gpg-agent --daemon)
vince7lf commented 1 year ago

fixed