# not picking up modules

**URL:** https://support.prodi.gy/t/not-picking-up-modules/6075
**Category:** Uncategorized
**Created:** [November 4, 2022, 1:42pm UTC](https://support.prodi.gy/t/not-picking-up-modules/6075 "2022-11-04T13:42:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ami1902](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/ami1902/32/3387_2.png) [@ami1902](https://support.prodi.gy/u/ami1902)
#### Post date: [November 4, 2022, 1:42pm UTC](https://support.prodi.gy/t/not-picking-up-modules/6075/1 "2022-11-04T13:42:23Z")

</div>

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' .

---

<div class="post-metadata">

### Author: ![ryanwesslen](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/ryanwesslen/32/2969_2.png) [@ryanwesslen](https://support.prodi.gy/u/ryanwesslen)
#### Post date: [November 4, 2022, 2:31pm UTC](https://support.prodi.gy/t/not-picking-up-modules/6075/2 "2022-11-04T14:31:00Z")

</div>

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:

1. Was this a new install on that machine? Have you been able to install it on the machine before or is this the first time you've tried on this machine?
2. Did you install Prodigy with a [venv](https://docs.python.org/3/tutorial/venv.html)?
3. Can you provide your versions of Prodigy and Python, and OS? You can do this from the output of `python -m prodigy stats`. Especially your [version of Python](https://support.prodi.gy/t/problems-installing-prodigy-in-conda-environment-no-module-named-prodigy-util/4062/3) may be of issue.
4. How did you [install Prodigy](https://prodi.gy/docs/install#wheel)? A wheel file, through `pip`, or `conda`?
5. Can you try running `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?
6. Could you try to install Prodigy into a fresh `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.
