Karthus
Karthus
当我在文件中导入requests 然后进行打包 打包完成后 运行出现ModuleNotFoundError: No module named 'requests' 当我注释掉改行后 打包后的程序又能正常运行 但是我的库里包含requests 要怎么解决这种问题呢
通过查看 发现是 markup.py里出现错误 也就是这个文件的第36行 MarksMeaning = dict[MarkMeaning, t.Any] ? 通过我看了看 我觉得你这个是不在定义类型 MarksMeaning = Dict[MarkMeaning, t.Any] 它应该是这样的吧 我发现很多文件你定义类型用的都是小写的 我使用3.8 全部报错,是不支持3.8嘛?
### 🚀 Feature Request Submit the issue of duplicate key-value pairs in the form ### Example The data required by the server interface is as follows: `test=1&test=2&test=3&mc=kaka` The implementation plan...