Frequently Asked Questions¶
How do I resolve the
ModuleNotFoundError: No module named 'skbuild'when usingpipto installPyGAMer?The name of the package is
scikit-buildwhich unfortunately does not match the module name. Runpip install scikit-buildto satisfy the requirement.