Closed j-brendel closed 3 years ago
When running 'pytest tests' I get ModuleNotFoundError: No module named 'oemof'
Is this only true for me?
Try running pip install -r requirements.txt in your virtual environment. This should install the specific version of oemof we need.
pip install -r requirements.txt
Thanks for the hint, that did the trick!
When running 'pytest tests' I get ModuleNotFoundError: No module named 'oemof'
Is this only true for me?