microsoft / UniSpeech

UniSpeech - Large Scale Self-Supervised Learning for Speech
Other
406 stars 71 forks source link

pip install --require-hashes -r requirements.txt #52

Open evelynyhc opened 3 months ago

evelynyhc commented 3 months ago

hello, when i use speaker_verification, it needs pip requirements, i use pip install --require-hashes -r requirements.txt, but there are some problems,

ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not: numpy<1.23.0,>=1.16.5 from https://pypi.tuna.tsinghua.edu.cn/packages/2f/14/abc14a3f3663739e5d3c8fd980201d10788d75fea5b0685734227052c4f0/numpy-1.22.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=64f56fc53a2d18b1924abd15745e30d82a5782b2cab3429aceecc6875bd5add0 (from scipy==1.7.1->-r requirements.txt (line 1))

how can i fix it ?

taimoorkhokhar commented 3 months ago

you can directly install the requirements without the hashes pip install -r requirements.txt