Skip to content

ModuleNotFoundError: No module named 'invcryrep' #106

@adosar

Description

@adosar

Hello,

After installing mattext I am facing the following issue:

>>> from mattext.representations import TextRep
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/asarikas/venvir/numpy/lib/python3.11/site-packages/mattext/representations/__init__.py", line 1, in <module>
    from xtal2txt.core import TextRep
  File "/home/asarikas/venvir/numpy/lib/python3.11/site-packages/xtal2txt/core.py", line 7, in <module>
    from invcryrep.invcryrep import InvCryRep
ModuleNotFoundError: No module named 'invcryrep'

I suspect that this may be related to how the xtal2txt package loads slices as mentioned here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions