python报错记录
python
abury418
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ModuleNotFoundError: No module named ‘tensorflow.examples‘
ModuleNotFoundError: No module named ‘tensorflow.examples’tensorflow文件夹里没有examples文件 找到复制进去就好了原创 2022-01-10 00:26:47 · 748 阅读 · 0 评论 -
AttributeError: ‘version_info’ object has no attribute ‘__version__’
AttributeError: ‘version_info’ object has no attribute ‘version’参考link根据报错信息,找到文件:“D:\python3.6\Lib\site-packages\pyparsing_init_.py”版本信息获取类:class version_info(NamedTuple):major: intminor: intmicro: intreleaselevel: strserial: int@property原创 2022-01-09 15:12:08 · 6814 阅读 · 0 评论 -
安装tensorflow时报错: Cannot uninstall ‘certifi‘. It is a distutils installed project and thus we cannot
安装tensorflow时报错: Cannot uninstall ‘certifi’. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.解决方案:使用pip install tensorflow --ignore-installed...原创 2022-01-09 10:25:57 · 524 阅读 · 0 评论
分享