由于从本地文件系统安装了.whl
,因此无法锁定venv的依赖项。如果我尝试pipenv install
,pipenv update
等,则会得到ERROR: THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS FILE. If you have updated the package versions, please update the hashes. Otherwise, examine the package contents carefully; someone may have tampered with them.
。使用pipenv lock --clear
删除缓存目录并通过OS Shell命令手动删除失败。我该如何解决这个问题?