I'm trying to use cantera in spyder for a code, but I keep getting this error:
File "c:\users\usuario\.spyder-py3\temp.py", line 7, in <module>
import cantera as ct
ModuleNotFoundError: No module named 'cantera'
I have installed Conda and followed the instructions that Cantera's web site said (https://cantera.org/install/conda-install.html#sec-install-conda)
It's very frustating and I don't know what to do. Can you help me please?