I have encountered an issue while trying to install and import the cliffordlayers package from the GitHub repository. The package appears to be missing the init.py file, which is necessary for exposing the package correctly during installation.
To resolve this issue, consider adding an init.py file to the root directory of the cliffordlayers package and modules inside it. This will enable Python to recognize the package structure and allow users to import it successfully.
I have encountered an issue while trying to install and import the cliffordlayers package from the GitHub repository. The package appears to be missing the init.py file, which is necessary for exposing the package correctly during installation.
As a result, after installing the package using pip install git+https://github.com/microsoft/cliffordlayers.git, the import cliffordlayers command fails to work in Python.
To resolve this issue, consider adding an init.py file to the root directory of the cliffordlayers package and modules inside it. This will enable Python to recognize the package structure and allow users to import it successfully.