PoonLab/MiCall-Lite

Unregistered loader type

Closed this issue · 0 comments

Attempting to install and run on Ubuntu 16.04, Python 3.5.2:

Traceback (most recent call last):
  File "run-sample.py", line 11, in <module>
    from micall.core.remap import remap
  File "/home/art/git/MiCall-Lite/micall/core/remap.py", line 34, in <module>
    aligner = Aligner(gop=15, gep=3, is_global=True)
  File "/home/art/git/MiCall-Lite/micall/alignment/gotoh2.py", line 23, in __init__
    files = pkgres.resource_listdir('micall.alignment', 'models')
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1190, in resource_listdir
    resource_name
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1486, in resource_listdir
    return self._listdir(self._fn(self.module_path, resource_name))
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1525, in _listdir
    "Can't perform this operation for unregistered loader type"
NotImplementedError: Can't perform this operation for unregistered loader type