Arendelle
Arendelle
pip加速的若干问题
- [x ] 你是否在现有 [Issue列表](/docmirror/dev-sidecar/issues) 中搜索过相同问题? ### Ⅰ. 请说明操作系统及DS的版本号: 1. 操作系统:win10 2. DS版本号:1.8.1 ### Ⅱ. 问题描述: *  没有pip加速的开启/关闭按钮  而且这个界面也只有应用按钮 * 在开启DS的时候,使用pip(未使用镜像源)下载任何包都会出现该问题:  关闭DS或者使用安全模式后该问消失 *我尝试按照置顶的issue加入排除地址配置,但没有任何作用* ### Ⅲ. 期望的结果: 不说加速吧至少不要导致不能用pip...
- which help to some static analysis
Source file: ```Python import asyncio import inspect import executing def test1(): frame = inspect.currentframe() assert frame is not None call_frame = frame.f_back assert call_frame is not None declare_frame = call_frame.f_back...