You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...
Collecting websockets==12.0
Using cached https://pypi.tuna.tsinghua.edu.cn/packages/4e/e1/f6c3ecf7f1bfd9209e13949db027d7fdea2faf090c69b5f2d17d1d796d96/websockets-12.0-cp310-cp310-macosx_11_0_arm64.whl (121 kB)
Requirement already satisfied: uvicorn[standard]>=0.12.0 in /Users/yanfangyu1/.pyenv/versions/3.10.14/envs/fastsoyadminpyenv/lib/python3.10/site-packages (from fastapi==0.111.0->-r requirements.txt (line 96)) (0.12.0)
Collecting uvicorn[standard]>=0.12.0
ERROR: In --require-hashes mode, all requirements must have their versions pinned with ==. These do not:
uvicorn[standard]>=0.12.0 from https://pypi.tuna.tsinghua.edu.cn/packages/63/84/2a26b4eac1cf0c6b5b176dd4346cc4912af5e1b0efc150b865e28636ac34/uvicorn-0.30.3-py3-none-any.whl (from fastapi==0.111.0->-r requirements.txt (line 96))
MacOS 14,VsCode,使用了pyenv virtualenv来安装依赖。执行语句:
pip -r requirements.txt
,输出:看样子是线上配置文件的问题,而非requirements.txt中的问题,是否考虑不使用hash模式固定python的依赖?
The text was updated successfully, but these errors were encountered: