kaitai is failing to install
nov3mb3r opened this issue · 1 comments
nov3mb3r commented
Following the instructions of readme some dependencies are needed. kaitai.compass cannot be installed via pip
sudo python3 setup.py install
Traceback (most recent call last):
File "setup.py", line 4, in <module>
formatsPath = thisDir / "kaitai_struct_formats"
NameError: name 'thisDir' is not defined
KOLANICH commented
I'm sorry for the late response, just saw this issue. We don't use setup.py
anymore. We use declarative configuration in pyproject.toml
for quite some time. Should work since then.