from ..utils.sparse import ll_to_sparse, expand_indptr, _read_file, _read_file_safe File "/home/joao/Downloads/xclib/xclib/utils/sparse.py", line 1, in <module> from ._sparse import _rank, read_file, read_file_safe, _topk ModuleNotFoundError: No module named 'xclib.utils._sparse' #1
Hi
I tried to import data_utils to run the example that is in repository but doesn't work.
from xclib.data import data_utils.
The following error appears:
from ..utils.sparse import ll_to_sparse, expand_indptr, _read_file, _read_file_safe File "/home/joao/Downloads/xclib/xclib/utils/sparse.py", line 1, in from ._sparse import _rank, read_file, read_file_safe, _topk ModuleNotFoundError: No module named 'xclib.utils._sparse'
Hi I tried to import data_utils to run the example that is in repository but doesn't work. from ._sparse import _rank, read_file, read_file_safe, _topk ModuleNotFoundError: No module named 'xclib.utils._sparse'
from xclib.data import data_utils
. The following error appears: from ..utils.sparse import ll_to_sparse, expand_indptr, _read_file, _read_file_safe File "/home/joao/Downloads/xclib/xclib/utils/sparse.py", line 1, in