Skip to content

No module named 'numexpr' QA #33

Answered by FizzleDorf
deriek813 asked this question in Q&A
Discussion options

You must be logged in to vote

You are getting this because numexpr failed to install properly from requirements.txt. normally this is because numpy is a requirement for numexpr but the comfyui install should have already installed that so I'm not sure what the case might be for it to still happen. Regardless, here is the fix:

For cloned ComfyUI installs:

  • open a cli
  • activate your ComfyUI virtual environment
  • pip install numexpr

For packaged Comfyui installs:

  • Open a cli pathed to your root ComfyUI folder
  • .\python_embed\python.exe -s -m pip install numexpr

Let me know if there is any problems with the fix and thank you for letting me know.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@deriek813
Comment options

Answer selected by FizzleDorf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants