在pycharm运行代码时,显示如下的问题,是说protoc版本不合适 TypeError: Descriptors cannot not be created directly. If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc > 3.19.0. …
已解决:TypeError: Descriptors cannot not be created directly. 目录
已解决:TypeError: Descriptors cannot not be created directly. 【常见模块错误】
【错误原因】
【解决方案】 欢迎来到英杰社区https://bbs.csdn.net/topics/617804998 欢迎来…
已解决TypeError: Descriptors cannot not be created directly. If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc > 3.1.0If you cannot immediately regenerate your protos, some other possible worka…
TensorFlow实现mnist书写数字分类, 在使用
from tensorflow.examples.tutorials.mnist import input_data
mnist input_data.read_data_sets(./data/mnist, one_hotTrue)导入mnist数据集时,无法下载。 出现please use urllib or similar directly错误。…