跳至内容

桔子code

Python,C/C++,网络编程,Python教程

  • Python桔子教程
  • 网络通信
  • C/C++

分类:Python错误集锦

Python错误集锦:multiprocessing无法启动多个子进程

发表于2020年12月21日2021年1月28日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3775 错误提示: 使用mult… 继续阅读 Python错误集锦:multiprocessing无法启动多个子进程

Python错误集锦:ValueError: Single argument to subplot must be a three-digit integer, not 3411

发表于2020年12月15日2020年12月29日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2498 错误提示: 使用matp… 继续阅读 Python错误集锦:ValueError: Single argument to subplot must be a three-digit integer, not 3411

Python错误集锦:pandas读取excel提示ImportError: Missing optional dependency ‘xlrd’.

发表于2020年12月15日2020年12月29日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3125 错误提示: 用panda… 继续阅读 Python错误集锦:pandas读取excel提示ImportError: Missing optional dependency ‘xlrd’.

Python错误集锦:在pandas中用to_excel()写xlsx文件提示:ModuleNotFoundError: No module named ‘openpyxl’

发表于2020年12月13日2020年12月29日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3128 错误提示: 在panda… 继续阅读 Python错误集锦:在pandas中用to_excel()写xlsx文件提示:ModuleNotFoundError: No module named ‘openpyxl’

Python错误集锦:pyplot.hist()绘制直方图时提示:ValueError: x must have 2 or fewer dimensions

发表于2020年12月13日2020年12月30日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3139 错误提示: pyplot… 继续阅读 Python错误集锦:pyplot.hist()绘制直方图时提示:ValueError: x must have 2 or fewer dimensions

Python错误集锦: 导入numpy模块时报错:fails to pass a sanity check due to a bug in the windows runtime

发表于2020年12月11日2021年1月3日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2681 错误提示: numpy模… 继续阅读 Python错误集锦: 导入numpy模块时报错:fails to pass a sanity check due to a bug in the windows runtime

Python错误集锦:在pandas中用to_excel()写xls文件提示:ModuleNotFoundError: No module named ‘xlwt’

发表于2020年12月10日2020年12月29日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3127 错误提示: 在panda… 继续阅读 Python错误集锦:在pandas中用to_excel()写xls文件提示:ModuleNotFoundError: No module named ‘xlwt’

Python错误集锦:对numpy数组进行变形操作时,提示ValueError: cannot reshape array of size 24 into shape (3,5)

发表于2020年12月10日2021年1月31日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3627 错误提示: 对numpy… 继续阅读 Python错误集锦:对numpy数组进行变形操作时,提示ValueError: cannot reshape array of size 24 into shape (3,5)

Python错误集锦:TypeError: unsupported operand type(s) for +: ‘int’ and ‘str’

发表于2020年12月8日2020年12月21日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2411 错误提示: 进行加减法运… 继续阅读 Python错误集锦:TypeError: unsupported operand type(s) for +: ‘int’ and ‘str’

Python错误集锦:NameError: name ‘a’ is not defined

发表于2020年12月6日2020年12月29日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2364 错误提示: 使用变量时提… 继续阅读 Python错误集锦:NameError: name ‘a’ is not defined

Python错误集锦:pandas绘制多个子图时报错:AttributeError: ‘list’ object has no attribute ‘get_figure’

发表于2020年12月3日2020年12月30日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3273 错误提示: 利用pand… 继续阅读 Python错误集锦:pandas绘制多个子图时报错:AttributeError: ‘list’ object has no attribute ‘get_figure’

Python错误集锦:开启线程时提示TypeError: func() argument after * must be an iterable, not int

发表于2020年11月30日2020年12月29日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2756 错误提示: thread… 继续阅读 Python错误集锦:开启线程时提示TypeError: func() argument after * must be an iterable, not int

Python错误集锦:with方法打开文件提示:ValueError: I/O operation on closed file.

发表于2020年11月30日2021年1月4日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2749 错误提示: 使用with… 继续阅读 Python错误集锦:with方法打开文件提示:ValueError: I/O operation on closed file.

Python错误集锦:修改字符串时提示TypeError: ‘str’ object does not support item assignment

发表于2020年11月30日2021年1月30日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3799 错误提示: 修改字符串时… 继续阅读 Python错误集锦:修改字符串时提示TypeError: ‘str’ object does not support item assignment

Python错误集锦:IDLE运行多进程程序时,主进程正常运行、子进程不能正常运行

发表于2020年11月29日2021年1月28日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3749 错误提示: 用IDLE运… 继续阅读 Python错误集锦:IDLE运行多进程程序时,主进程正常运行、子进程不能正常运行

Python错误集锦:set计算并集时TypeError: unsupported operand type(s) for +: ‘set’ and ‘set’

发表于2020年11月29日2020年12月21日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2720 错误提示: 可能原因: … 继续阅读 Python错误集锦:set计算并集时TypeError: unsupported operand type(s) for +: ‘set’ and ‘set’

Python错误集锦:使用list.index()提示ValueError: 20 is not in list

发表于2020年11月29日2021年1月19日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2701 错误提示: 使用list… 继续阅读 Python错误集锦:使用list.index()提示ValueError: 20 is not in list

Python错误集锦:matplotlib imshow()方法显示图像提示:TypeError: Invalid shape (100, 100, 5) for image data

发表于2020年11月29日2021年1月6日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3502 错误提示: matplo… 继续阅读 Python错误集锦:matplotlib imshow()方法显示图像提示:TypeError: Invalid shape (100, 100, 5) for image data

Python错误集锦:除法运算时提示ZeroDivisionError: division by zero

发表于2020年11月28日2021年1月4日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/2669 错误提示: 进行除法运算… 继续阅读 Python错误集锦:除法运算时提示ZeroDivisionError: division by zero

Python错误集锦:multiprocessing没有真正启动多进程,子进程pid等于主进程

发表于2020年11月28日2021年1月30日 作者 juzicode00

原文链接:http://www.juzicode.com/archives/3768 错误提示: 在使用Pyt… 继续阅读 Python错误集锦:multiprocessing没有真正启动多进程,子进程pid等于主进程

文章导航

分页 1 分页 2 … 分页 4 下一页>
跳至页脚

分门别类

  • C与C++ (15)
    • C与C++错误集锦 (9)
  • Python (125)
    • Python教程 (40)
    • Python笔记 (8)
    • Python错误集锦 (61)
    • 好冷的Python (7)
    • 好玩的Python (6)
  • 图像处理 (3)
    • OpenCV (2)
  • 工具 (2)
  • 数据分析 (9)
    • 数据可视化 (7)
  • 网络通信 (4)
  • 计算机基础 (6)

近期文章

  • 计算机基础~Windows工作路径、相对路径、绝对路径 2021年1月22日
  • 数据可视化~matplotlib阶梯图,直方图 2021年1月18日
  • numpy数组的变形方法 2021年1月15日
  • 好冷的Python~默认参数、可变对象和不可变对象 2021年1月6日
  • 数据可视化~matplotlib显示二维图像 2021年1月5日
  • NumPy数组的属性和常用创建方法 2021年1月3日
  • 数据可视化~pandas绘图(熊猫会画图?) 2020年12月30日
  • 数据可视化~matplotlib饼图、柱状图 2020年12月28日
  • 数据可视化~matplotlib显示多个子图 2020年12月25日
  • 数据可视化~matplotlib基本绘图方法 2020年12月24日

关于我们

桔子code带你体验编程世界精彩

联系我们

欢迎在微信公众号“桔子code”后台留言撩我,我会尽我所能为你解惑Python,C等编程知识

2021年二月
一 二 三 四 五 六 日
« 1月    
1234567
891011121314
15161718192021
22232425262728
粤ICP备20044773 |