我的pycharm用的是Python3.7的版本,在导入imp模块时,有报错说imp模块被弃用了,现在有importlib,我可用不了,看了之前的,有说要改cloudpickle.py文件的代码,可我搜索了全电脑,都没有这个文件。求求了,帮帮我。
这是报错的代码—
D:\python3.7\data\lib\site-packages\setuptools\depends.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp
