目录

PyCharmYour-PSReadLine-module-version-2.0.0-is-outdated解决方法

目录

【PyCharm】Your PSReadLine module version (2.0.0) is outdated解决方法

最近新装的PyCharm出现警告提示:

[PyCharm] Your PSReadLine module version (2.0.0) is outdated, which may cause the problem with black lines across the terminal screen:

https://i-blog.csdnimg.cn/direct/64e5fbcb514a4c728c5e9c7dc43f99cf.png

解决方法:

  1. 以管理员身份打开 PowerShell
    右键点击任务栏的“开始”按钮(或按 Win + X),选择“Windows PowerShell (管理员)”。此方法适用于 Windows 10/11 系统。‌‌
    https://i-blog.csdnimg.cn/direct/801f3e48fe85482e9068d9027e939c29.png
  2. 用命令安装
Install-Module -Name PSReadLine -Force

https://i-blog.csdnimg.cn/direct/43e8bd8161a14b3daa99bebcde3b33e2.png