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

It's probably not an issue with this, more likely an issue with me but ... #8

Open
lloydi opened this issue Aug 4, 2022 · 1 comment

Comments

@lloydi
Copy link

lloydi commented Aug 4, 2022

I followed the quick start guide, but last step did not work for me:

Last login: Thu Aug 4 21:30:12 on ttys000
me@mycomputer ~ % git clone https://github.com/danvk/ssi-server.git
Cloning into 'ssi-server'...
remote: Enumerating objects: 48, done.
remote: Total 48 (delta 0), reused 0 (delta 0), pack-reused 48
Receiving objects: 100% (48/48), 11.58 KiB | 127.00 KiB/s, done.
Resolving deltas: 100% (21/21), done.
me@mycomputer ~ % cd ssi-server
me@mycomputer ssi-server % ./ssi_server
zsh: no such file or directory: ./ssi_server

I was running this on an M1 MacBook Air, and have installed Python 3. I can run the server, but cannot get it to process include files.

I tweeted here: https://twitter.com/lloydi/status/1555296947677847552?s=20&t=JL-uI1AihhLf--Rp4IobaQ

People referred me to this.

If you are able to help, I'd appreciate it. Thanks

@danvk
Copy link
Owner

danvk commented Aug 5, 2022

It needs to be ./ssi_server.py, not ./ssi_server (the README is wrong). Give that a try, if it works then a PR to update the docs would be appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants