After following the quick start from https://hypothesis.readthedocs.io/en/latest/quickstart.html I import the hypothesis, when i run the code I get this -> ModuleNotFoundError: No module named 'hypothesis'
pip install hypothesis
import hypothesis
from titleCost import *
from hypothesis import given, settings,Verbosity, text, strategies as some
UPDATE: if anyone has this error follow this link Unable to import a module that is definitely installed . This helped me through it and worked out.