deprecated

Vscode提示"Option 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5...."

完整错误如下。点击错误信息会定位到tsconfig.json和tsconfig.node.json两个文件。 Option 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Spec ......

Python DeprecationWarning: executable_path has been deprecated, please pass in a Service object

借鉴 https://blog.csdn.net/lly1122334/article/details/106217320 https://blog.csdn.net/qq_57377057/article/details/128463296 https://blog.csdn.net/tangya ......

Python调用TensorFlow时出现:FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated

百度了很多说是numpy版本过高,将numpy版本降低即可,我降低为1.16.2 但是会碰到pip uninstall numpy卸载不掉的问题 我一直忽视了是在conda创建的虚拟环境acc中运行的这个代码, 进入cmd pip uninstall时没注意是在base环境下,还是在自己创建的虚拟环 ......

npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues

npm WARN deprecated core-js@2.6.12: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the ......

pytest踩坑--运行报错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

问题现象: 使用pytest运行用例时,用例执行完毕总会提示以下警告 警告意思:弃用警告:从collections中导入ABCs已被弃用,并在python3.9中将停止工作,可使用collections.abc代替它进行使用 但我代码中并未使用这个库,也没有导入这个库。就很纳闷 解决: 百度了一下解 ......
共35篇  :2/2页 首页上一页2下一页尾页