Though I have configured the path: path=C:\Program Files (x86)\Windows Kits\10\Lib\10.0.17763.0\ucrt and C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC, I am getting the error "file io.h not found", even though it is available in the first path. The exact error is:
C:\Users\XXXXX\Anaconda3\include\pyconfig.h(59): fatal error LNK 1181: Cannot open include file: ucrt.lib': No such file or directory
I am installing reportlab using the setup.py file with the package.
Kindly help I am totally clueless as I have installed everything from visual studio and universal crt as well but no respite.
thanks for your time.