go-containerregistry icon indicating copy to clipboard operation
go-containerregistry copied to clipboard

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

Open evelynyhc opened this issue 1 year ago • 1 comments

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 ?

evelynyhc avatar Mar 13 '24 03:03 evelynyhc

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

  • SoundFile==0.10.3.post1
  • fire==0.4.0
  • sentencepiece==0.1.96
  • tqdm==4.62.0
  • PyYAML==5.4.1
  • h5py==3.3.0
  • yamlargparse==1.31.1
  • sklearn==0.0
  • matplotlib==3.4.2
  • torchaudio==0.9.0
  • s3prl==0.3.1
  • torch==1.9.0
  • asteroid==0.4.4
  • dtw-python==1.1.6

taimoorkhokhar avatar Mar 15 '24 17:03 taimoorkhokhar