I work in an HPC environment where conda installation is not possible, pip installation results in a ModuleNotFoundError for dance.metadata. The directory appears to be missing its __init__.py file. Cloning the repo, adding the file and pip installing from the local clone worked for me.
I work in an HPC environment where conda installation is not possible, pip installation results in a
ModuleNotFoundErrorfor dance.metadata. The directory appears to be missing its__init__.pyfile. Cloning the repo, adding the file and pip installing from the local clone worked for me.