
python
live high,high live
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
The kernel appears to have died. It will restart automatically
网上查了很多,大多是调用某第三方包时报错,这时更新这个包。但是我的情况不是前者,于是推测还是因为数据量太多,机器跑步下了。尽管我前几天都能跑,但现在内存31.5G,每次还剩3G左右的时候报错。减少数据量,果然就不会出现该报错。...原创 2021-07-29 17:36:44 · 391 阅读 · 0 评论 -
python环境报错,坏的解释器: 没有那个文件或目录
[xxxx@gs-server-7214 ~]$ /opt/anaconda3/bin/jupyter notebook-bash: /opt/anaconda3/bin/jupyter: /opt/anaconda3/bin/python: 坏的解释器: 没有那个文件或目录[xxxx@gs-server-7214 ~]$ /opt/anaconda3/bin/python3Python 3.6.10 |Anaconda, Inc.| (default, May 8 2020, 02:54:21)原创 2021-07-16 18:20:53 · 2208 阅读 · 0 评论 -
python 报错:NameError: name ‘null’ is not defined
报错原因:Python不能处理null这样的字符串原文链接:https://blog.youkuaiyun.com/onlyanyz/article/details/45745045转载 2018-10-15 09:21:42 · 27351 阅读 · 0 评论