If you're using miniforge, then it's probably easiest to install spacy
through conda. First create a new environment, then for the current prodigy v1.11, you need spacy v3.1:
conda install -c conda-forge "spacy~=3.1.4"
Then run the pip install prodigy
command with the license key or whl path options.