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版本冲突,需要多卸载安装几次)

posted on 2023-10-27 15:44  Mju_halcyon  阅读(19)  评论(0编辑  收藏  举报

导航