Why could be simpler than running a relay?
pip install nostr-relay
nostr-relay serve
Why could be simpler than running a relay?
pip install nostr-relay
nostr-relay serve
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
'pkg-config' is required to install this package. Please see the README for details.
[end of output]
and after installing pkg-config-lite (btw why do I have a packet manager, when I have to manually install binaries to installl a python program?!) I ran into
error: Microsoft Visual C++ 14.0 or greater is required.
OMG I'll nether get, why all this console nonsense from the 60s of the last century of the last millenium ist still so popular. Of course I installed MS build tools from the recommended source in the error message. But the error message remains. Maybe some path thing, but there is no hint where to search.
Any tips on how I can move forward?
and found I have to modify the MS VC tools after installation. It gets tha a bit further but I run into
aiohttp/_websocket.c(3042): error C2039: "ob_digit" is not a member of "_longobject"
🙁 ... searching the web leads to open issues and to install betas.
My advice… use python on WSL not directly Windows. I expect you could serve straight out of WSL but I’m not sure.
Try making a venv with the latest python you have on your computer and pip install it in venv.
Stop using Python, this is madness.
Very cool!
Not sure if it works on local networks with other devices. Would be great if it did.