如题:运营,Python 新手,在导入数据的时候遇到这个问题。
环境:Python 3.8 + Windows 10 + Jupyter Notebook (Anaconda3)
使用 import pymssql 的时候,出现以下提示:
C:\ProgramData\Anaconda3\lib\site-packages\ipykernel_launcher.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
This is separate from the ipykernel package so we can avoid doing imports until
Google 的答案,要么说只是提醒,不需要处理。Github 上的答案看不懂,似乎是已经解决问题了,但是我升级到最新版了,还是有提醒。
感谢