-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
When i attempt to import dictlearn using python 2.7 I get the following error:
Python 2.7.16 |Anaconda, Inc.| (default, Aug 22 2019, 16:00:36)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import dictlearn as dl
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "dictlearn/__init__.py", line 92, in <module>
from .algorithms import (
File "dictlearn/algorithms.py", line 6, in <module>
from . import optimize, inpaint, sparse
File "dictlearn/optimize.py", line 10, in <module>
from . import sparse, preprocess
File "dictlearn/sparse.py", line 13, in <module>
from ._dictlearn import _dictlearn
File "dictlearn/_dictlearn/__init__.py", line 1, in <module>
from . import _dictlearn
ImportError: cannot import name _dictlearn
Any advice you can give for resolving this issue would be greatly appreciated.
Thanks
Metadata
Metadata
Assignees
Labels
No labels