Python 3.13.0用不了
我也是这个情况,请问解决了吗
在fire库里面找到个Python 3.13 experimental support? ,但视乎并没有看到有相关的PR。
在fire库里面找到个Python 3.13 experimental support? ,但视乎并没有看到有相关的PR。
找到了PR了,需要将Fire更新到0.7.0 #444: Removed pipes dependency
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
不过之后运行都得用 pv -3.7 ...............
怎么解决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
怎么解决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环境了,高版本的得等项目方修正相关代码了😶🌫️😶🌫️
Recently, I faced the same issue.
Recently, I faced the same issue.最近,我遇到了同样的问题。
3.13 以下版本的环境,我用的3.11的
I am using Python 3.13.2
I am using
Python 3.13.2我正在使用Python 3.13.2降级吧亦或者再安装个低版本的环境
Please fix this issue
需要把requirements.txt 的 fire版本改成0.7.0 、exrex版本改成0.12.0
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: @.***>
手动降级吧 https://www.cnblogs.com/LilRind/p/13505477.html
我直接一步到位搞到了3.7,就没啥问题了