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作为终端