Operating System: Debian GNU/Linux 10 (buster) on Raspberry Pi 3
Description
First I installed sknetwork using pip install sknetwork. Installation works well. Then when I import sknetwork I get ModuleNotFoundError: No module named 'sknetwork.topology.kcliques'
After trying different things I gave up. Uninstalled with pip and decided to compile from source.
Description
First I installed sknetwork using pip install sknetwork. Installation works well. Then when I import sknetwork I get ModuleNotFoundError: No module named 'sknetwork.topology.kcliques' After trying different things I gave up. Uninstalled with pip and decided to compile from source.
What I Did
In the sknetwork/topology dir there are no *.cpp files (as per the repo). Only:
dag_core.pyx dag.py init.py kcliques.pyx kcore.pyx structure.py tests triangles.pyx weisfeiler_lehman_core.pyx weisfeiler_lehman.py