python3.8 debug记录

发布时间 2023-10-27 15:49:57作者: Mju_halcyon

AttributeError: module 'numpy' has no attribute 'typeDict'
pip3 install numpy==1.18.5

ModuleNotFoundError: No module named 'sklearn'

pip install scikit-learn(注:安装这个库可能与已有的numpy版本冲突,需要多卸载安装几次)