Oddbean new post about | logout
 Congrats man!
I'm in the process of setting up one.

The only problem I had was to get NumPy package work. It needs C extension libs which the interpreter did not find initially. I had to manually adjust the activation script and add libstdc++ shared lib to LD_LIBRARY_PATH

Anyway big props and I'll keep exploring nostr-dvm! 
 Nvm I reset on latest main and a clean venv doesn't produce this issue anymore 
 Good to hear 😊