Ant-Brain / EfficientWord-Net

OneShot Learning-based hotword detection.

Home Page:https://ant-brain.github.io/EfficientWord-Net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numpy version conflict

usr44 opened this issue · comments

commented

I am trying to install EfficientWord-Net from PyPi but I am getting the following error:

$ pip install efficientword-net==1.0.2
[...]
ERROR: Cannot install efficientword-net and efficientword-net==1.0.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    efficientword-net 1.0.2 depends on numpy==1.22.0
    onnxruntime 1.15.1 depends on numpy>=1.24.2
    efficientword-net 1.0.2 depends on numpy==1.22.0
    onnxruntime 1.15.0 depends on numpy>=1.24.2

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

Version info

Python version: 3.11.3
Pip version: 23.2.1

Jup, also having problems because of numpy. Can we update the version?

Sure will do that shortly , sorry for the super delayed response though, didnt come up in GitHub notifications for some reason

Thanks for the fast help!