Open
Description
After the registry changes the ndt module depends on nd again:
$ /home/stefan/gcc/bin/python3 setup.py --target=ndt install
...
$ /home/stefan/gcc/bin/python3 -m dynd.ndt.test
Traceback (most recent call last):
File "/home/stefan/gcc/lib/python3.6/runpy.py", line 174, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/home/stefan/gcc/lib/python3.6/runpy.py", line 109, in _get_module_details
__import__(pkg_name)
File "/home/stefan/dynd-python/dynd/__init__.py", line 23, in <module>
from .nd.registry import propagate_all
File "/home/stefan/dynd-python/dynd/nd/__init__.py", line 10, in <module>
from .array import array, asarray, type_of, dshape_of, as_py, view, \
ImportError: No module named 'dynd.nd.array'
Metadata
Metadata
Assignees
Labels
No labels