WARNING: The script spacy.exe is installed in 'C:\Users\thd6c2\AppData\Roaming\Python\Python38\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
fr-core-news-md 3.5.0 requires spacy<3.6.0,>=3.5.0, but you have spacy 3.4.4 which is incompatible.
fr-core-news-sm 3.5.0 requires spacy<3.6.0,>=3.5.0, but you have spacy 3.4.4 which is incompatible.
es-core-news-sm 3.5.0 requires spacy<3.6.0,>=3.5.0, but you have spacy 3.4.4 which is incompatible.
en-core-web-sm 3.5.0 requires spacy<3.6.0,>=3.5.0, but you have spacy 3.4.4 which is incompatible.
de-core-news-sm 3.5.0 requires spacy<3.6.0,>=3.5.0, but you have spacy 3.4.4 which is incompatible.
Thanks for your question and welcome to the Prodigy community
WARNING: The script spacy.exe is installed in 'C:\Users\thd6c2\AppData\Roaming\Python\Python38\Scripts' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
fr-core-news-md 3.5.0 requires spacy<3.6.0,>=3.5.0, but you have spacy 3.4.4 which is incompatible.
fr-core-news-sm 3.5.0 requires spacy<3.6.0,>=3.5.0, but you have spacy 3.4.4 which is incompatible.
es-core-news-sm 3.5.0 requires spacy<3.6.0,>=3.5.0, but you have spacy 3.4.4 which is incompatible.
en-core-web-sm 3.5.0 requires spacy<3.6.0,>=3.5.0, but you have spacy 3.4.4 which is incompatible.
de-core-news-sm 3.5.0 requires spacy<3.6.0,>=3.5.0, but you have spacy 3.4.4 which is incompatible.
First, just to be sure, are you trying to install Prodigy? From your small logs, it's not clear that you are you. When you report errors, please provide the exact command you're running.
Per your logs you have spacy 3.4.4 which is incompatible, you don't have spaCy 3.5 installed. I think you may have spaCy 3.5 installed on a different virtual environment but from your logs, that environment doesn't have 3.5.
Please try again to install Prodigy but in a fresh environment. I recommend installing Prodigy first, which should automatically install spaCy 3.5 if it isn't already available. Then you can install the models fr-core-news-md, etc. individually into that environment.
Also, are you installing via wheel or pip? If you're installing from wheel, make sure you're installing from v1.11.10, which is the first version of Prodigy that works for spaCy 3.5. If you install from pip it should automatically install v1.11.10 (the most current version) so long as your license is still up-to-date.