Thank you very much for your time and help.
C:\Users\User\Downloads\cantera>scons build
scons: Reading SConscript files ...
INFO: SCons is using the following Python interpreter: c:\users\user\appdata\local\programs\python\python39\python.exe
INFO: Compiling for architecture: amd64
INFO: Compiling using the following toolchain(s): ['mingw', 'f90']
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xdd in position 0: invalid continuation byte:
File "C:\Users\User\Downloads\cantera\SConstruct", line 195:
env = Environment(tools=toolchain+['textfile', 'subst', 'recursiveInstall', 'wix', 'gch'],
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\SCons\Environment.py", line 1010:
apply_tools(self, tools, toolpath)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\SCons\Environment.py", line 116:
_ = env.Tool(tool)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\SCons\Environment.py", line 1879:
tool(self)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\SCons\Tool\__init__.py", line 273:
self.generate(env, *args, **kw)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\SCons\Tool\mingw.py", line 155:
SCons.Tool.Tool(tool)(env)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\SCons\Tool\__init__.py", line 273:
self.generate(env, *args, **kw)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\SCons\Tool\gcc.py", line 56:
version = detect_version(env, env['CC'])
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\SCons\Tool\gcc.py", line 91:
while SCons.Util.to_str(pipe.stdout.readline()):
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\SCons\Util.py", line 1937:
return str(s, 'utf-8')
I downloaded Microsoft compilers (VS 2019). I believe that the problem is that it is trying to compile using the 'mingw'. How to change this feature to compile using VS?