python3.8 debug记录
- AttributeError: module 'numpy' has no attribute 'typeDict'
pip3 install numpy==1.18.5
ModuleNotFoundError: No module named 'sklearn'
pip install scikit-learn(注:安装这个库可能与已有的numpy版本冲突,需要多卸载安装几次)
- logging error
传入列表时要用{}括一下
参考logging问题错误解决:TypeError: not all arguments converted during string formatting-CSDN博客
用代码改变世界!就是这样,喵!
posted on 2023-10-27 15:44 Mju_halcyon 阅读(19) 评论(0) 编辑 收藏 举报