我正在尝试通过 requirements.txt 将 numpy 和 pandas 安装到 Jenkins 服务器。但是,它在文件中的以下 2 行中失败。
numpy>=1.6.1
pandas==0.12.0
输出为:
setuptools.sandbox.SandboxViolation: SandboxViolation: open('/dev/null', 'w') {}
The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.
我已经尝试手动安装 numpy 和 pandas 但是安装忽略了他们已经满意并尝试并再次失败。
这里有更多的控制台输出: http: //pastebin.com/gNScq75P
谁能看到是什么原因造成的?非常感谢