Hi
i seem to have it installed correctly, i get an output from python -m prodigy stats , but for running commands with python -m ner.manual and spans.manual , it says there no module named 'ner' or 'spans' .
Hi
i seem to have it installed correctly, i get an output from python -m prodigy stats , but for running commands with python -m ner.manual and spans.manual , it says there no module named 'ner' or 'spans' .
hi @ami1902!
That's definitely a bit strange. I suspect something happened during the installation. It's hard to debug without more information.
A few questions:
python -m prodigy stats. Especially your version of Python may be of issue.pip, or conda?python3 -m prodigy ...? I don't suspect this will be it since you can run python -m prodigy stats but sometimes aliases can be a bit weird. Related too, did you make try to install using pip3 instead of pip too?venv and make sure to have updated pip install beforehand (that is, run python3 -m pip install --upgrade pip before setting up the venv and installing Prodigy)?If none of these things help, let us know and feel free to provide any additional information you think could help.