Ipython kernel
在Windows10笔记本电脑上新安装的spyder
中的anaconda3
中无法使用。显示错误,
回溯(最近通话最近): 在create_kernel_manager_and_kernel_client中的文件“ C:\ Users \ viswa \ Anaconda3 \ lib \ site-packages \ spyder \ plugins \ ipythonconsole.py”,行1572 kernel_manager.start_kernel(stderr = stderr_handle) 文件“ C:\ Users \ viswa \ Anaconda3 \ lib \ site‑packages \ jupyter_client \ manager.py”,第240行,位于start_kernel中 self.write_connection_file() 文件“ C:\ Users \ viswa \ Anaconda3 \ lib \ site-packages \ jupyter_client \ connect.py”,行547,在write_connection_file中 kernel_name = self.kernel_name 文件“ C:\ Users \ viswa \ Anaconda3 \ lib \ site-packages \ jupyter_client \ connect.py”,行212,在write_connection_file中 使用secure_write(fname)作为f: 输入中的文件“ C:\ Users \ viswa \ Anaconda3 \ lib \ contextlib.py”,第112行 返回next(self.gen) 文件“ C:\ Users \ viswa \ Anaconda3 \ lib \ site-packages \ jupyter_client \ connect.py”,行102,在secure_write中 使用os.fdopen(os.open(fname,open_flag,0o600),mode)作为f: PermissionError:[Errno 13]权限被拒绝:'C:\ Users \ viswa \ AppData \ Roaming \ jupyter \ runtime \kernel?c3fe9d0071.json'
答案 0 :(得分:1)
要解决此问题,您需要使用以下命令更新jupyter_client软件包:
conda update jupyter_client