AttributeError: 'int' object has no attribute 'split' 在我尝试安装 jupyter notebook 时不断重复

Posted

技术标签:

【中文标题】AttributeError: \'int\' object has no attribute \'split\' 在我尝试安装 jupyter notebook 时不断重复【英文标题】:AttributeError: 'int' object has no attribute 'split' keeps recurring when I tried to install jupyter notebookAttributeError: 'int' object has no attribute 'split' 在我尝试安装 jupyter notebook 时不断重复 【发布时间】:2020-06-24 11:01:48 【问题描述】:

The error is relined out...maybe aan up parsing issue?

我应该在终端模拟器中做什么来解决这个问题?我想在我的 android 上安装 jupyter,我在 pydroid 上尝试了几次,但总是卡在这个错误中......

顺便说一句...我的设备运行的是 Android 10 我已经尝试将 jupyter 安装到我的另一台运行 Oreo 的 Android 设备上并且它可以工作!这是否意味着与系统构建问题有关?

【问题讨论】:

【参考方案1】:

AFAIK 这是因为默认 ip 设置为localhost android 解析有问题。

使用设置的 IP 地址打开笔记本为我解决了这个问题。

尝试使用 ip 选项打开笔记本

jupyter notebook --ip 0.0.0.0

【讨论】:

以上是关于AttributeError: 'int' object has no attribute 'split' 在我尝试安装 jupyter notebook 时不断重复的主要内容,如果未能解决你的问题,请参考以下文章

AttributeError: 'int' object has no attribute 'split' 在我尝试安装 jupyter notebook 时不断重复

返回AttributeError:'int'对象没有属性'encode'

AttributeError:“QuerySet”对象没有属性“标签”

使用汇总操作时出现 AttributeError

python3 AttributeError: 'int' 对象没有'length'属性

python的密码学抛出AttributeError:'int'对象没有属性'value'