python pip trouble installing from requirements.txt

前端 未结 6 2072
清酒与你
清酒与你 2020-12-13 00:12

I\'ve had great luck with pip in the past, but working at installing some stuff in a venv on is giving me some headaches. I keep getting errors like No distributions at

6条回答
  •  暖寄归人
    2020-12-13 01:00

    sudo pip install -r requirements.txt or pip install -r requirements.txt worked for me

提交回复
热议问题