【发布时间】:2015-05-24 02:30:21
【问题描述】:
在服务器上安装 ahocorasick 时出现以下错误:
一些不安全和无法验证的文件被忽略(使用 --allow-unverified ahocorasick 来允许)。
如何修改 requirements.txt 以允许未经验证的包? Fresh deploy on Heroku fails with "use --allow-unverified PIL to allow" 中的答案表明我们可以在 requirements.txt 中添加 --allow-unverified ahocorasick。但这对我不起作用。
【问题讨论】: