OneForAll icon indicating copy to clipboard operation
OneForAll copied to clipboard

Python 3.13.0用不了

Open danran12 opened this issue 1 year ago • 17 comments

image

danran12 avatar Nov 15 '24 07:11 danran12

我也是这个情况,请问解决了吗

3162164270 avatar Nov 30 '24 15:11 3162164270

在fire库里面找到个Python 3.13 experimental support? ,但视乎并没有看到有相关的PR。

Morgan-earl avatar Dec 18 '24 15:12 Morgan-earl

在fire库里面找到个Python 3.13 experimental support? ,但视乎并没有看到有相关的PR。

找到了PR了,需要将Fire更新到0.7.0 #444: Removed pipes dependency

Morgan-earl avatar Dec 18 '24 15:12 Morgan-earl

PixPin_2025-01-08_16-48-46

Misakait avatar Jan 08 '25 08:01 Misakait

python3.13,不支持pipes了,无法下载依赖,我一开始用kali,被那个虚拟环境及依赖关系弄烦了,没做成,然后跑到主机windows11上来弄,通过 Chocolatey(一个 Windows 包管理器),安装 Python 3.7:

choco install python --version=3.7.9

再将命令更改下为,(管理员模式) cd OneForAll/ py -3.7 -m pip install -U pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/ pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ py -3.7 oneforall.py --help

Xia0-0 avatar Feb 01 '25 15:02 Xia0-0

不过之后运行都得用 pv -3.7 ...............

Xia0-0 avatar Feb 02 '25 02:02 Xia0-0

怎么解决E:\shengtou_tool\oneforall\OneForAll-master>python oneforall.py --help Traceback (most recent call last): File "E:\shengtou_tool\oneforall\OneForAll-master\oneforall.py", line 11, in import fire File "E:\python\Lib\site-packages\fire_init_.py", line 21, in from fire.core import Fire File "E:\python\Lib\site-packages\fire\core.py", line 59, in import pipes ModuleNotFoundError: No module named 'pipes'只能换旧的python版本了吗

Damashu avatar Feb 14 '25 18:02 Damashu

怎么解决E:\shengtou_tool\oneforall\OneForAll-master>python oneforall.py --help Traceback (most recent call last): File "E:\shengtou_tool\oneforall\OneForAll-master\oneforall.py", line 11, in import fire File "E:\python\Lib\site-packages\fire__init__.py", line 21, in from fire.core import Fire File "E:\python\Lib\site-packages\fire\core.py", line 59, in import pipes ModuleNotFoundError: No module named 'pipes'只能换旧的python版本了吗

暂时好像只能用旧版本的python环境了,高版本的得等项目方修正相关代码了😶‍🌫️😶‍🌫️

Xia0-0 avatar Feb 15 '25 10:02 Xia0-0

Recently, I faced the same issue.

blackcodersec avatar Feb 17 '25 09:02 blackcodersec

Recently, I faced the same issue.最近,我遇到了同样的问题。

3.13 以下版本的环境,我用的3.11的

Xia0-0 avatar Feb 17 '25 11:02 Xia0-0

I am using Python 3.13.2

blackcodersec avatar Feb 18 '25 12:02 blackcodersec

I am using Python 3.13.2我正在使用Python 3.13.2 降级吧亦或者再安装个低版本的环境

Xia0-0 avatar Feb 19 '25 09:02 Xia0-0

Please fix this issue

blackcodersec avatar Feb 21 '25 17:02 blackcodersec

需要把requirements.txt 的 fire版本改成0.7.0 、exrex版本改成0.12.0

hifooyun avatar Feb 28 '25 14:02 hifooyun

Could you update requirements.txt file?

On Fri, Feb 28, 2025, 8:04 PM fooyun @.***> wrote:

需要把requirements.txt 的 fire版本改成0.7.0 、exrex版本改成0.12.0

— Reply to this email directly, view it on GitHub https://github.com/shmilylty/OneForAll/issues/400#issuecomment-2690730103, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARKSMUDTND7MNUO3DRJKNXT2SBUHJAVCNFSM6AAAAABR2TGUZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJQG4ZTAMJQGM . You are receiving this because you commented.Message ID: @.***> [image: hifooyun]hifooyun left a comment (shmilylty/OneForAll#400) https://github.com/shmilylty/OneForAll/issues/400#issuecomment-2690730103

需要把requirements.txt 的 fire版本改成0.7.0 、exrex版本改成0.12.0

— Reply to this email directly, view it on GitHub https://github.com/shmilylty/OneForAll/issues/400#issuecomment-2690730103, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARKSMUDTND7MNUO3DRJKNXT2SBUHJAVCNFSM6AAAAABR2TGUZ6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJQG4ZTAMJQGM . You are receiving this because you commented.Message ID: @.***>

blackcodersec avatar Feb 28 '25 18:02 blackcodersec

手动降级吧 https://www.cnblogs.com/LilRind/p/13505477.html

is-liuxi avatar Apr 09 '25 22:04 is-liuxi

我直接一步到位搞到了3.7,就没啥问题了

DL668 avatar May 04 '25 11:05 DL668