nanogui icon indicating copy to clipboard operation
nanogui copied to clipboard

cannot import python module

Open wildeyevr opened this issue 3 years ago • 0 comments

installed with setup.py (pip install .) I get the following traceback when trying to import the module

import nanogui Traceback (most recent call last): File "", line 1, in File "/home/proscans/nanogui/nanogui/init.py", line 3, in _import('nanogui.nanogui_ext') File "/usr/lib/python3.9/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) ModuleNotFoundError: No module named 'nanogui.nanogui_ext'

wildeyevr avatar Feb 09 '22 19:02 wildeyevr