stanfordmlgroup / chexpert-labeler

CheXpert NLP tool to extract observations from radiology reports.
MIT License
328 stars 78 forks source link

run label.py ModuleNotFoundError: No module named '_JohnsonReranker' #46

Closed sherry6247 closed 1 year ago

sherry6247 commented 1 year ago

Hi, when I try to run 'label.py --help', it reports the error like that: image Then I uninstall the bllipparser and use 'pip install bllipparser' to install lastest bllipparser, it can successful run the script: 'from bllipparser import RerankingParser' However, when I try again 'label.py --help', it reports the error like that: image I have no idea how to fix this error

sherry6247 commented 1 year ago

The problem was solved by changing to another Linux machine.