geopython / geopython-workshop

The Doing Geospatial in Python Workshop (mainly provided at FOSS4G events)
https://geopython.github.io/geopython-workshop
Other
55 stars 22 forks source link

Can't start workshop on WSL linux on Windows 11 #106

Open silvia-starnini opened 2 years ago

silvia-starnini commented 2 years ago

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

silvia-starnini commented 2 years ago

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!

justb4 commented 1 year ago

Possibly add this to the docs, @pvgenuchten ? Thanks @silvia-starnini !