python - 安装 Chrome Native Client SDK

标签 python google-nativeclient

在过去的几天里,我一直在尝试在 Windows 和/或 Ubuntu 中安装适用于 chrome 的 Native Client SDK。 我位于公司网络后面,唯一的互联网访问是通过涉及身份验证的 HTTP 代理。 当我在 Ubuntu 中运行“naclsdk update”时,它显示

“urlopen 错误隧道连接失败:407 需要代理身份验证”

有人可以帮忙吗?

最佳答案

尝试下载此文件:

http://commondatastorage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/naclsdk_manifest2.json

这是 native 客户端更新摘要,但在 URL 中我将 https 替换为 http。如果您查看 JSON 文件,您将看到不同的pepper_xx 版本可用。使用链接下载您想要的版本,但再次将 https 替换为 http。

对于我们这些处于严格防火墙后面的人来说,naclsdk 更新工具很难使用。如果 Google 提供最新 SDK 的直接链接,那就太好了。

关于python - 安装 Chrome Native Client SDK,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12964666/

相关文章:

python - [matplotlib] : write dates on x axis

python - 不创建索引的 SQL 优化

c++ - 将 unsigned char 字符串从 native 客户端模块发送到浏览器

google-chrome-extension - Google Chrome 扩展将 NPAPI 迁移到 NaCl

python - 在 Python 中将两个方法重写为一个方法

python - 枚举python中的句子

python - 从图像中读取文本

node.js - 将 PNaCI 与 Node.js 一起使用?

google-chrome - 替代 NPAPI 插件

python - Native Client (NaCl) 程序可以用 C 或 C++ 以外的语言编写吗?