David Swinkels

Results 3 comments of David Swinkels

Having the same issue on Python 3.9.7, fastapi-code-generator 0.3.4 and datamodel-code-generator 0.11.15 on Windows.

Thanks asik03 it works again :) This fix also works for running datamodel_code_generator: For that in `/python3.9/site-packages/datamodel_code_generator/__main__.py` line 432 had to be changed from: `pyproject_toml_path = root / "pyproject.toml"` to:...

Had same issue on Windows 7 with Visual Studio Community 2015. Solved it by installing C++ compiler and Windows SDK 8.1. Fix is (source = [Microsoft](https://msdn.microsoft.com/en-us/library/60k1461a.aspx)): - Open Visual Studio....