Solution:
pip install pywavelets
or
pip install scikit-image
The relevant dependencies pywavelets will be installed automatically
If an error is reported later:
modulenotfounderror: no module named ‘skimage metrics‘
If the skimage version is too low, update to the latest version (or 0.18+):
pip install scikit-image --upgrade