阿里下载镜像

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple


pip config set install.trusted-host mirrors.aliyun.com




1.首先用管理员模式运行 Windows PowerShell , 然后输入get-ExecutionPolicy 取得shell的当前执行策略,看到返回了 Restricted 默认值



2.再执行 set-ExecutionPolicy RemoteSigned 进行重新设置 , 在询问栏填写 Y ,确认执行变更