Python officially recommends pipenv to manage environments. I’ve installed prodigy into a virtualenv with the incantation pipenv run pip install $PGY_WHL_FILE
. Installation works, but running the prodigy
or spacy
executables fails:
Failed to execute process '/Users/sooheon/.local/share/virtualenvs/haafor-ner-VcDDy43I/bin/prodigy'. Reason:
exec: Exec format error
The file '/Users/sooheon/.local/share/virtualenvs/haafor-ner-VcDDy43I/bin/prodigy' is marked as an executable but could not be run by the operating system.