Cloudknows

Results 11 comments of Cloudknows

![Image](https://github.com/user-attachments/assets/90648ffc-6939-49f0-9049-800fa852aff3) ![Image](https://github.com/user-attachments/assets/c74d008d-1765-40bf-b734-9cf8406e5604)

> [@Cloudknows](https://github.com/Cloudknows) 您好,你在命令行里面试试这个命令,看看输出什么。 > > ``` > python -V > ``` > > 和 > > ``` > python3 -V > ``` ![Image](https://github.com/user-attachments/assets/0a857c1c-9dbd-47c0-8d73-3f12e41149d8)

> [@Cloudknows](https://github.com/Cloudknows) 执行下面这个呢: > > ``` > D:\DevelopTools\python\python.exe -V > ``` 可以拿到版本号的 ![Image](https://github.com/user-attachments/assets/e3c73477-776c-432c-a23e-f792ec71418f)

> [@Cloudknows](https://github.com/Cloudknows) 看起来没有问题,再试试下面这个保存到 test.py 文件,然后执行下看看。 > > import os > > os.system('python -V') > ``` > python test.py > ``` 这个也是可以的 ![Image](https://github.com/user-attachments/assets/b2432b34-11cb-444c-a314-6633c17735e2)

> [@Cloudknows](https://github.com/Cloudknows) 新版本的log还有吗,我看看 [20250307062602-91da9460-fb3e-11ef-ac5f-6f2011999d88.log](https://github.com/user-attachments/files/19124823/20250307062602-91da9460-fb3e-11ef-ac5f-6f2011999d88.log)

> 抱歉,我的问题,检测版本用的是 `python --version` 命令,不是 `python -V`,你再看看`python --version` 命令呢 都可以拿到版本信息 ![Image](https://github.com/user-attachments/assets/d022128e-4127-4b62-ae28-c2e96b1b9f9c)

> [@Cloudknows](https://github.com/Cloudknows) 啊,这见鬼了,看起来都很正常。请问你这个python包是官网下载的吗? 是的,,而且都是release版本的 ![Image](https://github.com/user-attachments/assets/efa42286-49b0-43be-89a5-9c8075bb9eec)

> [@Cloudknows](https://github.com/Cloudknows) 啊,这见鬼了,看起来都很正常。请问你这个python包是官网下载的吗? 我回想了一下这个问题出现的场景: 1.最开始我安装reqable的版本在v2.29.2之前,,具体什么版本忘记了,,也安装了python,设置环境变量成功过,还写过请求脚本 2.中间python环境不知道因为什么原因找不到, 3.然后尝试重装python,直到现在一直报错未检测到python3环境,python、reqable都重装了也不行 希望上述描述能够帮助你们定位到问题

> > > [@Cloudknows](https://github.com/Cloudknows) 啊,这见鬼了,看起来都很正常。请问你这个python包是官网下载的吗? > > > > > > 我回想了一下这个问题出现的场景: 1.最开始我安装reqable的版本在v2.29.2之前,,具体什么版本忘记了,,也安装了python,设置环境变量成功过,还写过请求脚本 2.中间python环境不知道因为什么原因找不到, 3.然后尝试重装python,直到现在一直报错未检测到python3环境,python、reqable都重装了也不行 > > 希望上述描述能够帮助你们定位到问题 > > 感谢提供信息,在windows上Reqable会launch一个cmd进程来执行python命令。突然不能用了,可能是系统cmd环境变了,不知道是否有这方面的更改,比如系统语言,编码格式之类的? 系统cmd环境没有修改过,系统语音,编码格式都没有修改过,前天又尝试了卸载重新安装(为保证卸载干净,删除了所有包含reqable的文件及文件夹,也删除了注册表的信息),现在打开软件,系统提示以下信息,,倒是不影响使用,,但是仍然没有办法检测到python环境 ![Image](https://github.com/user-attachments/assets/24be2ec3-39fd-4afe-8f72-5c725ee07736)