Skip to content

why is this happening im a noob ive been trying to download everytime i fix a new issue #1600

@zentrogum-tech

Description

@zentrogum-tech

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.
onnx 1.20.0 requires ml_dtypes>=0.5.0, but you have ml-dtypes 0.4.1 which is incompatible.
onnx 1.20.0 requires protobuf>=4.25.1, but you have protobuf 3.20.3 which is incompatible.
opencv-python 4.12.0.88 requires numpy<2.3.0,>=2; python_version >= "3.9", but you have numpy 1.26.4 which is incompatible.
opencv-python-headless 4.12.0.88 requires numpy<2.3.0,>=2; python_version >= "3.9", but you have numpy 1.26.4 which is incompatible.
tensorflow 2.20.0 requires ml_dtypes<1.0.0,>=0.5.1, but you have ml-dtypes 0.4.1 which is incompatible.
tensorflow 2.20.0 requires protobuf>=5.28.0, but you have protobuf 3.20.3 which is incompatible.
tensorflow 2.20.0 requires tensorboard~=2.20.0, but you have tensorboard 2.17.0 which is incompatible.
Successfully installed keras-3.12.0 ml-dtypes-0.4.1 numpy-1.26.4 tensorflow-intel-2.17.0
(venv) PS C:\WINDOWS\system32\Deep-Live-Cam> python run.py
Traceback (most recent call last):
File "C:\WINDOWS\system32\Deep-Live-Cam\run.py", line 6, in
from modules import core
File "C:\WINDOWS\system32\Deep-Live-Cam\modules\core.py", line 20, in
import modules.ui as ui
File "C:\WINDOWS\system32\Deep-Live-Cam\modules\ui.py", line 12, in
from modules.face_analyser import (
File "C:\WINDOWS\system32\Deep-Live-Cam\modules\face_analyser.py", line 4, in
import insightface
File "C:\WINDOWS\system32\Deep-Live-Cam\venv\lib\site-packages\insightface_init_.py", line 16, in
from . import model_zoo
File "C:\WINDOWS\system32\Deep-Live-Cam\venv\lib\site-packages\insightface\model_zoo_init_.py", line 1, in
from .model_zoo import get_model
File "C:\WINDOWS\system32\Deep-Live-Cam\venv\lib\site-packages\insightface\model_zoo\model_zoo.py", line 11, in
from .arcface_onnx import *
File "C:\WINDOWS\system32\Deep-Live-Cam\venv\lib\site-packages\insightface\model_zoo\arcface_onnx.py", line 10, in
import onnx
File "C:\WINDOWS\system32\Deep-Live-Cam\venv\lib\site-packages\onnx_init_.py", line 131, in
from onnx import (
File "C:\WINDOWS\system32\Deep-Live-Cam\venv\lib\site-packages\onnx\compose.py", line 8, in
from onnx import (
File "C:\WINDOWS\system32\Deep-Live-Cam\venv\lib\site-packages\onnx\helper.py", line 19, in
from onnx import _mapping, defs
File "C:\WINDOWS\system32\Deep-Live-Cam\venv\lib\site-packages\onnx_mapping.py", line 104, in
np.dtype(ml_dtypes.float4_e2m1fn),
AttributeError: module 'ml_dtypes' has no attribute 'float4_e2m1fn'. Did you mean: 'float8_e4m3fn'?
(venv) PS C:\WINDOWS\system32\Deep-Live-Cam> pip uninstall -y tensorflow tensorflow-intel tensorflow-gpu
Found existing installation: tensorflow 2.20.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions