I tried this,
pip install memoize Requirement already satisfied: memoize But every time i run pytest, I get the above error ModuleNotFoundError: No module named 'memoize' and it fails to load the conftest.py file even though it is in my tests folder and it also contains an __init__.py file.
any suggestions what else could be wrong/missing?
unable to import memoize (import-error)python --helpfor more details on arguments. The issue is with the path variables you might be having different version python/modules and your root project folder is not in thesys.pathfor python to process it correctly.