Skip to content
Commit d2ccabae authored by Daniël de Kok's avatar Daniël de Kok Committed by Frederik Rietdijk
Browse files

pythonPackages.spacy: fix import error

Importing spacy fails with:

ModuleNotFoundError: No module named 'pkg_resources

spaCy probably worked before because a dependency had setuptools as a
propagated dependency. This change adds setuptools to spacy's
propogatedBuildInputs.

Tested with the en_core_web_sm model.
parent bef773ed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment