geopython-workshop
geopython-workshop copied to clipboard
Can't start workshop on WSL linux on Windows 11
I could not make workshop work on WSL linux on Windows 11:
launching this ./geopython-workshop-ctl.sh start
i have this error Using docker-compose Using docker-compose No stopped containers docker-credential-secretservice: error while loading shared libraries: libsecret-1.so.0: cannot open shared object file: No such file or directory [+] Running 0/0 ⠋ pycsw Pulling 0.0s error getting credentials - err: exit status 127, out: ``
Same error if i try to use: docker-compose up -d
Thank you for verifying
To make it work i had to do:
sudo apt install libsecret-1-0 and then sudo apt install gnupg2 pass and now it seems working!
Possibly add this to the docs, @pvgenuchten ? Thanks @silvia-starnini !