scikit-learn版本与numpy不兼容问题的解决

使用

点击查看代码
conda install scikit-learn
时,显示需要降低numpy的版本。可能会导致后续numpy相关的依赖出现问题。 通过查找https://gitcode.com/gh_mirrors/sc/scikit-learn/overview?utm_source=highlight_word_gitcode&word=scikit-learn相关的信息。使用不同的安装方式
点击查看代码
conda install -c conda-forge scikit-learn
即可解决该问题。
posted @ 2024-11-29 22:39  平平无奇的粥馨馨  阅读(1221)  评论(1)    收藏  举报