TypeError: Descriptors cannot not be created directly
时间: 2023-09-19 18:06:23 浏览: 218
TypeError: Descriptors cannot not be created directly是一个错误信息,它通常出现在运行深度学习python程序时,如mmdetection、mmdetection3d等程序中。这个错误提示意味着不能直接创建descriptors(描述符)。
解决这个问题的方法是重新安装pyqt5,可以使用以下命令进行安装:pip install protobuf==pyqt5。另外,也可以尝试降级protobuf包到3.20.x或更低版本,或者设置PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python来使用纯Python解析,但会导致解析速度变慢。
需要注意的是,如果此错误提示来自_pb2.py文件,那么可能是生成的代码已过时,需要使用protoc >= 3.19.0重新生成protos文件。如果无法立即重新生成protos文件,可以尝试上述提到的其他解决方法。
希望这些信息能帮助你解决TypeError: Descriptors cannot not be created directly的问题。如果还有其他问题,请随时提问。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [Descriptors cannot not be created directly](https://blog.csdn.net/suiyingy/article/details/125218783)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文