dance
dance copied to clipboard
__init__.py missing from dance/metadata
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.