Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.13.0用不了 #400

Open
danran12 opened this issue Nov 15, 2024 · 13 comments
Open

Python 3.13.0用不了 #400

danran12 opened this issue Nov 15, 2024 · 13 comments
Assignees
Labels
bug Something isn't working

Comments

@danran12
Copy link

image

@danran12 danran12 added the bug Something isn't working label Nov 15, 2024
@3162164270
Copy link

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

@Morgan-earl
Copy link

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

@Morgan-earl
Copy link

Morgan-earl commented Dec 18, 2024

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

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

@Misakait
Copy link

Misakait commented Jan 8, 2025

PixPin_2025-01-08_16-48-46

@Xia0-0
Copy link

Xia0-0 commented Feb 1, 2025

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
Copy link

Xia0-0 commented Feb 2, 2025

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

@Damashu
Copy link

Damashu commented Feb 14, 2025

怎么解决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版本了吗

@Xia0-0
Copy link

Xia0-0 commented Feb 15, 2025

怎么解决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环境了,高版本的得等项目方修正相关代码了😶‍🌫️😶‍🌫️

@blackcodersec
Copy link

blackcodersec commented Feb 17, 2025

Recently, I faced the same issue.

@Xia0-0
Copy link

Xia0-0 commented Feb 17, 2025

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

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

@blackcodersec
Copy link

I am using Python 3.13.2

@Xia0-0
Copy link

Xia0-0 commented Feb 19, 2025

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

@blackcodersec
Copy link

Please fix this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants