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.
当我试图调用docker-compose -f build.yaml up时候我先得到了一个错误->
然后我去gevent的github仓库查看issue,发现将gevent设置为>=21.8.0,<22.0.0即可,于是我修改为了gevent>=21.8.0,<22.0.0。
这时我又跑了docker-compose指令得到了新的错误
于是我移除了meinheld这个下载选项,因为我发现meinheld已经很长时间没更新了,并且对greenlet的支持版本很低。但是我不知道我这样移除了是否会影响代码本身什么功能?
如果有什么错误操作希望您能指正!(还是新手正在学习中,如有错误请见谅。)
期待您的回复!