运行Python脚本的VS Code上的错误log4net

问题描述

我正在VS Code中使用硒运行Python脚本。尽管我能够成功运行脚本,但是在终端中却出现以下错误

log4net:ERROR Object type [log4net.Appender.FileAppender] is not assignable to type [log4net.Appender.FileAppender+LockingModelBase]. There are no acceptable type conversions.
log4net:ERROR Failed to create object to set param: lockingModel
log4net:ERROR Object type [log4net.Appender.FileAppender] is not assignable to type [log4net.Appender.FileAppender+LockingModelBase]. There are no acceptable type conversions.
log4net:ERROR Failed to create object to set param: lockingModel

有人知道我为什么收到此错误吗?以及如何解决

我的settings.json:

"python.analysis.extraPaths": [],"python.analysis.completeFunctionParens": true,"python.languageServer": "Jedi","typescript.tsdk": "","python.jediEnabled": true,"python.dataScience.searchForJupyter": false,"python.defaultInterpreterPath": "C:\\Users\\user\\AppData\\Local\\Programs\\Python\\python38-32","python.logging.level": "off","breadcrumbs.enabled": true

预先感谢:)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)