-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
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.
Reactions are currently unavailable