pycharm PowerShell报错:SecurityError: (:) [],ParentContainsErrorRecordException FullyQualifiedErrorId

Posted zhangphil

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pycharm PowerShell报错:SecurityError: (:) [],ParentContainsErrorRecordException FullyQualifiedErrorId相关的知识,希望对你有一定的参考价值。

PowerShell报错:SecurityError: (:) [],ParentContainsErrorRecordException FullyQualifiedErrorId : UnauthorizedAccess

SecurityError: (:) [],ParentContainsErrorRecordExcepti 
    on
    + FullyQualifiedErrorId : UnauthorizedAccess

如图:

原因是Windows的授权策略问题,是受限模式,在Power Shell 查看当前授权模式:

get-executionpolicy

 运行输出:

Restricted

 默认Windows 不能直接运行Python脚本命令。

 

 

解决方案,关闭pycharm,以管理员模式打开,进入PowerShell重新设置授权模式:

Set-ExecutionPolicy RemoteSigned

 

 

以上是关于pycharm PowerShell报错:SecurityError: (:) [],ParentContainsErrorRecordException FullyQualifiedErrorId的主要内容,如果未能解决你的问题,请参考以下文章

将Pycharm中Terminal使用Powershell作为终端

powershell报错?

pycharm用Debug 报错怎么解决?

pycharm 安装optparse库,一直报错?

pycharm:无法加载文件activate.ps1,因为在此系统上禁止运行脚本,Windows10系统

执行powershell脚本报错解决办法