MockingBird 有计划把PAYTHO版本升到3.10版本吗?

ergxz8rk  于 9个月前  发布在  其他
关注(0)|答案(7)|浏览(127)

Summary[问题简述(一句话)]
ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.55.2 Requires-Python <3.5
ERROR: Could not find a version that satisfies the requirement monotonic-align==0.0.3 (from versions: 1.0.0)
ERROR: No matching distribution found for monotonic-align==0.0.3

Env & To Reproduce[复现与环境]
3.9.8

现在好多深度学习的都要支持到3.10

zvms9eto

zvms9eto1#

有几个依赖明确还没支持python3.10,你这边有什么库要求到3.10的吗?…

On Fri, Mar 24, 2023 at 11:27 AM landerson85 ***@***.***> wrote: Summary[问题简述(一句话)] ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.55.2 Requires-Python <3.5 ERROR: Could not find a version that satisfies the requirement monotonic-align==0.0.3 (from versions: 1.0.0) ERROR: No matching distribution found for monotonic-align==0.0.3 Env & To Reproduce[复现与环境] 3.9.8 现在好多深度学习的都要支持到3.10 — Reply to this email directly, view it on GitHub <#858>, or unsubscribe < https://github.com/notifications/unsubscribe-auth/ABYUKEBZ65LVKVDRNVDOZCLW5UIDVANCNFSM6AAAAAAWGA52HU > . You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>

-- Cordially, Weijia Chen - www.linkedin.com/pub/weijia-chen/84/a7a/463/

t3irkdon

t3irkdon2#

有几个依赖明确还没支持python3.10,你这边有什么库要求到3.10的吗?

On Fri, Mar 24, 2023 at 11:27 AM landerson85 ***@***.***> wrote: Summary[问题简述(一句话)] ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.55.2 Requires-Python <3.5 ERROR: Could not find a version that satisfies the requirement monotonic-align==0.0.3 (from versions: 1.0.0) ERROR: No matching distribution found for monotonic-align==0.0.3 Env & To Reproduce[复现与环境] 3.9.8 现在好多深度学习的都要支持到3.10 — Reply to this email directly, view it on GitHub <#858>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYUKEBZ65LVKVDRNVDOZCLW5UIDVANCNFSM6AAAAAAWGA52HU . You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
-- Cordially, Weijia Chen - www.linkedin.com/pub/weijia-chen/84/a7a/463/

确实现在好多都弃用了3.9,一直在两个版本之间切换很麻烦

cuxqih21

cuxqih213#

用conda控制环境,我的用python 3.10.9可以跑,pytorch 2.0+cu118

yrefmtwq

yrefmtwq4#

我用docker装不了。。要么monotonic-align==0.0.3不行,要么numpy的wheel报server错

t3psigkw

t3psigkw5#

有几个依赖明确还没支持python3.10,你这边有什么库要求到3.10的吗?

On Fri, Mar 24, 2023 at 11:27 AM landerson85 ***@***.***> wrote: Summary[问题简述(一句话)] ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.55.2 Requires-Python <3.5 ERROR: Could not find a version that satisfies the requirement monotonic-align==0.0.3 (from versions: 1.0.0) ERROR: No matching distribution found for monotonic-align==0.0.3 Env & To Reproduce[复现与环境] 3.9.8 现在好多深度学习的都要支持到3.10 — Reply to this email directly, view it on GitHub <#858>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYUKEBZ65LVKVDRNVDOZCLW5UIDVANCNFSM6AAAAAAWGA52HU . You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
-- Cordially, Weijia Chen - www.linkedin.com/pub/weijia-chen/84/a7a/463/

3.9.16也是报同样错误

t40tm48m

t40tm48m6#

Summary[问题简述(一句话)] ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.55.2 Requires-Python <3.5 ERROR: Could not find a version that satisfies the requirement monotonic-align==0.0.3 (from versions: 1.0.0) ERROR: No matching distribution found for monotonic-align==0.0.3

Env & To Reproduce[复现与环境] 3.9.8

现在好多深度学习的都要支持到3.10

我自己修改了代码,不仅可以用conda安装运行需要的所有依赖,而且也能使用python3.10,可以看看我的仓库

uujelgoq

uujelgoq7#

**摘要[问题简述(说法)]**错误:忽略了以下需要不同 python 版本的版本:0.52.0 要求-Python >=3.6,<3.9; 0.52.0rc3 需要-Python >=3.6,<3.9; 0.55.2 需要-Python <3.5 错误:找不到满足单调对齐==0.0.3要求的版本(来自版本:1.0.0)错误:找不到单调对齐==0.0.3的匹配分布
环境与再现[复现与环境] 3.9.8
现在深度学习的都要支持到3.10

我自己修改了代码,不仅可以用conda安装运行需要的所有依赖,而且也可以使用python3.10,可以看看我的仓库

笔记本16G内存不够看,用conda安装依赖提示不能在有效内存范围......啥的,你是多大的内存

我这是64G的,16G的很明显不够用。我不知道 “不能在有效内存范围” 这个是什么提示,但应该和内存无关

相关问题