File "C:\ProgramData\Anaconda3\lib\site-packages\numpy\distutils\mingw
dry_run, force)
File "C:\ProgramData\Anaconda3\lib\distutils\cygwinccompiler.py", line
if self.ld_version >= "2.10.90":
TypeError: '>=' not supported between instances of 'NoneType' and 'str'
Facing this error for a long time in my Python environment, I don't know if it's due to cygwin or not.
msc_ver
of my computer is 1915 and I get the errorValueError: Unknown MS Compiler version 1915
. What can I do to solve it? – Interdenominational