Weird It should be work on Windows 10 both HCP and nc50lc also use Windows 10 but they never got this error.
I didn't compiled the binaries, I directly installed and ran "
run_electrum" through Python v3.8 with the pre-requisites.
You can follow the guide in Github with some modifications.
1. Download Python 3.8 installer for Windows:
https://www.python.org/downloads/release/python-380/.
2. Download Electrum from Github as ZIP, extract it (
electrum-master) and paste inside python38 folder (
for easy access).
3. Open a command prompt inside python38 folder (
where python.exe was installed) using "
Shift->Right Click->Open command window here".
4. In the console, enter these (
requires internet):
python -m pip install --upgrade pip
To upgrade pip module to the latest version.
python -m pip install pyqt5
python -m pip install setuptools
Probably pre-installed
python -m pip install electrum-master/
Needs to be the same folder name as your extracted electrum-master.zip and including the slash "/" at the end.
5. To launch electrum, enter:
python electrum-master/run_electrum
And wait for a few minutes for the first launch, a few seconds if it was launched before.
You can create a .bat file with #5 to easily launch Electrum using double-click.
Create a new text file in python folder, paste the code from step 5, save; then rename the extension ".txt" into ".bat".
Create a shortcut of the bat file and name it "
Electrum 4.0.0a0".