Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有一个名为 cape-privace 的 python 匿名包。当我尝试 pip 安装它时,由于包冲突,它会给出错误,例如它需要 pandas==1.0.3,但它可以成功地与 pandas 最新版本一起使用。
如何访问 cape-privacy 设置设置以及我应该更改哪些内容才能成功安装
至于现在,我不断收到此错误。
我看到您已在该项目的 github 存储库上发帖,而维护人员尚未做出回应。安装确实被破坏了,它可能只适用于特定的操作系统或特定版本的 python。我会尝试在 docker 中运行它,并尝试弄清楚它为什么在他们的设置中有效。否则,您将不得不弄清楚如何通过编辑 Makefile、requirements.txt 和支持脚本来修复 cape-privacy 的安装。
docker run -it capeprivacy/cape-python:0.3.0 bash