PyCharm提示“This version of python seems to be incorrectly compiled”

系统:Windows 11 家庭中文版 21H2(22000.1219)

Python版本:python-3.11.0-amd64

PyCharm版本:pycharm-professional-2022.2.3

报错内容:

每次启动都会报这个错。请问这个需要怎么处理呢?我百度搜了半天也没找到解决的办法

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

 

 

 

安装3.10版本的Python就没有这个错误提示了。

老哥,我跟你一样的问题,请问你解决了吗?