pycharm 中 pydev debugger: CRITICAL WARNING: This version of python seems to be incorrectly compiled

在使用PyCharm进行Python3.11调试时遇到pydevdebugger严重警告,提示Python版本可能编译错误,导致调试效率降低。解决方法包括修改配置参数,添加'-Xfrozen_modules=off'选项,并更新PyCharm到2022.3版本。此外,调试过程中还出现了中文乱码问题,可参考相关链接解决。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一、在pycharm中,用python3.11时,在Debug调试时出现 pydev debugger: CRITICAL WARNING: 报错

pydev debugger: CRITICAL WARNING: This version of python seems to be incorrectly compiled (internal generated filenames are not absolute)
pydev debugger: The debugger may still function, but it will work slower and may miss breakpoints.
pydev debugger: Related bug: http://bugs.python.org/issue1666807
-------------------------------------------------------------------------------
已连接到 pydev 调试器(内部版本号 222.4459.20)pydev debugger: Unable to find real location for: <frozen codecs>
pydev debugger: Unable to find real location for: <frozen importlib._bootstrap>
pydev debugger: Unable to find real location for: <frozen importlib._bootstrap_external>
pydev debugger: Unable to find real location for: <frozen zipimport>
pydev debugger: Unable to find real location for: <string>
pydev debugger: Unable to find real location for: <frozen abc>
pydev debugger: Unable to find real location for: <frozen ntpath>
pydev debugger: Unable to find real location for: <frozen _collections_abc>
pydev debugger: Unable to find real location for: <frozen os>
pydev debugger: Unable to find real location for: <frozen genericpath>

1、修改文件的配置参数
在这里插入图片描述
2、在 2中填入 -Xfrozen_modules=off 在这里插入图片描述
另外升级pycharm到 2022.3版本 即可消除该问题。

二、调试中出现中文乱码

参考链接

D:\python312\python.exe D:\PyCharm\plugins\python-ce\helpers\pydev\pydevd.py --multiproc --qt-support=auto --client 127.0.0.1 --port 52303 --file D:/download/process(1)/process/process1.py ------------------------------------------------------------------------------- pydev debugger: CRITICAL WARNING: This version of python seems to be incorrectly compiled (internal generated filenames are not absolute) pydev debugger: The debugger may still function, but it will work slower and may miss breakpoints. pydev debugger: Related bug: http://bugs.python.org/issue1666807 ------------------------------------------------------------------------------- D:\PyCharm\plugins\python-ce\helpers\pydev\pydevd.py:1844: DeprecationWarning: currentThread() is deprecated, use current_thread() instead dummy_thread = threading.currentThread() Connected to pydev debugger (build 211.7628.24) pydev debugger: Unable to find real location for: <frozen codecs> pydev debugger: Unable to find real location for: <frozen importlib._bootstrap> pydev debugger: Unable to find real location for: <frozen importlib._bootstrap_external> pydev debugger: Unable to find real location for: <frozen abc> pydev debugger: Unable to find real location for: <frozen zipimport> pydev debugger: Unable to find real location for: D:/python312/Lib/site-packages/typing-3.7.4.3-py3.12.egg!/ pydev debugger: Unable to find real location for: <frozen _collections_abc> pydev debugger: Unable to find real location for: <frozen os> pydev debugger: Unable to find real location for: <frozen ntpath> pydev debugger: Unable to find real location for: <string> pydev debugger: Unable to find real location for: <frozen importlib.util> pydev debugger: Unable to find real location for: <frozen posixpath> pydev debugger: Unable to find real location for: <frozen genericpath> Process finished with exit code 0
最新发布
04-03
评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值