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.

Reply to this note

Please Login to reply.

Discussion

My adviceโ€ฆ use python on WSL not directly Windows. I expect you could serve straight out of WSL but Iโ€™m not sure.

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

๐Ÿ™ˆ๐Ÿคทโ€โ™‚๏ธ

๐Ÿ˜”

Try making a venv with the latest python you have on your computer and pip install it in venv.