Hi
I’m getting issues when I try to install MedCAT.
Following the instructions here: Medical oncept Annotation Tool — MedCAT :latest documentation, pip install gives me this error:
ModuleNotFoundError: No module named ‘distutils’
Following the instructions here: medcat · PyPI, pip install gives me this error:
AttributeError: ‘dict’ object has no attribute ‘NUMPY_SETUP’
I’m running Linux on a Macbook with an M1 processor. I’m running the pip commands inside a venv using Python 3.12.2.
I’d appreciate any help in resolving this, thanks.