Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
silvia-starnini opened this issue Aug 22, 2022 · 2 comments
Open

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

silvia-starnini opened this issue Aug 22, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@silvia-starnini
Copy link

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
Copy link
Author

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 justb4 added the bug Something isn't working label Jun 4, 2023
@justb4 justb4 added this to the FOSS4G 2023 milestone Jun 4, 2023
@justb4
Copy link
Member

justb4 commented Jun 4, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants