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.
Please Login to reply.
I'll give it a try
on WSL i was able to install pyhton, pip, then pip install nostr-relay.
pip list | grep nostr-relay
nostr-relay 1.13
nostr-relay
nostr-relay: command not found
python -m nostr-relay
/usr/bin/python: No module named nostr-relay
๐๐คทโโ๏ธ
๐