当前位置:网站首页>Vscode+anaconda+jupyter reports an error: kernel did with exit code
Vscode+anaconda+jupyter reports an error: kernel did with exit code
2022-06-30 03:35:00 【M4chael1】
Problem solved later !!!!
install
Vscode and Anaconda Install it by yourself ,
stay Vscode in install Python plug-in unit
establish
.ipynbPostfix fileoperation And Web version jupyter notebook be similar
Wrong content :
Kernel died with exit code 1. D:\IDE\Anaconda3\envs\pytorch\lib\site-packages\traitlets\traitlets.py:2196: FutureWarning: Supporting extra quotes around Unicode is deprecated in traitlets 5.0. Use 'hmac-sha256' instead of '"hmac-sha256"' – or use CUnicode. warn( D:\IDE\Anaconda3\envs\pytorch\lib\site-packages\traitlets\traitlets.py:2151: FutureWarning: Supporting extra quotes around Bytes is deprecated in traitlets 5.0. Use '70f91ecb-d1b9-4e6f-bab4-f4eb00d14e8c' instead of 'b"70f91ecb-d1b9-4e6f-bab4-f4eb00d14e8c"'. warn( Traceback (most recent call last): File "D:\IDE\Anaconda3\envs\pytorch\lib\runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, File "D:\IDE\Anaconda3\envs\pytorch\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "D:\IDE\Anaconda3\envs\pytorch\lib\site-packages\ipykernel_launcher.py", line 16, in <module> app.launch_new_instance() File "D:\IDE\Anaconda3\envs\pytorch\lib\site-packages\traitlets\config\application.py", line 844, in launch_instance app.initialize(argv) File "D:\IDE\Anaconda3\envs\pytorch\lib\site-packages\traitlets\config\application.py", line 87, in inner return method(app, *args, **kwargs) File "D:\IDE\Anaconda3\envs\pytorch\lib\site-packages\ipykernel\kernelapp.py", line 570, in initialize self.write_connection_file() File "D:\IDE\Anaconda3\envs\pytorch\lib\site-packages\ipykernel\kernelapp.py", line 230, in write_connection_file write_connection_file(cf, ip=self.ip, key=self.session.key, transport=self.transport, File "D:\IDE\Anaconda3\envs\pytorch\lib\site-packages\jupyter_client\connect.py", line 212, in write_connection_file with secure_write(fname) as f: File "D:\IDE\Anaconda3\envs\pytorch\lib\contextlib.py", line 113, in __enter__ return next(self.gen) File "D:\IDE\Anaconda3\envs\pytorch\lib\site-packages\jupyter_client\connect.py", line 100, in secure_write win32_restrict_file_to_user(fname) File "D:\IDE\Anaconda3\envs\pytorch\lib\site-packages\jupyter_client\connect.py", line 53, in win32_restrict_file_to_user import win32api ImportError: DLL load failed while importing win32api: The specified program could not be found .
resolvent :
pip install pywin32==228
边栏推荐
- An article to get you started VIM
- Utf8 error in Oracle migration of Jincang Kingbase database
- Redis is used in Windows system
- 1151_ Makefile learning_ Static matching pattern rules in makefile
- A GPU approach to particle physics
- 图的邻接矩阵存储 C语言实现BFS
- 【力扣刷题总结】数据库题目按知识点分类总结(持续更新/简单和中等题已完结)
- C # [advanced part] C # multithreading
- Mysql性能优化(5):主从同步原理与实现
- 第2章 控制结构和函数(编程题)
猜你喜欢

Laravel9 local installation

X书6.97版本shield-unidbg调用方式

laravel9本地安装

【力扣刷题总结】数据库题目按知识点分类总结(持续更新/简单和中等题已完结)

Redis在windows系统中使用

Hisense A7 ink screen mobile phone cannot be started

Redis high concurrency distributed locks (learning summary)

golang bilibili直播弹幕姬

General paging (2)

Learning cyclic redundancy CRC check
随机推荐
Mysql性能优化(6):读写分离
Play with algorithm interview together, nanny level strategy (with high-definition codeless algorithm summary map), recommended collection
Is the largest layoff and salary cut on the internet coming?
Version correspondence table of tensorflow, CUDA and bazel
[0x0] open questions left by the principal
如果辨别我现在交易的外盘股指期货交易平台是否正规安全?
行政路线编码 字母+数字的排序方式
Redis中的Hash设计和节省内存数据结构设计
如何实现远程协同办公,收好这份攻略!
Simple custom MVC
laravel9本地安装
Practical debugging skills
Redis高并发分布式锁(学习总结)
What are outer chain and inner chain?
QT中foreach的使用
X Book 6.97 shield unidbg calling method
Regular full match: the password consists of more than 8 digits, upper and lower case letters, and special characters
X Book 6.89 shield unidbg calling method
Personal PC installation software
C#【高级篇】 C# 接口(Interface)