📜  R:这些包在安装 opencv-python 时与 REQUIREMENTS 文件中的哈希不匹配 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:01.543000             🧑  作者: Mango

代码示例1
There are a couple different fixes:

Option 1: Delete the PIP Cache Directory

Unix ~/.cache/pip and it respects the XDG_CACHE_HOME directory.

macOS ~/Library/Caches/pip

Windows \pip\Cache

Option 2: Install and specify no cache directory:

pip install your-package --no-cache-dir