Xia0_0
Xia0_0
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/...
不过之后运行都得用 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 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...
> Recently, I faced the same issue.最近,我遇到了同样的问题。 3.13 以下版本的环境,我用的3.11的
> I am using `Python 3.13.2`我正在使用`Python 3.13.2` 降级吧亦或者再安装个低版本的环境