JavaShuo
欄目
標籤
TypeError: _str_returned non-string(type NoneType)
時間 2020-12-24
原文
原文鏈接
今天聽網課的時候遇到了這樣一個問題:TypeError: __str__returned non-string (type NoneType)以及解決方法,分享給大家。(我學的是python3) 錯誤提示翻譯成中文的意思是:「類型錯誤:返回的非字符串類型」。 我想到這是類__str__ 中的問題,這部分代碼如下: 問題就出在這個else部分,我將這部分代碼進行修改,改爲return ,程序就可以順
>>阅读原文<<
相關文章
1.
TypeError: _str_returned non-string(type NoneType)
2.
TypeError: 'NoneType' object is not iterable
3.
(PyTorch0.4.0) TypeError: 'NoneType' object is not iterable
4.
bert-serving-start TypeError: 'NoneType' object is not iterable
5.
TypeError at /goods/ __str__ returned non-string (type NoneType)
6.
Python TypeError: argument of type 'NoneType' is not iterable
7.
Tensorflow報錯:TypeError: 'NoneType' object is not callable
8.
記錄一次解決TypeError: 'NoneType' object is not callable的辦法
9.
解決TypeError: 'NoneType' object is not subscriptable 讀取MySQL數據庫問題
10.
Python 運行程序發生異常:TypeError: 'NoneType' object is not callable
更多相關文章...
•
PHP 標量類型與返回值類型聲明
-
PHP 7 新特性
•
PHP 7 錯誤處理
-
PHP 7 新特性
相關標籤/搜索
nonetype
typeerror
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
1.2 Illustrator多文檔的幾種排列方式
2.
5.16--java數據類型轉換及雜記
3.
性能指標
4.
(1.2)工廠模式之工廠方法模式
5.
Java記錄 -42- Java Collection
6.
Java記錄 -42- Java Collection
7.
github使用
8.
Android學習筆記(五十):聲明、請求和檢查許可
9.
20180626
10.
服務擴容可能引入的負面問題及解決方法
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
TypeError: _str_returned non-string(type NoneType)
2.
TypeError: 'NoneType' object is not iterable
3.
(PyTorch0.4.0) TypeError: 'NoneType' object is not iterable
4.
bert-serving-start TypeError: 'NoneType' object is not iterable
5.
TypeError at /goods/ __str__ returned non-string (type NoneType)
6.
Python TypeError: argument of type 'NoneType' is not iterable
7.
Tensorflow報錯:TypeError: 'NoneType' object is not callable
8.
記錄一次解決TypeError: 'NoneType' object is not callable的辦法
9.
解決TypeError: 'NoneType' object is not subscriptable 讀取MySQL數據庫問題
10.
Python 運行程序發生異常:TypeError: 'NoneType' object is not callable
>>更多相關文章<<