报错可能是这两个:
AttributeError: module 'paddle' has no attribute 'reader'
或者
AttributeError: module 'paddle' has no attribute 'init'
大家可以先看看大佬的解决办法:
https://blog.youkuaiyun.com/u010244992/article/details/104408490
(看完记得回来哈哈哈哈)
报错的截图可能是这样的:
报错截图来自群友@内马尔
解决办法:
pip uninstall paddlepaddle
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple