Now it shows on the plugins but when enabling it the error popup it says "sorry" and I already made the first 3 commands from the OP work what do you think look at the image below.
After checking the traceback the error shows "ModuleNotFoundError: No module named 'nostr" but I already tried the command above and it work just fine. It should be installed on Electrum I guess?
The plugin will appear as long as the plugin is present whether you have the dependencies or not.
But it wont work without those four, refer to this:
But to make "joinstr" to work without errors, "nostrj" should be installed as well as the three easy-to-install dependencies.
It's a python dependency which should be installed with:
./python -m pip install nostrj like the other three.
However, it requires "
pkg-config" which is tricky to install in Windows and may not even work
and honestly, I never plan to use nostrj in Electrum Windows so I did not bother to go though the process of installing pkg-config to test it.