Quix0r on Nostr: Want to share something with you: $ pip3 install pip $ $EDITOR ~/.bashrc and add ...
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
Published at
2023-08-05 17:21:09Event JSON
{
"id": "363b15002a37460de9224daaa10759186e7322e5826d1e74a2afcebf971d3f63",
"pubkey": "39810a4251171866a0e795d2eab74a9e9e15e1a32bacc08640c4b8333ba0bb1b",
"created_at": 1691256069,
"kind": 1,
"tags": [
[
"t",
"nostrhelp"
],
[
"t",
"python"
],
[
"t",
"nostr-relay"
]
],
"content": "Want to share something with you:\n$ pip3 install pip\n$ $EDITOR ~/.bashrc and add ~/.local/bin/:\nexport PATH=\"${HOME}/.local/bin/:${PATH}\"\n\nlogout/login!\n\n$ which pip3 (should give you /home/user/.local/bin/pip3)\n$ pip3 install nostr-relay\n$ nostr-relay serve\n\nIf you see error messages, about 'field' and 'config' and you should use 'info' instead, your pydantic is to new, run this:\n\n$ pip3 install --upgrade pydantic==1.10.7\n\nAnd it should be starting again. #nostrhelp #python #nostr-relay",
"sig": "befdf597e738174882c9698106c36c9dacb8029028f18d543917912b095fd53cf6abe3d20ddedea400dd7f630e0858d0e9c40d30e578ecd9d229d7a9e43df009"
}