ModuleNotFoundError: No module named 'insightface' #9760
Unanswered
gdzsystemsdev-sketch
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to fix this issue with days. I am using Runpod.io, RTX4090.
I have tried multiple templates, AI-dock, installed all required versions that insightface needs, I have started from scratch in new environment.
root@78b8ca91825c:/workspace# python --version
Python 3.11.10
root@78b8ca91825c:/workspace# pip show insightface
WARNING: Package(s) not found: insightface
root@78b8ca91825c:/workspace# pip list | grep torch
torch 2.4.1+cu124
torchaudio 2.4.1+cu124
torchvision 0.19.1+cu124
root@78b8ca91825c:/workspace# nvidia-smi
Mon Sep 8 12:07:20 2025
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.127.05 Driver Version: 550.127.05 CUDA Version: 12.4 |
|-----------------------------------------+------------------------+----------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+========================+======================|
| 0 NVIDIA RTX 2000 Ada Gene... On | 00000000:02:00.0 Off | Off |
| 30% 24C P8 7W / 70W | 9541MiB / 16380MiB | 0% Default |
| | | N/A |
+-----------------------------------------+------------------------+----------------------+
+-----------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=========================================================================================|
+-----------------------------------------------------------------------------------------+
`
ComfyUI Error Report
Error Details
Stack Trace
System Information
Devices
Logs
Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
Additional Context
(Please add any additional context or steps to reproduce the error here)
`
Beta Was this translation helpful? Give feedback.
All reactions