Arendelle

Results 3 issues of Arendelle

- [x ] 你是否在现有 [Issue列表](/docmirror/dev-sidecar/issues) 中搜索过相同问题? ### Ⅰ. 请说明操作系统及DS的版本号: 1. 操作系统:win10 2. DS版本号:1.8.1 ### Ⅱ. 问题描述: * ![image](https://github.com/docmirror/dev-sidecar/assets/121805642/dab2581d-b21f-4903-b865-e61b29e30618) 没有pip加速的开启/关闭按钮 ![image](https://github.com/docmirror/dev-sidecar/assets/121805642/b65224ff-15cf-41b6-9341-c4beaff1356a) 而且这个界面也只有应用按钮 * 在开启DS的时候,使用pip(未使用镜像源)下载任何包都会出现该问题: ![image](https://github.com/docmirror/dev-sidecar/assets/121805642/832b3aff-5061-4a8f-ae78-20b06fc72ce2) 关闭DS或者使用安全模式后该问消失 *我尝试按照置顶的issue加入排除地址配置,但没有任何作用* ### Ⅲ. 期望的结果: 不说加速吧至少不要导致不能用pip...

Bug
等待回复

- 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...