Want to share something with you:

$ pip3 install pip

$ $EDITOR ~/.bashrc and add ~/.local/bin/:

export PATH="${HOME}/.local/bin/:${PATH}"

logout/login!

$ which pip3 (should give you /home/user/.local/bin/pip3)

$ pip3 install nostr-relay

$ nostr-relay serve

If you see error messages, about 'field' and 'config' and you should use 'info' instead, your pydantic is to new, run this:

$ pip3 install --upgrade pydantic==1.10.7

And it should be starting again. #nostrhelp #python #nostr-relay

Reply to this note

Please Login to reply.

Discussion

No replies yet.