ImportError: Version check of the existing lazylinker compiled file. Looking for version 0.211, but found None
Same problem here, solved by installing a mingw-w64 import library for python(on Windows via conda) in your CLI type:
conda install -c anaconda libpython
I had the same problem, got me 2 days to resolve! It was from path environment, i had another mingw path imported in variables and i removed it!