Ant-Brain / EfficientWord-Net

OneShot Learning-based hotword detection.
https://ant-brain.github.io/EfficientWord-Net/
Apache License 2.0
215 stars 34 forks source link

Numpy version conflict #37

Open usr44 opened 12 months ago

usr44 commented 12 months ago

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

m1guelperez commented 11 months ago

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

TheSeriousProgrammer commented 11 months ago

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

m1guelperez commented 11 months ago

Thanks for the fast help!

m1guelperez commented 11 months ago

@TheSeriousProgrammer I created a PR #39