Hi Cantera group,
Cantera is throwing an error whenever I am running a .cti file. However, it runs smoothly with XML or YAML files. The error is attached.
Any help would be highly appreciated!!
CanteraError:
***********************************************************************
CanteraError thrown by call_ctml_writer:
Error converting input file "C:\Users\pawanojha261\Anaconda3\envs\ct-env\lib\site-packages\cantera\data/gri30.cti" to CTML.
Python command was: 'C:\Users\pawanojha261\AppData\Local\Programs\Python\Python37\python.exe'
The exit code was: 1
-------------- start of converter log --------------
sys.path: ['', 'C:\\Users\\pawanojha261\\AppData\\Local\\Programs\\Python\\Python37\\python37.zip', 'C:\\Users\\pawanojha261\\AppData\\Local\\Programs\\Python\\Python37\\DLLs', 'C:\\Users\\pawanojha261\\AppData\\Local\\Programs\\Python\\Python37\\lib', 'C:\\Users\\pawanojha261\\AppData\\Local\\Programs\\Python\\Python37', 'C:\\Users\\pawanojha261\\AppData\\Local\\Programs\\Python\\Python37\\lib\\site-packages']
Traceback (most recent call last):
File "<stdin>", line 5, in <module>
File "C:\Users\pawanojha261\AppData\Local\Programs\Python\Python37\lib\site-packages\cantera\__init__.py", line 4, in <module>
from ._cantera import *
File "__init__.pxd", line 164, in init cantera._cantera
ModuleNotFoundError: No module named 'numpy'
--------------- end of converter log ---------------
***********************************************************************
Thank you