新的Python 3.7安装导致集合DeprecationWarning:

时间:2018-08-27 13:54:42

标签: python-3.x collections scikit-learn deprecation-warning

我刚在Mac(High Sierra v 10.13.2)上安装了Python 3.7。当我运行使用sklearn的代码时,出现以下错误消息:

/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/sklearn/feature_extraction/text.py:17: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Mapping, defaultdict

有人知道如何消除此弃用警告吗?我了解我可以要求Python不要显示弃用警告。我想消除过时警告的原因,而不仅仅是消除警告本身。我想了解的是,是否可以更改SKLearn的集合使用方式,还是我需要等待sklearn完成某些事情?

0 个答案:

没有答案