无法安装Taichi Lang

huangapple go评论65阅读模式
英文:

Cannot install Taichi Lang

问题

我使用Python的软件包安装程序pip来安装Taichi语言:

pip install --upgrade taichi

但是出现了以下错误:

错误: 找不到满足要求的版本 taichi(来自版本: none)
错误: 找不到与 taichi 匹配的分发

我如何在不遇到该错误的情况下安装Taichi Lang?

英文:

I used Python's package installer pip to install taichi lang:

pip install --upgrade taichi

But the following error occurred:

ERROR: Could not find a version that satisfies the requirement taichi (from versions: none)
ERROR: No matching distribution found for taichi

How can I install Taichi Lang without running into that error?

答案1

得分: 2

你之所以收到此错误是因为 taichi 仅支持以下版本:

要求:Python >=3.6, <3.12

你的Python版本不在所需范围内。

Taichi链接:https://pypi.org/project/taichi/

英文:

You are getting this error because taichi only supports versions from:

Requires: Python &gt;=3.6, &lt;3.12

your Python does not fall in the required range.

Link to taichi: https://pypi.org/project/taichi/

huangapple
  • 本文由 发表于 2023年5月17日 19:15:33
  • 转载请务必保留本文链接:https://go.coder-hub.com/76271475.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定