I am trying to use Cantera on python. I downloaded Anaconda and followed the instructions on Cantera's website to install. Their website's tutorial says to write:
import cantera as ct
import numpy as np
When I run it, I get the error:
ModuleNotFoundError: No module named 'cantera'
I tried reinstalling everything.
You might not be activating your environment. Activate it first in the command prompt and then try to import the modules.