I had opened the file cygwinccompiler.py and the thing is, the version 1916 isn't handled within that file.
I'm new programming with Python and Flask, and I'm stuck in this point since yesterday. I would like to know with some Windows user got the same problem and how did you guys solve it?
File: "c:\user**\appdata\local\programs\python\python37\lib\distutils\cygwinccompiler.py", line 85, in get_msvcr raise ValueError("Unknown MS Compiler version %s " % msc_ver) ValueError: Unknown MS Compiler version 1916
I had installed Flask Flask-Session psycopg2 SQLAlchemy <-- but in this point, I'm getting an error as well after getting the MS Compiler error with the same message error.
Thanks in advance,