As you said about the installation, i have already done that part but still some issues are there.
>> addpath('D:\Hypergolic_DATA_sheets\Cantera')
>> f = ck2cti('Final_reaction_mechanism_data_sheet.inp')
Error using ctmethods
***********************************************************************
CanteraError thrown by ck2cti:
Error converting input file "Final_reaction_mechanism_data_sheet.inp" to CTI.
Python command was: 'python'
The exit code was: 7
-------------- start of converter log --------------
sys.path: ['', 'C:\\Program Files\\Cantera\\bin', 'C:\\Program Files
(x86)\\Python36-32\\python36.zip', 'C:\\Program Files (x86)\\Python36-32\\DLLs', 'C:\\Program
Files (x86)\\Python36-32\\lib', 'C:\\Program Files (x86)\\Python36-32', 'C:\\Program Files
(x86)\\Python36-32\\lib\\site-packages']
Traceback (most recent call last):
File "<stdin>", line 5, in <module>
ModuleNotFoundError: No module named 'cantera'
--------------- end of converter log ---------------
***********************************************************************
Error in ck2cti (line 47)
iok = ctmethods(0, 1, infile, thermo, transport, idtag, 0, 0);
This is the error that i'm getting.