This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
win10 1809,python 3.7.2 x86
upgrade cloghandler to concurrent_log_handler
在运行
cobra.py
时报以下错误:参考pypi说明,
concurrent_log_handler
是cloghandler
的新实现。concurrent-log-handler 0.9.12
将
cloghandler
替换为concurrent_log_handler
,问题解决。文件目录问题
解决上一问题后,报出以下错误
在windows下
/tmp/cobra
路径非法,修改为:在初始化code_path
前对系统环境进行判断,如果为windows,目录变更为cobra项目目录/tmp
。关于
fcntl
的建议在windows下没有
fcntl
的实现,建议将实现内置于源码中,或者将fcntl置于项目目录下。