简体   繁体   English

Jaxlib pip 安装失败

[英]Jaxlib pip installation failure

From the command line, I've tried following this installation tutorial I'd like to avoid building from source if at all possible.在命令行中,我尝试遵循此安装教程,如果可能,我想避免从源代码构建。 Currently, I'm not sure what the issue is.目前,我不确定是什么问题。 Could anyone verify that they get the same/different response when trying to install Jaxlib?任何人都可以验证他们在尝试安装 Jaxlib 时得到相同/不同的响应吗?

For awareness, Jax installed fine without any issues, but some supporting components are found in Jaxlib which is installed separately.为了提高认识,Jax 安装得很好,没有任何问题,但在单独安装的 Jaxlib 中可以找到一些支持组件。

C:\Users\john.smith>pip install jaxlib
ERROR: Could not find a version that satisfies the requirement jaxlib (from versions: none)
ERROR: No matching distribution found for jaxlib

It appears you are using Windows.看来您正在使用 Windows。 JAX currently does not provide jaxlib builds for Windows (see google/jax#438 ) though there is work in progress to rectify this; JAX 目前不提供jaxlib于 Windows 的jaxlib构建(请参阅google/jax#438 ),尽管正在进行纠正此问题的工作; see google/jax#4843 .google/jax#4843

There are somecomments in the above issue that suggest a possible approach to build jaxlib for Windows if you wish to build it yourself.如果您希望自己构建 jaxlib,则上述 issue 中有一些评论建议了一种为 Windows 构建 jaxlib 的可能方法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM