有关解决模块的问题

1、Python 检查Python模块是否为最新版本:https://geek-docs.com/python/python-ask-answer/467_python_check_if_requirements_are_up_to_date.html

https://blog.csdn.net/peiwang245/article/details/98317863

2、pyqt5:https://blog.csdn.net/qq_41185868/article/details/80903095

3、xlwings:https://www.cnblogs.com/pypid/p/14131871.html,https://support.i-search.com.cn/article/1575268310284

4、Deque:https://blog.csdn.net/u014264373/article/details/119389205

5、docx/Document/python-docx:ModuleNotFoundError: No module named 'exceptions'--https://blog.csdn.net/yuan2019035055/article/details/126342534

6、NameError: name 'Inches' is not defined:https://www.cnblogs.com/shiyixirui/p/14332759.html

7、AttributeError: module 'win32com' has no attribute 'client':https://www.jianshu.com/p/a741b063d6da

8、2023-12-22 09:37:53 [py.warnings] WARNING: C:\python37\lib\site-packages\scrapy\selector\unified.py:82: UserWarning: Selector got both text and root, root is being ignored.super().__init__(text=text, type=st, root=root, **kwargs):https://blog.csdn.net/m0_51928351/article/details/120964813,https://blog.csdn.net/qupan1993/article/details/130349741

9、Python中使用Selenium遇到ValueError: Timeout value connect错误解决方法:https://www.iotword.com/13889.html

10、使用PyCharm写脚本运行时报错“This version of ChromeDriver only supports Chrome version 98”:https://blog.csdn.net/ljabcdefg111/article/details/127009781

11、安装sklearn报 This error originates from a subprocess, and is likely not a problem with pip:https://blog.csdn.net/qq_43585760/article/details/135037624

12、ModuleNotFoundError:No module named "Crypto":https://blog.csdn.net/weixin_30708329/article/details/101145088

13、exe反编译为.py文件的方法:https://www.jb51.net/article/278338.htm

14、Pandas AttributeError: Can only use .dt accessor with datetimelike values错误:https://deepinout.com/pandas/pandas-questions/749_pandas_attributeerror_can_only_use_dt_accessor_with_datetimelike_values.html

15、flask报错:ImportError: cannot import name ‘escape‘ from ‘jinja2‘:https://blog.csdn.net/qq_52030280/article/details/136662240

16、ImportError: cannot import name 'BaseResponse' from 'werkzeug.wrappers:https://blog.csdn.net/m0_51973071/article/details/124111746

17、matplotlib,DLL load failed: 找不到指定的模块:https://blog.csdn.net/weixin_45092662/article/details/134658646

 18、ImportError: cannot import name 'imread' from 'scipy.misc':pip install imageio,from imageio import imread,

import imageio
image = imageio.imread('example.jpg')

19、

pandas问题】UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xca in position 0: invalid continuati:https://developer.aliyun.com/article/1109779

20、ModuleNotFoundError: No module named 'ckeditor':https://class.m.imooc.com/qadetail?qid=226205

21、模块飘红:from data_preprocess.dataloader import *

 

from data_preprocess.dataset import *

 

22、

posted @ 2023-12-13 19:49  干it的小张  阅读(41)  评论(0编辑  收藏  举报