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.

The error
ModuleNotFoundError: No module named 'cantera'implies that you have not succesfully installed the 'cantera' module. You stated you downloaded anaconda then followed the install procedure here?Can you please show me what the output was for this, if there was an error or admin block then cantera was never installed and that is why you can't import it.